Commit graph

4 commits

Author SHA1 Message Date
b2e55008dd Add ability to watch an episode
- Migration for new backing table.
- CRUD server functions, new components to display and interact.
2024-09-14 18:33:50 -04:00
75e388555b Fix links.
- Break source into enum and url.
- Change details heading to use series name.
- Change table layout into button group of active links.
2024-09-14 15:16:33 -04:00
a2c8a15d84 Add delete, error handling
- Wire up deleting a series.
- Add an error boundary for better error handling from the server
  function. Suspense and bounday expect the child to be an option or a
  result respectively not a view itself. Took a while to figure that
  out.
2024-09-07 16:44:00 -04:00
c7e4983e46 Wire in a database 2024-09-02 17:49:36 -04:00