Commit Graph

11 Commits

Author SHA1 Message Date
d405bfb022 Merge pull request 'Refactor code structure for improved readability and maintainability' (#7) from refactor/change-laravel-logo into dev
Reviewed-on: #7
2026-08-03 19:19:24 +08:00
Yoga Pangestu
3e44029431 Refactor code structure for improved readability and maintainability
Some checks failed
tests / ci (pull_request) Has been cancelled
2026-08-03 18:18:12 +07:00
13d6038cb9 Merge pull request 'feat: Refactor UI components and add new Drawer, Table, and Tabs components' (#6) from feat/dashboard-template into dev
Reviewed-on: #6
2026-08-03 16:58:08 +08:00
Yoga Pangestu
fbf29ad4e9 feat: Refactor UI components and add new Drawer, Table, and Tabs components
Some checks failed
tests / ci (pull_request) Has been cancelled
- Removed unnecessary "use client" directive from checkbox and select components.
- Added new Drawer component with associated subcomponents (DrawerTrigger, DrawerClose, etc.) for better UI management.
- Introduced Table component with TableHeader, TableBody, TableFooter, TableRow, TableHead, TableCell, and TableCaption for structured data display.
- Added Tabs component with TabsList, TabsTrigger, and TabsContent for tabbed navigation.
- Updated user-info component to use full_name instead of name for better clarity.
- Modified user-menu-content to include translations for settings and logout options.
- Added data.json file for mock data in the dashboard.
- Updated dashboard page to utilize new components and improved layout.
- Refactored User type to replace name with full_name for consistency across the application.
2026-08-03 15:57:38 +07:00
0b739527d8 Merge pull request 'refactor: update component imports and improve styling' (#5) from refactor/install-shadcn-and-update-component into dev
Reviewed-on: #5
2026-08-03 16:20:15 +08:00
Yoga Pangestu
8f692c44c7 refactor: update component imports and improve styling
Some checks failed
tests / ci (pull_request) Has been cancelled
- Refactored imports in Select, Separator, Sheet, Sidebar, Skeleton, Sonner, Toggle, and Tooltip components to use new radix-ui package.
- Enhanced styling for various components, including SelectTrigger, SelectContent, and TooltipContent for better visual consistency.
- Introduced a new hook `useIsMobile` to manage mobile state detection.
- Adjusted class names and styles for better responsiveness and accessibility across components.
- Added support for custom spacing in ToggleGroup component.
2026-08-03 15:19:17 +07:00
b8e807d30b Merge pull request 'feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum' (#4) from feat/user-profile-and-username into dev
Reviewed-on: #4
2026-08-03 14:49:32 +08:00
Yoga Pangestu
5cc8ba26b2 feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum
Some checks failed
tests / ci (pull_request) Has been cancelled
- Changed user creation to use 'username' instead of 'name'.
- Added UserProfile model with relationships to User and gender enum.
- Updated validation rules for username and email.
- Modified migrations to create user_profiles table and adjust users table.
- Updated seeder to create users with profiles.
- Translated various UI texts to Indonesian and improved layout components.
2026-08-03 13:43:30 +07:00
4ff5a23279 Merge pull request 'buat model mahasiswa' (#2) from feat/mahasiswa into dev
Reviewed-on: #2
2026-07-29 19:46:50 +08:00
Yoga Pangestu
4e7675068b buat model mahasiswa
Some checks failed
tests / ci (pull_request) Has been cancelled
2026-07-29 18:41:48 +07:00
Yoga Pangestu
e870a155fa initial commit
Some checks failed
tests / ci (pull_request) Has been cancelled
2026-07-29 17:46:01 +07:00