feat: shared backlog filter popover + sprint header polish (v1.3.3)

- Move sprint switcher into sprint header, centered between title and actions
- Extract BacklogFilterPopover as shared component used by sprint and product backlog
- Add sort options (code/priority/status) with single-pill asc/desc toggle
- Default sprint backlog status filter to OPEN, remove "alleen niet klaar" button
- Persist collapsed state and filter popover open in localStorage
- Fix hydration flicker: defer localStorage read to useEffect with prefsLoaded gate for writes
- Increase sprint switcher text size for readability

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-05-10 11:11:02 +02:00
parent a9b53dedf0
commit 6fe1a2aaa6
9 changed files with 424 additions and 330 deletions

View file

@ -1,6 +1,6 @@
{
"name": "scrum4me",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"scripts": {
"predev": "npx --yes kill-port 3000 || exit 0",