diericx / bevy

Self hosted software for distibuted video streaming using BitTorrent
74 stars 6 forks source link

Add pagination in search and browsing pages #34

Open brianbushree opened 3 years ago

brianbushree commented 3 years ago

The backend provides a page query parameter as well as a total number of pages for browsing and searching in response. Let's actually use those and create proper pagination in the frontend.

See https://github.com/diericx/iceetime/pull/33