nofusscomputing / nofusscomputing/centurion_ui

User customizable items per page

Open
#6 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Migrated from Gitlab task::feature type::task
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.