diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-13 13:51:30 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-13 13:51:30 -1000 |
| commit | 429476f5ac97f56c7f6a755d6dd565767d31dfb6 (patch) | |
| tree | 333e4b075c3292336cd073ce71911eebc649b1b2 /web/templates | |
| parent | 96a24772c4508cc7d088ee7b7a47c76858490446 (diff) | |
Implement Glassmorphism Foundation (Phase 2.5)
Visual overhaul with glassmorphism design system:
- Gradient background (indigo/purple/pink)
- Glass morphic cards with backdrop blur
- Rounded pill navigation with glass effect
- Enhanced shadows and hover states
- Refined scrollbar styling
Changes:
- Update input.css with glassmorphism components and utilities
- Modify index.html navigation to use glass container
- Mark Bug 001 as resolved in tracking docs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'web/templates')
| -rw-r--r-- | web/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index a1210d6..045b4d6 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -23,8 +23,8 @@ </header> <!-- Tab Navigation --> - <div class="border-b border-gray-200 mb-8 no-print"> - <nav class="-mb-px flex space-x-8"> + <div class="mb-8 no-print"> + <nav class="flex space-x-1 bg-white/30 backdrop-blur-md rounded-xl p-1"> <button class="tab-button {{if eq .ActiveTab "tasks"}}tab-button-active{{end}}" hx-get="/tabs/tasks" |
