Commit Graph

5 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
d8edede37a feat: restructure sidebar to two-panel layout with icon rail and content panel; add tooltip functionality and remove header 2026-07-25 11:41:03 +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
84ae9aff68 feat: enhance sidebar functionality with icon-only mode and improved text/icon sizes
- Changed sidebar collapsible mode from `offcanvas` to `icon`, allowing it to shrink to icon-only display on collapse.
- Increased sizes for menu button height, text, and icons for better visibility.
- Updated relevant components to reflect these changes, ensuring a more user-friendly sidebar experience.
2026-07-24 10:38:11 +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