Fix inventory icons and material badges display

- Add support for boja_hex field from database
- Fix vakum/otvoreno detection to properly show inventory badges
- Update all filaments in database with correct hex color codes
- Remove duplicate text in material modifier badges
- Fix storage condition detection for Da/Ne values
- Exclude .claude directory from security checks
This commit is contained in:
DaX
2025-06-20 16:10:29 +02:00
parent 99a41f43fb
commit 33a40072b7
4 changed files with 6 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ export interface Filament {
finish: string;
boja: string;
bojaHex?: string;
boja_hex?: string; // Alternative field name from import
refill: string;
vakum: string;
otvoreno: string;