Commit Graph

6 Commits

Author SHA1 Message Date
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
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
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