Commit Graph

5 Commits

Author SHA1 Message Date
7c4441a962 Build [v1.14.22] 2026-04-23 16:16:04 +03:00
0e356e6c89 backup: Phase 6 search and export fixes before cleanup
- Added search button to main page header with Ctrl+K listener
- Implemented SearchModal component rendering
- Fixed SearchModal to use axiosInstance with correct backend URL (8916)
- Fixed token key from 'auth_token' to 'inventory_token'
- Verified export endpoints working correctly
- All Phase 6 UAT fixes in place

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-23 11:22:16 +03:00
3be455de72 fix(6): use shared Item type from db.ts in SearchModal
- Remove duplicate Item interface from SearchModal
- Import Item from @/lib/db to ensure type consistency
- Fixes TypeScript error with missing category/min_quantity fields
2026-04-22 18:47:21 +03:00
0c0c519274 fix(5): add authorization headers to search API calls 2026-04-22 18:04:47 +03:00
0138f04f6e feat(5-plan-02-t2,t5): create SearchModal and QuantityAdjustmentModal components for inventory search 2026-04-22 17:44:03 +03:00