6 Commits

Author SHA1 Message Date
kusowl
6b52aed66a wip 2026-01-21 19:11:10 +05:30
kusowl
985dd967e4 feature(search deals)
- make deals reachable
- add recent search feature
- add animation in profile menu
- refactor blade markup of explore page
2026-01-20 18:43:13 +05:30
kusowl
6c7f411946 feature(weightage and sorting in explore page):
add like and click weitage in deals explore page
add sorting by like and click
2026-01-19 19:01:50 +05:30
kusowl
3750638122 feature(report a deal): users can report a deal 2026-01-16 19:38:39 +05:30
kusowl
16c9ff3cee feat: implement user interaction system with like functionality
- Updated interaction models and relations for handling of user-deal interactions.
- Added frontend interactivity with `interaction.js` for toggling like buttons.
2026-01-15 19:09:24 +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