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

sticky bottom bar on job list #31

Closed bgentry closed 2 weeks ago

bgentry commented 2 weeks ago

Instead of the bottom bar jumping around as the list grows, keep it fixed to the bottom of the screen. Tested on Chrome and Safari (both desktop + iOS). Tapping on top of screen on iOS also still works with scroll to top behavior.

Short list Long list
localhost_5173_jobs_state=completed(iPhone 14 Pro Max) (1) localhost_5173_jobs_state=completed(iPhone 14 Pro Max)

Sorry for tanstack dev overlays, didn't feel like turning them off for these screenshots.

Fixes #28.