feat(feed): reshuffle button for the "surprise me" sort

The backend shuffle sort already accepts a seed param. Add a circular
reshuffle button next to the sort control (shown only when shuffle is
active) that re-rolls the seed and re-queries the feed; selecting shuffle
also seeds a fresh order instead of the deterministic seed-0 one. The seed
lives in FeedFilters but is intentionally kept out of the URL state.
This commit is contained in:
npeter83 2026-06-15 03:08:10 +02:00
parent b325893b22
commit 5a96607557
5 changed files with 43 additions and 11 deletions

View file

@ -23,6 +23,7 @@
"from": "Ettől",
"to": "Eddig",
"clearDates": "dátumok törlése",
"reshuffle": "Újrakeverés",
"widget": {
"show": "Megjelenítés",
"sort": "Rendezés",