Skip to content

feat: elite polish — transitions, typography, search, which-key, micro-interactions#1

Merged
thesandybridge merged 10 commits into
mainfrom
feat/elite-polish
Mar 13, 2026
Merged

feat: elite polish — transitions, typography, search, which-key, micro-interactions#1
thesandybridge merged 10 commits into
mainfrom
feat/elite-polish

Conversation

@thesandybridge

Copy link
Copy Markdown
Contributor

Summary

  • Transitions: AnimatedOverlay fade in/out, sidebar slide, file tree collapse, theme morphing
  • Typography: Heading scale, code blocks, blockquotes, tables, 72ch prose
  • Skeleton Loading: Shimmer skeleton during file loads, content fade-in
  • Which-Key: Key continuation popup, colored mode pill, extended sequence timeout
  • Search Speed: File index cache, per-vault frecency, recent files, 30ms debounce
  • Micro-interactions: Save flash, toast progress bars, sliding file tree cursor
  • Plugins: Backlinks + outline scaffolds, file:saved event

Test plan

  • cargo tauri dev launches without errors
  • Overlay animations (fade in/out) work on all dialogs
  • Sidebar slides in/out smoothly
  • Which-key popup appears after pressing Space + 200ms delay
  • File finder shows recent files on empty query
  • Markdown typography looks polished
  • Save flash appears on :w in editor

- CSS animation variables (--transition-fast/normal/slow, easing curves)
- AnimatedOverlay component with enter/exit animations
- All fullscreen overlays wrapped with fade transitions
- SidebarPanel with slide-in/out animation
- File tree expand/collapse CSS (grid-template-rows trick)
- Global hover transitions and focus-visible rings
- Theme change transitions on targeted selectors
Heading scale, code blocks with accent border, blockquotes,
styled lists/tables, link hover transitions, max-width prose,
and refined spacing for world-class reading experience.
- Expose key continuations from useShortcuts hook
- Which-key popup shows available next keys after 200ms delay
- Extended sequence timeout to 2s when continuations visible
- Mode indicator styled as colored pill in status bar
- Key sequence display with accent color
…vements

- In-memory file index cache refreshed via file watcher (no more per-search disk traversal)
- Per-vault frecency tracking with 7-day half-life decay
- Debounced frecency writes to disk
- Recent files shown in file finder when query is empty
- Search debounce reduced from 100ms to 30ms
- Frontend wiring for recordFileOpen, getRecentFiles, getFrecencyScores
- Shimmer skeleton loader for content area during file loads
- Toast refinement with variant colors and progress bar
- Save flash on editor write (green pill flash)
- Sliding cursor highlight in file tree
- Backlinks and outline first-party plugin scaffolds
- Expanded event bus with file:saved emission
- Add .superpowers/ to gitignore
@thesandybridge
thesandybridge merged commit bfd6804 into main Mar 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant