scratchfoundation / scratchfoundation/scratch-blocks
Category menu should grow to fit category labels
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 1.6k
- Avg merge
- 4h 51m
- Merged PRs (30d)
- 12
Description
In some languages (e.g. French and Greek) the category labels can be wider than the available space. Because of this, we would like to enable the category menu to automatically "grow" in width up to a certain limit before wrapping to another line. Space used for the increased width of the category menu should be subtracted from the workspace.
/cc @carljbowman
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
No file or test is named; start by locating the category menu and workspace layout entry points in the JavaScript UI code. Reproduce the layout with French or Greek labels, then verify that the menu grows only up to a limit, wraps afterward, and the workspace loses the corresponding space.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, internationalization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100