9 Commits

Author SHA1 Message Date
kusowl
039f8f5568 feature(password reset): guests can reset theri passwords via email 2026-01-29 17:32:02 +05:30
kusowl
ccb5a2ed5e refactor: consolidate alert components and improve functionality
- replaced `alert-error` and `alert-success` components with a single reusable `alert` component
- added JS functionality for dismissible alerts
- updated related views to use the new `alert` component
- adjusted broker profile logic to display initials and verification status dynamically
- refactored morph relations from `type` to `role`
- enhanced image preview behavior for file inputs
- made broker migration fields nullable and added safeguards against registration errors
- Added confirmation when a user wants delete deal
- Add dynamic initials for user profile picture
- make image file name non-overidding with timestamp
2026-01-14 12:19:20 +05:30
kusowl
8c93e78955 feat(Authentication): User log in, role based dashboard, and logout
- add login functionality
- alerts for registration and user account status
- fix status of broker role is not pending during registration
2026-01-09 15:17:28 +05:30
kusowl
9ddaa71acf refactor: separate blade components to separate ui directory 2026-01-09 14:10:52 +05:30
kusowl
ec7ae434c4 feat(registration): User registration
- add validation, and prepare the model.
- show errors in form components
- refactor route file to make register route as resource
2026-01-09 14:00:42 +05:30
kusowl
ff31bf55d7 feat(Page title): add ability to set page title 2026-01-09 12:16:04 +05:30
kusowl
d332cf8b2d fix(navbar): responsive issue in login and register pages
- fix remember me and forgot password alignment
- fix back to home position
- fix white background in some screens at bottom
2026-01-09 12:03:16 +05:30
kusowl
a8ffb42947 fix(auth pages): removed unnecessary section from login page. Add register route in navbar 2026-01-08 18:27:17 +05:30
kusowl
1938e8a864 feat(auth pages): added login and register pages
- fixed input component that not shows input field if label is not passed in props
2026-01-08 18:03:12 +05:30