- 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> |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| views | ||