chrisbenincasa / tunarr

Create a classic TV experience using your own media - IPTV backed by Plex/Jellyfin
https://tunarr.com/
zlib License
174 stars 14 forks source link

Remove navigation block warning in programming page when navigating to add more programs #757

Open chrisbenincasa opened 2 months ago

chrisbenincasa commented 2 months ago

Often times I remove programs, or edit the lineup in the programming screen, then click 'add media' to add some more. If you don't save after altering the lineup, you get a nav blocker about unsaved changes. We should be able to keep a working copy of changes in local state and allow adding media w/o saving.

chrisbenincasa commented 1 month ago

This is another bug blocked by https://github.com/TanStack/router/pull/1790 - we may just have to remove the navigation block completely.