Skip to content

Commit

Permalink
feat: new DashboardNavigation component
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-pajak committed Nov 29, 2024
1 parent 1b8e859 commit 8711bbe
Show file tree
Hide file tree
Showing 24 changed files with 393 additions and 203 deletions.
4 changes: 2 additions & 2 deletions apps/api/src/swagger/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7051,7 +7051,7 @@
"data": {
"type": "object",
"properties": {
"mostFivePopularCourses": {
"fiveMostPopularCourses": {
"type": "array",
"items": {
"type": "object",
Expand Down Expand Up @@ -7086,7 +7086,7 @@
}
},
"required": [
"mostFivePopularCourses",
"fiveMostPopularCourses",
"totalCoursesCompletionStats"
]
}
Expand Down
5 changes: 5 additions & 0 deletions apps/web/app/assets/svgs/admin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions apps/web/app/assets/svgs/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as CaretDown } from "./carret-down.svg?react";
export { default as SelleoLogo } from "./selleo-logo.svg?react";
export { default as SelleoSignet } from "./selleo-signet.svg?react";
export { default as Directory } from "./directory.svg?react";
export { default as Dashboard } from "./dashboard.svg?react";
export { default as Logout } from "./logout.svg?react";
Expand Down Expand Up @@ -29,3 +30,4 @@ export { default as ChevronLeft } from "./chevron-left.svg?react";
export { default as Checkmark } from "./checkmark.svg?react";
export { default as Flame } from "./flame.svg?react";
export { default as NoData } from "./no-data.svg?react";
export { default as Admin } from "./admin.svg?react";
2 changes: 1 addition & 1 deletion apps/web/app/assets/svgs/selleo-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8711bbe

Please sign in to comment.