Settings Pane: Clarify what "Unlimited means"
Open
bug
- Dominant language
- TypeScript
- Stars
- 131
- Forks
- 67
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 10
Description
When a user toggles "Unlimited" it the code is actually setting the value to 100 page max size:
https://github.com/Azure/cosmos-explorer/blob/9c3678266144ccbdcc95971bf356d0791843e8e5/src/Explorer/Panes/SettingsPane.ts#L74-L78
https://github.com/Azure/cosmos-explorer/blob/9c3678266144ccbdcc95971bf356d0791843e8e5/src/Common/Constants.ts#L263-L264
Contributor guide
Research direction
Start with src/Explorer/Panes/SettingsPane.ts at lines 74-78 and src/Common/Constants.ts at lines 263-264. Trace how the "Unlimited" setting is labeled and applied, then verify the wording accurately communicates its 100-page maximum; done when the UI no longer implies unlimited pages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100