4 Commits

Author SHA1 Message Date
kusowl
db012f2998 fix: pages is not loading
- fix the issue where preloader is never closed
- add a condition to check if required sidebar elements are not null
2026-01-21 10:29:08 +05:30
kusowl
4741c894e6 fix: make sidebar state persistant 2026-01-20 19:09:29 +05:30
kusowl
673915887c fix(overflow in dashboard, sidebar animation)
- add sidebar open close animation in broker control panel
- fix overflow issue in broker dashboard page
2026-01-20 12:04:32 +05:30
kusowl
2fba9f7ab8 refactor: replace user dashboard with explore page and improve broker UI components
- Removed `UserDashboardController` and related user dashboard views.
- Introduced `ExplorePageController` and redesigned `explore.blade.php` as the main user-facing page.
- Updated routing logic to redirect users (non-admin and non-broker) to the `explore` page.
- Added dedicated sidebar and layout components for the broker dashboard, improving structure and navigation.
2026-01-15 15:07:58 +05:30