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

@@ -16,6 +16,7 @@ const excludePatterns = [
/node_modules/,
/\.git/,
/\.next/,
/\.claude/,
/dist/,
/build/,
/out/,