Commit Graph

4 Commits

Author SHA1 Message Date
JuruSysadmin 544d723f1b feat(orders): implement manual search and information panel
- Refactor SearchBar to use local state (search only triggers on button click)
- Add InformationPanel with DataGrid displaying order details
- Create shared dataGridStyles for consistent table styling
- Simplify OrderItemsTable using shared styles
- Add useOrderDetails hook for fetching order by ID
- Translate status codes to readable text (F->Faturado, C->Cancelado, P->Pendente)
2026-01-14 15:18:51 -03:00
JuruSysadmin cf7e56e2b7 docs: Update README.md with comprehensive project details, technology stack, and development guidelines. 2026-01-14 12:28:27 -03:00
JuruSysadmin 8938ae853c feat: Implement core login, dashboard, and order management features with associated assets and configurations. 2026-01-14 12:25:39 -03:00
JuruSysadmin eb29a6516e Initial commit from Create Next App 2025-12-26 20:07:58 -03:00