Commit Graph

10 Commits

Author SHA1 Message Date
Yoga Pangestu
bc05551f89 feat: remove unused Business Types and Plans components and their related files 2026-07-25 12:00:52 +07:00
Yoga Pangestu
ca32004d82 feat: implement skeleton loading for DataTable component in Plans and Business Types pages 2026-07-25 10:30:41 +07:00
Yoga Pangestu
18d73cdccf feat: add Plans page with CRUD functionality, including PriceDisplay component for price input and toggle status feature 2026-07-25 09:54:31 +07:00
Yoga Pangestu
8c7002a326 feat: remove 'code' field from Business Type; update filters and form validation 2026-07-24 12:09:04 +07:00
Yoga Pangestu
a71be47b58 feat: update sidebar and header layout; fix dnd-kit-vue import error
- Fixed import error for `dnd-kit-vue` by installing the package.
- Moved user navigation from sidebar to header, adding a dropdown for account options.
- Added homepage and notification icons to the header.
- Implemented sticky header functionality during scroll.
- Grouped sidebar menu items under a "Master" label for better organization.
- Updated relevant components and package.json to include new dependencies.
2026-07-24 11:47:46 +07:00
Yoga Pangestu
2f79c83a17 feat: update sidebar button styles and add value updater utility function
- Adjusted sidebar menu button styles for improved icon size and padding.
- Increased default button height and text size for better accessibility.
- Introduced a new utility function `valueUpdater` to simplify state updates in components.
2026-07-24 10:45:35 +07:00
Yoga Pangestu
0c732e71cf feat: update sidebar and header layout; fix dnd-kit-vue package error
- Fixed import error for `dnd-kit-vue` by installing the package.
- Moved user navigation from sidebar to header, adding a dropdown for account options.
- Added homepage and notification icons to the header.
- Implemented sticky header functionality during scroll.
- Grouped sidebar menu items under a "Master" label for better organization.
- Updated relevant components and package.json to include new dependencies.
2026-07-23 23:43:04 +07:00
Yoga Pangestu
0418bec226 feat: create onboarding page with multi-step form and validation 2026-07-23 22:28:30 +07:00
Yoga Pangestu
c307593a1b feat: add registration functionality with form validation and Google authentication 2026-07-23 22:14:03 +07:00
Yoga Pangestu
b3eab9320c feat: implement login functionality with Google authentication and form validation 2026-07-23 21:59:29 +07:00