store/resources/js/components
2026-06-19 20:57:48 +07:00
..
admin fix: adjust formatting in EmployeeForm.vue for improved readability, including consistent indentation and spacing in input fields 2026-06-19 20:57:48 +07:00
data-table refactor: restrict role-based permissions and update employee management flow accordingly 2026-06-14 02:30:34 +07:00
form refactor: reorder component imports and optimize code structure across UI forms and composables 2026-06-14 01:26:00 +07:00
media Refactor PurchasePosForm to replace MediaImageUpload with ImageUploadField for improved photo upload handling. Update form data structure to accommodate new photo logic and streamline code. Introduce MultipleImageUploadField for variant images in ProductForm and RawMaterialForm, enhancing user experience with better image management. 2026-06-12 16:50:44 +07:00
ui feat: implement InputGroup component suite and refactor LoginForm to use InputGroup for password visibility toggling 2026-06-14 01:59:48 +07:00
AppSidebar.vue feat: implement role management system with CRUD interface and permission redefinitions 2026-06-14 02:45:31 +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 style: update form input placeholders with descriptive examples for improved UX 2026-06-14 02:17:27 +07:00
UserNav.vue feat: implement push notification system with web-push integration and subscription management 2026-06-14 00:08:06 +07:00