Commit Graph

5 Commits

Author SHA1 Message Date
Simon Eklundh
a39637f187 blocks repeated watchlist actions so one happens at a time, and gates watchlist behind user id + item 2026-07-04 12:12:32 +02:00
Gauvain
17a591cd3c fix(watchlist): refresh see-all grid after toggling watchlist
The see-all screen keeps its own infinite query keyed
["favorites", "see-all", type, filter]. The watchlist mutation only
invalidated ["item", id] and ["home", "watchlist"], so removing an item
from within the see-all grid left it visible until a manual refresh.
Invalidate the ["favorites", "see-all"] prefix in onSettled as well.
2026-07-01 22:11:53 +02:00
Simon Eklundh
bc13317f00 some cleanups 2026-06-14 13:48:57 +02:00
Simon Eklundh
1d0c2f0a31 fixes the api call so it actually updates remotely 2026-06-10 20:31:59 +02:00
Simon Eklundh
eba72e9d73 feat: add kefintweaks watchlist integration properly 2026-06-08 19:11:11 +02:00