fix: add missing icon imports v1.2.6

This commit is contained in:
Daniel Bedeleanu
2026-04-11 11:49:31 +03:00
parent aa134e4384
commit 96fe655f72
5 changed files with 14 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
### [2026-04-11 11:58] v1.2.5: UI Icon Synchronization
**Purpose:** Unified iconography across the system for better visual association. Substituted `Tag` with `Layers` for all Category references and added the green `Package` icon to all item listing instances. Refined AI Onboarding and Admin panels for total consistency.
### [2026-04-11 12:05] v1.2.6: Hotfix - Missing Icon Imports
**Purpose:** Fixed `ReferenceError: Layers is not defined` and `ChevronDown is not defined` errors by adding missing imports in `admin/page.tsx` and `app/page.tsx`.
**Modified Files:**
- `frontend/app/inventory/page.tsx`
- `frontend/app/admin/page.tsx`
- `frontend/components/AdminOverlay.tsx`
- `frontend/components/AIOnboarding.tsx`
- `frontend/app/page.tsx`
- `VERSION.json`
### [2026-04-11 11:58] v1.2.5: UI Icon Synchronization
### [2026-04-11 11:45] v1.2.4: Offline Auth & UX Polish
### [2026-04-11 11:30] v1.2.3: System-Wide UI Homogenization