Commit Graph

19 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
ca32004d82 feat: implement skeleton loading for DataTable component in Plans and Business Types pages 2026-07-25 10:30:41 +07:00
Yoga Pangestu
c62643f2ba feat: rename folder from web2 to web and update package.json name 2026-07-25 10:01:17 +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
8374a1e0f6 feat: add input group components including InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, and InputGroupTextarea for enhanced UI functionality 2026-07-24 12:54:09 +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
f9172d1431 feat: add dialog component suite for enhanced UI interactions
- Introduced a comprehensive set of dialog components: Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogScrollContent, DialogTitle, and DialogTrigger.
- Each component is designed to facilitate various dialog functionalities, including customizable props and slots for flexible content management.
- Integrated utility functions for class management to ensure consistent styling across components.
2026-07-24 10:53:58 +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
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
fc3f939f66 feat: add empty state UI components for enhanced user experience
- Introduced multiple components: Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, and EmptyTitle.
- Each component is designed to provide a consistent empty state layout with customizable class props.
- Utilized utility functions for class management to ensure styling flexibility.
2026-07-24 09:56:08 +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
Yoga Pangestu
4094d4d824 feat: add UI components for buttons, cards, fields, and input with Toaster integration 2026-07-23 21:51:56 +07:00
Yoga Pangestu
f720a1f636 chore: add shadcn-vue as a dev dependency 2026-07-23 20:46:47 +07:00
Yoga Pangestu
108741d877 feat: initialize Nuxt 4 project with Tailwind CSS and Shadcn components
- Added nuxt.config.ts for project configuration
- Created package.json with necessary dependencies and scripts
- Added favicon.ico for branding
- Included robots.txt for search engine directives
- Set up tsconfig.json for TypeScript support
2026-07-23 20:41:23 +07:00