-
Notifications
You must be signed in to change notification settings - Fork 81
✨ Instructor Dashbord with section sorting #2268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…efactoring dashboard SCSS from `_overview.scss` to `_home.scss`.
…irst/last data points, and refined linear gradient creation.
…erview and stat cards.
…h new Avatar component, and update its styling.
…max and full width, and refine UI text and spacing.
…refactor dashboard card styles.
…structor dashboard, with new styling and a Google Meet type correction.
…se details, and update associated styling.
…ith new sections, task hover effects, and related styling.
…ome page to integrate them.
…e page and update related styles.
…ructor dashboard.
…o use it, with supporting icon class and styling updates.
…g operations within the parent element.
…sks, and Recent Reviews dashboard components.
| @@ -0,0 +1,30 @@ | |||
| import { courseCompletionChart, overviewChart, statCard } from './home-charts'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can put all these files inside a folder named instructor-dashboard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's already inside a folder named instructor; nesting with the same name is unnecessary here.
| @@ -0,0 +1,285 @@ | |||
| @use '@Core/scss/mixins' as *; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename this to instructor-dashboard.scss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have created a folder named instructor and added dashboard.scss inside it
TODO: