Add pagination to credentials and project credentials page
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
The credentials and project credentials list pages do not have paginations. When a user or a project has many credentials the tables become super long. We should:
- Limit the table to 10 credentials, oauth clients, and keychain credentials per page
- Maybe reorganize the pages to show credentials first, keychain credentials second, and oauth clients last.
- We could also put oauth clients behind a collapsible section to avoid always seeing them in that page (not all users wanna see them)
Contributor guide
No contributing guide indexed for this repository
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 at the credentials and project credentials list pages and inspect how their tables currently load and whether another page already implements pagination. Define the page behavior for credentials, OAuth clients, and keychain credentials, then verify that each table shows at most 10 items per page and that navigation works for both list pages; the proposed reordering and collapsible OAuth section remain optional ideas.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100