Khafid Prayoga
6ad99d45f2
Fix/linter ( #10 )
...
* fix(style): formatting inconsistencies across codebase
- Remove trailing semicolons from TypeScript imports
- Fix Vue template indentation and line breaks
- Standardize component attribute formatting
- Remove unnecessary empty lines
- Reorder import statements for consistency
* chore: update import path and add editorconfig
Update SidebarNavLink import path to match new component structure and add standard editorconfig for consistent code formatting
2025-08-27 13:06:40 +07:00
Khafid Prayoga
153c171a3b
refactor(ui): migrate button and pagination components to radix-vue
...
- Replace reka-ui imports with radix-vue in Button component
- Update pagination components to use direct radix-vue icons
- Simplify button variants styling and adjust size variants
- Remove unused data-slot attribute from Button component
2025-08-26 16:57:11 +07:00
Khafid Prayoga
ae0acf84d0
refactor(ui): update import paths from @/lib/utils to ~/lib/utils
...
Standardize import paths across UI components to use ~/lib/utils alias instead of @/lib/utils for better consistency and maintainability.
2025-08-22 11:18:06 +07:00
Abizrh
878211bc7f
⚠️ refactor (form): refactor label component for improved styling and responsiveness
2025-08-14 16:33:19 +07:00
Abizrh
645383e5cb
✨ feat (ui): add radix vue components library
2025-08-07 14:45:37 +07:00