riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
49 stars 3 forks source link

Fix handling of bare /jobs route #30

Closed bgentry closed 2 weeks ago

bgentry commented 2 weeks ago

Navigating to the bare /jobs route results in a 404, instead of either a redirect to the default state param or just hiding the default value. Figure out Tanstack Router options for this to work seamlessly.