admin/src
hosseintaromi eac8e9eb08 refactor(orders): clean up OrderDetailPage layout and improve code readability
- Standardize formatting and indentation for better readability
- Enhance the display of order details, including shipping method and delivery slot
- Ensure consistent handling of order properties and conditional rendering
- Update payment section to include payment method and transaction details
2025-12-27 18:03:26 +03:30
..
components feat(orders): improve order detail page UI and add payment settings pages 2025-12-25 18:15:53 +03:30
constant feat(orders): improve order detail page UI and add payment settings pages 2025-12-25 18:15:53 +03:30
contexts fix: remove unused imports to resolve TS6133 errors 2025-07-29 09:49:27 +03:30
hooks fix 2025-12-19 23:54:34 +03:30
lib fix: remove unused imports to resolve TS6133 errors 2025-07-29 09:49:27 +03:30
pages refactor(orders): clean up OrderDetailPage layout and improve code readability 2025-12-27 18:03:26 +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(shipping-methods): add full CRUD scaffolding (list + form), API routes, query keys and React Query hooks; improve dropdown selected contrast; numeric inputs with thousand separators and no default zeros 2025-09-01 01:21:29 +03:30
utils feat(orders): improve order detail page UI and add payment settings pages 2025-12-25 18:15:53 +03:30
App.tsx feat(orders): improve order detail page UI and add payment settings pages 2025-12-25 18:15:53 +03:30
index.css feat: add remaining UI improvements and new features 2025-07-28 13:22:44 +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