Kludex / Kludex/awesome-fastapi-projects
Improve pagination
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 141
- PR merge metrics
- No merged PRs in 30d
Description
Consider improving the pagination UI (the "Next" and "Previous" buttons at the bottom of the table).
It would be useful to jump straight onto a selected page or skip some pages if desired.
A current page the user is on should be reflected in a query parameter value (similar to `search` and `dependencies` query parameters). This is useful for sharing the links to the specific page or just preserving the state in between the page reloads.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests; start by locating the TypeScript entry point that renders the table pagination and handles the search and dependencies query parameters. Done means users can select or skip pages, and the current page is preserved in a shareable query parameter across reloads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100