Full-width Libraries controls; add p5.js v2.3.0#11
Merged
Conversation
- The Libraries dropdown and Apply button were a row that overflowed the side bar. Stack them vertically at full bar width, matching the other panel buttons (removed the row/inline modifiers; the select no longer flex-grows). - Add p5.js v2.3.0 to the build picker. cdnjs lags for 2.3.0, so it loads from jsdelivr (verified 200); all other URLs unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Two small fixes to the Libraries panel.
Layout — no more overflow
The dropdown + Apply button were laid out in a row, which pushed Apply past the side-bar width. They're now stacked vertically at full bar width, matching the Record / Capture / Fullscreen buttons. (Removed the
panel-row/panel-button-inlinemodifiers; the<select>no longerflex-grows, so it sits at natural height and full width.)Add p5.js v2.3.0
The picker only listed 1.x builds. Added p5.js v2.3.0 (the current latest). cdnjs hasn't published 2.3.0 yet (returns 404), so this entry loads from jsdelivr (
https://cdn.jsdelivr.net/npm/p5@2.3.0/lib/p5.min.js, verified 200). All other entries are unchanged.Reviewer notes
node --checkpasses; Debug target builds and re-embeds assets.🤖 Generated with Claude Code