- Break source into enum and url. - Change details heading to use series name. - Change table layout into button group of active links.
- 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.