nofusscomputing / nofusscomputing/centurion_ui
User customizable items per page
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 20
Description
In GitLab by @jasonpagetas on Jul 9, 2024, 04:06
Currently this is limited to only display 10 items per page. There needs to be a way to increase this limit so that users can select to increase the amount of items shown. This could be done in increments or a custom value.
- 10
- 25
- 50
- 100
- 250
Details
Add new user setting items per page with predefined values within a dropdown field.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the pagination controls and existing user settings in the TypeScript UI. Trace how the current fixed limit of 10 is applied, then add the requested items-per-page dropdown with 10, 25, 50, 100, and 250 options; done means the selected value controls the number of displayed items.
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