Release v26.04.08.2 — Knowledge consolidation + Modern Fable identity #25

Merged
bvandeusen merged 0 commits from dev into main 2026-04-08 11:40:13 -04:00
bvandeusen commented 2026-04-08 11:40:02 -04:00 (Migrated from git.fabledsword.com)

Summary

Knowledge View Consolidation

  • Tasks now appear as cards in the Knowledge view with status, priority, and due date badges
  • Backend knowledge endpoints accept type=task filter and include tasks in counts
  • /notes and /tasks list routes redirect to Knowledge view (/)
  • "Tasks" removed from header navigation; NotesListView and TasksListView deleted
  • New-note button toggles to reveal Task/Person/Place/List type options

Modern Fable Visual Identity

  • Color palette shifted from indigo to deep violet (#7c3aed) + muted gold (#d4a017)
  • AppLogo uses violet gradient fill; scrollbar and focus ring updated
  • Header: pill-grouped nav tabs with active glow, brand shortened to "Fabled" in Fraunces italic, gradient background, status dot pulse animation
  • Card type DNA: top gradient bars (note/task/list), corner accents (person/place), violet hover bloom
  • Fraunces italic as "narrator voice" for sidebar labels and empty states
  • Amber color for all temporal data (due dates, timestamps)
  • Scroll edge fades on card grid and chat messages
  • Ornamental · · · section dividers in sidebar
  • Violet glow on primary action buttons

Test Plan

  • Knowledge view shows tasks as cards with status/priority badges
  • Filter sidebar "Tasks" type works, counts are correct
  • New-note button: click to expand types, click again for generic note
  • /notes and /tasks redirect to /
  • Header: pill nav with active glow, "Fabled" brand, status dot pulses when model loaded
  • Cards: gradient top bars on notes/tasks/lists, corner arcs on people/places
  • Card hover: violet shadow bloom
  • Timestamps and due dates render in amber
  • Empty Knowledge state shows Fraunces italic narrator text
  • Light theme: violet primary, updated tag colors

🤖 Generated with Claude Code

## Summary **Knowledge View Consolidation** - Tasks now appear as cards in the Knowledge view with status, priority, and due date badges - Backend knowledge endpoints accept `type=task` filter and include tasks in counts - `/notes` and `/tasks` list routes redirect to Knowledge view (`/`) - "Tasks" removed from header navigation; NotesListView and TasksListView deleted - New-note button toggles to reveal Task/Person/Place/List type options **Modern Fable Visual Identity** - Color palette shifted from indigo to deep violet (`#7c3aed`) + muted gold (`#d4a017`) - AppLogo uses violet gradient fill; scrollbar and focus ring updated - Header: pill-grouped nav tabs with active glow, brand shortened to "Fabled" in Fraunces italic, gradient background, status dot pulse animation - Card type DNA: top gradient bars (note/task/list), corner accents (person/place), violet hover bloom - Fraunces italic as "narrator voice" for sidebar labels and empty states - Amber color for all temporal data (due dates, timestamps) - Scroll edge fades on card grid and chat messages - Ornamental `· · ·` section dividers in sidebar - Violet glow on primary action buttons ## Test Plan - [ ] Knowledge view shows tasks as cards with status/priority badges - [ ] Filter sidebar "Tasks" type works, counts are correct - [ ] New-note button: click to expand types, click again for generic note - [ ] `/notes` and `/tasks` redirect to `/` - [ ] Header: pill nav with active glow, "Fabled" brand, status dot pulses when model loaded - [ ] Cards: gradient top bars on notes/tasks/lists, corner arcs on people/places - [ ] Card hover: violet shadow bloom - [ ] Timestamps and due dates render in amber - [ ] Empty Knowledge state shows Fraunces italic narrator text - [ ] Light theme: violet primary, updated tag colors 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledScribe#25