store/resources/js/components
2026-06-25 20:23:48 +07:00
..
button refactor: replace inline action buttons with standardized component-based row actions across data tables and forms 2026-06-23 11:54:48 +07:00
card refactor: clean up component templates and improve code readability across various Vue files by consolidating attributes and removing unnecessary line breaks 2026-06-25 20:23:48 +07:00
data-table refactor: clean up component templates and improve code readability across various Vue files by consolidating attributes and removing unnecessary line breaks 2026-06-25 20:23:48 +07:00
form refactor: clean up component templates and improve code readability across various Vue files by consolidating attributes and removing unnecessary line breaks 2026-06-25 20:23:48 +07:00
media refactor: clean up component templates and improve code readability across various Vue files by consolidating attributes and removing unnecessary line breaks 2026-06-25 20:23:48 +07:00
modal refactor: clean up component templates and improve code readability across various Vue files by consolidating attributes and removing unnecessary line breaks 2026-06-25 20:23:48 +07:00
ui refactor: clean up component templates and improve code readability across various Vue files by consolidating attributes and removing unnecessary line breaks 2026-06-25 20:23:48 +07:00
AppSidebar.vue feat: implement analysis module with dedicated controller, view, and role-based permissions 2026-06-23 14:15:32 +07:00
ConfirmDialog.vue Add order management features including Order and OrderItem models, OrderController for CRUD operations, and request validation. Implement OrderChannel and OrderStatus enums for order categorization and status management. Enhance sidebar navigation for orders and integrate UI components for creating, editing, and listing orders, along with permissions in the Permission and Role enums. 2026-06-12 10:34:50 +07:00
LoginForm.vue refactor: remove unused UI elements from LoginForm.vue and ProductForm.vue for cleaner design and improved user experience 2026-06-19 21:17:51 +07:00
MobileBottomNav.vue feat: add MobileBottomNav component for improved navigation in admin layout 2026-06-25 15:55:54 +07:00
UserNav.vue feat: add browser permission management page for notifications, camera, and location 2026-06-23 13:02:06 +07:00