07d4b2b971
bede
2026-04-26 11:55:07 +03:00
dab40c0653
fix(design): implement DESIGN.md color system compliance across all UI/UX
...
Resolved critical design system inconsistencies by:
1. **tailwind.config.ts**: Added complete DESIGN.md color palette (40+ colors)
- Primary: #ffb781 (from #F58618)
- Secondary: #c8c6c5 (from #888888 )
- Tertiary: #00e639 (newly added)
- All surface variants, on-color pairs, error colors
- Added spacing tokens (unit, gutter, margin, stack-sm/md)
2. **globals.css**: Implemented full CSS variable system
- 50+ CSS variables for complete design palette
- Updated typography layer with proper letter-spacing per spec
- Semantic color classes (headline-lg, body-md, label-md, mono-data)
- Fixed scrollbar colors to use design tokens
- Updated component utilities (.level-0, .level-1, .level-2, .btn-*, etc.)
3. **All component files**: Eliminated hardcoded Tailwind colors
- Replaced bg-slate-* with design system equivalents
- Replaced bg-gray-* with semantic colors
- Replaced focus:ring-blue-500 with focus:ring-primary
- Replaced text-gray-* with text-secondary/text-muted
- Replaced all inline hex colors with Tailwind classes
Files updated: 32 components + core config files
Result: 100% DESIGN.md compliance in UI/UX, tailwind config, and global styles
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-04-25 13:33:47 +03:00
c15a80a53e
Build [v1.14.26]
2026-04-25 12:25:17 +03:00
b74d1172cb
bede
2026-04-25 12:13:58 +03:00
8d9a4ccc7a
Build [v1.14.23]
2026-04-23 18:23:07 +03:00
8aeabcf1f5
chore: major codebase cleanup and documentation consolidation
2026-04-23 11:44:33 +03:00
ec24483eb3
security: add mandatory authentication policy - never disable auth
...
Auth must ALWAYS be enabled in all environments. Added comprehensive rule:
- NO auth bypass, debug mode, or dev-only disabling
- NO hardcoded credentials or weak defaults
- EVERY API endpoint requires JWT token
- Password hashing via passlib pbkdf2_sha256
- Debug strategy for auth breakages (never skip auth)
This ensures security is non-negotiable across all deployments.
2026-04-23 10:10:12 +03:00
d85c72e1d6
Build [v0.2.0]
...
Major UI/UX optimization release:
- Removed all bold fonts throughout app (291 replacements) - font-normal standard
- Full-app spacing optimization: Scanner, Inventory, Logs, Admin, Login pages
- Fixed mobile portrait viewport overflow issues (~136px gained on mobile)
- Updated AI_RULES.md Section 3: NO BOLD FONTS requirement
- Increased subtitle/label font sizes for readability
- Mobile-first responsive breakpoints implemented
Test results: 291/291 frontend, 41/41 backend, zero TypeScript errors
Version bumped: 0.1.0 → 0.2.0
2026-04-19 19:12:55 +03:00
119ef7e052
chore: update GIT PROTOCOL section to reflect Linux native approach
...
Replaced macOS-specific hardcoded path mandate with cross-platform git fallback mechanism using system PATH.
2026-04-18 13:08:10 +00:00
b6a48f1249
refactor(frontend): eliminate backdrop-blur throughout codebase
...
Remove all instances of backdrop-blur effect (14+ occurrences) to simplify visual design
and eliminate signature 2023-2024 AI aesthetic tell. Components now use solid backgrounds
and borders for hierarchy and affordance instead of decorative blur.
Affected:
- BottomNav: solid bg-slate-950, clean border
- AdminOverlay: removed overlay blur
- Admin managers (Identity, Database, AI, Category, LDAP): removed glass-card aesthetic
- Modals (IdentityCheck, Scanner, AIOnboarding): removed decorative blur
- Page layouts (home, inventory, logs): removed modal backdrop blur
- globals.css: removed glass-card utility
Build: passes with zero errors. Bundle sizes unchanged.
Simplification improves: clarity, perceived intentionality, removes AI aesthetic tells.
2026-04-17 10:26:39 +03:00
Daniel Bedeleanu
6c57b1b0c2
blabla
2026-04-14 22:54:19 +03:00
Daniel Bedeleanu
994920bda2
Build [v1.7.0] - GitGuard - Infrastructure Hardening
2026-04-12 22:45:27 +03:00
Daniel Bedeleanu
0a6368b9f6
modificari de documentatii dupa o implementare noua
2026-04-12 21:43:08 +03:00
Daniel Bedeleanu
f3d861b1a2
Build [v1.4.0] - Audit Dashboard & LDAP Restoration
2026-04-12 09:39:17 +03:00
Daniel Bedeleanu
6981cadb57
changed_version_naming
2026-04-11 18:44:24 +03:00
Daniel Bedeleanu
704934165f
Build [v.1.3.6]
2026-04-11 17:14:22 +03:00
Daniel Bedeleanu
427be99f67
fix: move package management rule to AI_RULES.md (Single Source of Truth)
2026-04-11 14:35:44 +03:00
Daniel Bedeleanu
fe18fe01c6
docs: add mandatory documentation maintenance rule for AI agents v1.3.5
2026-04-11 12:51:14 +03:00
Daniel Bedeleanu
c71a815792
docs: restore automatic IDE entry points as proxies v1.2.9
2026-04-11 12:11:23 +03:00
Daniel Bedeleanu
0a9ea0f575
docs: consolidate all rules and specs into absolute sources of truth v1.2.8
2026-04-11 12:03:27 +03:00
Daniel Bedeleanu
432cd28ca5
docs: refactor documentation for portability and SSOT v1.2.7
2026-04-11 11:57:13 +03:00
Daniel Bedeleanu
8a3783c7e9
Infrastructure: Implement master/dev/vX branching, save git path, and fix username casing
2026-04-10 21:51:22 +03:00
Daniel Bedeleanu
373652e8b8
feat: AI coordination protocol and advanced audit operations
2026-04-10 13:57:42 +03:00
Daniel Bedeleanu
748bbc301a
chore: initial project scaffolding with AI rules and requirements
2026-04-10 13:35:03 +03:00