admin/src
hossein taromi 5dbe901ac7 feat(categories): implement product categories management system
- Add categories models, requests and hooks with full CRUD support
- Implement categories list page with search, filtering and pagination
- Add category form page for creating and editing categories
- Include responsive design for mobile and desktop views
- Add real-time preview and validation for better user experience
2025-07-27 14:45:43 +03:30
..
components feat(ui): add reusable UI components for product management 2025-07-27 14:45:17 +03:30
constant config: update API routes and disable cache 2025-07-22 08:48:20 +03:30
contexts auth: update authentication system 2025-07-22 08:48:12 +03:30
hooks feat(ui): add reusable UI components for product management 2025-07-27 14:45:17 +03:30
lib config: update API routes and disable cache 2025-07-22 08:48:20 +03:30
pages feat(categories): implement product categories management system 2025-07-27 14:45:43 +03:30
services refactor(services): remove unused authService 2025-07-18 13:06:17 +03:30
stores Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
types feat(admin-users): enhance admin user management with permissions and roles 2025-07-27 14:45:01 +03:30
utils config: update API routes and disable cache 2025-07-22 08:48:20 +03:30
App.tsx ui: update navigation and routing 2025-07-22 08:48:52 +03:30
index.css Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
main.tsx Update file structure and improve code organization in the main directory 2025-07-13 22:03:22 +03:30
vite-env.d.ts feat(config): add API configuration and constants 2025-07-18 13:06:00 +03:30