nimuli/resources/views
boban e36ecb1dba fix(BUG-2): sidebar pure Tailwind, revert logo, fix mobile translate
- Replace all inline style= with Tailwind classes (except progress bar width)
- Remove onmouseenter/onmouseleave JS hover handlers → hover: Tailwind classes
- Revert ws-logo to /brand/logo-mark.svg (user requirement)
- Fix mobile: 'transform: translateX(0)' → 'translate: 0' (Tailwind v4 uses
  CSS translate property, not transform, for -translate-x-full)
- Move sidebar transition to .nim-sidebar critical CSS rule
- Switch --nim-* CSS vars to --color-* tokens already in app.css
- nav-item hover uses :not(.nim-nav-active) to avoid conflict with active state
- Workspace/Account section labels, icon partial, AI badge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 13:47:50 +02:00
..
bio fix(FIX-13): 8 bugs — sidebar flash, mobile hamburger, AI insights, button overlay, QR modal collapse, dashboard always-active, bio themes 2026-05-16 18:28:27 +02:00
components fix(BUG-2): sidebar pure Tailwind, revert logo, fix mobile translate 2026-05-17 13:47:50 +02:00
layouts fix(BUG-2): sidebar pure Tailwind, revert logo, fix mobile translate 2026-05-17 13:47:50 +02:00
livewire fix(FIX-13): 8 bugs — sidebar flash, mobile hamburger, AI insights, button overlay, QR modal collapse, dashboard always-active, bio themes 2026-05-16 18:28:27 +02:00
partials feat(BUG-2): redesign sidebar from template — Geist font, section nav, CSS-driven collapse 2026-05-17 13:40:16 +02:00
vendor feat: modal infrastructure + 11 modals (links, team, settings, workspace) 2026-05-16 12:41:14 +02:00
dashboard.blade.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
profile.blade.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
welcome.blade.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00