Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Rename shortlist to favorites and decouple from compare (litmus-nqee)

StatusDone · archived
TypeTask
Prioritynormal
ParentUI/UX improvement: shortlist, side-by-side, and contrast issues (litmus-ysy5)

Decouple the bookmarking and comparison features.

  • Renamed Shortlist → Favorites everywhere (structs, components, CSS, labels)
  • Changed labels to use star icons (★/☆)
  • Raised MAX_FAVORITES from 5 to 20
  • Persist favorites to localStorage (deferred)
  • Removed auto-build of compare URL from favorites
  • Sidebar favorites section decoupled from compare

Summary of Changes

Renamed Shortlist to Favorites across all code, CSS, and UI labels. Changed toggle labels to use star icons. Raised limit from 5 to 20. Decoupled favorites from compare: removing a favorite no longer updates the compare URL, Feel Lucky no longer adds to favorites, and the compare nav link is independent. localStorage persistence deferred to a follow-up.