feat: Implement core application UI with new headers, navigation, and initial pages.
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 42s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
All checks were successful
Build and Deploy Frontend Learner / Build Frontend Learner Docker Image (push) Successful in 42s
Build and Deploy Frontend Learner / Deploy E-learning Frontend Learner to Dev Server (push) Successful in 3s
Build and Deploy Frontend Learner / Notify Deployment Status (push) Successful in 1s
This commit is contained in:
parent
3fa236cff5
commit
1b9119e606
10 changed files with 345 additions and 190 deletions
|
|
@ -23,13 +23,13 @@ export const useNavItems = () => {
|
|||
to: '/browse',
|
||||
labelKey: 'sidebar.onlineCourses',
|
||||
icon: 'video_library',
|
||||
showOn: ['sidebar', 'mobile', 'userMenu']
|
||||
showOn: ['mobile']
|
||||
},
|
||||
{
|
||||
to: '/browse/discovery',
|
||||
labelKey: 'sidebar.recommendedCourses',
|
||||
icon: 'auto_awesome',
|
||||
showOn: ['sidebar', 'mobile', 'userMenu']
|
||||
showOn: ['mobile']
|
||||
},
|
||||
{
|
||||
to: '/browse/discovery',
|
||||
|
|
@ -47,13 +47,13 @@ export const useNavItems = () => {
|
|||
to: '/dashboard/announcements',
|
||||
labelKey: 'sidebar.announcements',
|
||||
icon: 'campaign',
|
||||
showOn: ['sidebar', 'mobile', 'userMenu']
|
||||
showOn: ['mobile']
|
||||
},
|
||||
{
|
||||
to: '/dashboard/profile',
|
||||
labelKey: 'sidebar.profile',
|
||||
icon: 'person',
|
||||
showOn: ['sidebar'] // Already in settings for userMenu
|
||||
showOn: [] // Was ['sidebar']
|
||||
},
|
||||
{
|
||||
to: '/dashboard/profile',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue