parse-community / parse-community/parse-dashboard
Make left menu bar resizable
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
New Feature / Enhancement Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Current Limitation
The menu bar on the left side is not resizable. It uses ~20% of the total dashboard screen estate. While it's possible to fold it in by clicking on the pin icon, it's impractical when navigating a lot between classes.
The other issue is that long class names are truncated, because the bar has a fixed size.
Feature / Enhancement Description
- Make the bar width resizable, so that it can be adapted according to class names and reduced in size for easy navigation while not taking as much screen space.
- Remove the "Create a class" button from the "Browser" menu to allow resizing the bar to a smaller size; adding a class is usually not a frequent action and it can be done via the "Edit" menu.
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 reviewing open pull request #2872, then locate the dashboard's left menu implementation and its navigation controls. Confirm how the menu width and class-name display are handled, and verify that the requested resizing and removal of the Browser menu's Create a class button work without disrupting navigation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100