Commit Graph

11 Commits

Author SHA1 Message Date
Yoga Pangestu
b469fbff53 feat: Refactor FAQ, add category typing with enum, introduce article categories, and update various Livewire components and views. 2025-12-21 14:10:33 +07:00
Yoga Pangestu
877c5ea061 refactor(components): Replace wire:navigate.hover with wire:navigate in various Blade components for improved consistency in navigation handling. 2025-12-14 16:04:44 +07:00
Yoga Pangestu
f74e46bcb3 refactor: Remove debounce from Livewire wire:model bindings for immediate input updates. 2025-12-11 22:18:55 +07:00
Yoga Pangestu
ff775920ef feat(article): add article views column to datatable, refresh after article deletion, and correct 'Cuplikasn' typo in article form. 2025-12-11 19:53:57 +07:00
Yoga Pangestu
784e50c00d refactor(datatable): Standardize Livewire datatable component paths and fix select query 2025-12-11 19:12:28 +07:00
Yoga Pangestu
07fd37f193 fix(component): menyesuaikan path pemanggilan component 2025-12-10 13:28:47 +07:00
Yoga Pangestu
5dbe7a5f8d refactor: merombak penempatan smua file view 2025-12-09 13:33:49 +07:00
Yoga Pangestu
08eb7e3076 refactor(form): menyesuaikan placeholdernya menjadi contoh data 2025-10-29 18:07:52 +07:00
Yoga Pangestu
90dd06ff17 refactor: replace auth()->user()->can() with @can directive for permission checks 2025-10-16 22:32:39 +07:00
Yoga Pangestu
ba616954cb feat(article): enhance article form with improved placeholders and default status value 2025-10-16 22:18:10 +07:00
Yoga Pangestu
8b8ce3077b feat(article): implementasi crud
-membuat permission di seeder
-membuat enum untuk status
2025-10-03 13:48:40 +07:00