mbos2 / url-shortener

Simple, Selfhosted, URLShortener service
MIT License
8 stars 3 forks source link

Create pagination of records #7

Open mbos2 opened 11 months ago

mbos2 commented 11 months ago

Describe the solution you'd like Pagination of records in the UI.

Currently, function will return only max of 100 records. Query for offSet already exists in the backend code.

Need to implement UI functionality to be able to get next set of records if there are more than 100 records present in the database.

GuyKh commented 11 months ago

I could take this too