Add a debug tab to the settings dialog
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 17h 1m
- Merged PRs (30d)
- 43
Description
Add a debug tab to the settings with a series of toggles and some detailed helper text about what effect setting the specific flags would do.
- Store debug flags under general settings? Should they be persisted in local storage or just last for the duration of the current session?
- Make layers control sticky (i.e. conditionally ignore
onMouseLeaveevents) - Enable react query devtools via debug flag
- Add a control indicator on the map showing a count of active debug flags.
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 with the settings dialog and existing general-settings storage, then trace layer mouse-leave handling and the React Query devtools integration. Decide whether debug flags persist or remain session-only, and define the toggles, helper text, and map indicator behavior. Done means the debug tab exposes the requested controls and accurately shows the active-flag count.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100