Actions
dev #3193
opendev #3191: UI Issue Fixing
[Issue 25] Inconsistent navbar and sidebar across desktop and mobile views on dashboard (admin/user)
Description
The navbar and sidebar elements were inconsistent between desktop and mobile views, especially in the admin and user dashboards.
Steps to Reproduce:
- Open dashboard on desktop view → compare navbar and sidebar.
- Open dashboard on mobile view → compare navbar and sidebar.
- Note the differences and redundancies.
Expected Result:
Navbar and sidebar elements should remain consistent across both desktop and mobile, with no duplicated or redundant components.
Fix Implemented:
- Removed redundant components in admin and user dashboards (merged similar components).
- Eliminated the separate dashboard navbar and consolidated into a central shared navbar.
Updated by Ayat Rahman 7 months ago
- Status changed from Pending to Complete
- % Done changed from 0 to 100
Actions