enjalot / enjalot/blockbuilder
when entering side by side mode, the text editor width should be wider
- Dominant language
- JavaScript
- Stars
- 332
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
[`http://blockbuilder.org/rveciana/f0a8ec08d0b63d0cdc6985cc37468b9a#mode=sidebyside`](http://blockbuilder.org/rveciana/f0a8ec08d0b63d0cdc6985cc37468b9a#mode=sidebyside)
specifically, something like
``` javascript
let textEditorWidth = windowWidth - toolbarWidth - chartWidth - borderLineWidth - scrollBarWidth
```
current state, with wide gap between chart area and text editor:

Contributor guide
No contributing guide indexed for this repository
Research direction
Open the linked blockbuilder example in side-by-side mode and inspect the frontend layout code responsible for the toolbar, chart area, and text editor. Verify the width calculation against the available window space; done means the editor uses the freed space without the current wide gap while the chart and toolbar remain visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100