Add ORB HUD submenu, restore modal scrolling, and improve mobile slider UX#11
Open
jeromepotter wants to merge 3 commits intomainfrom
Open
Add ORB HUD submenu, restore modal scrolling, and improve mobile slider UX#11jeromepotter wants to merge 3 commits intomainfrom
jeromepotter wants to merge 3 commits intomainfrom
Conversation
✅ Deploy Preview for les-cercles ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Motivation
Description
details.side-panelat#orbs-paneland wired inline controls#o-trigger-inlineand#o-collision-inlineto sync with the modal viasyncOrbInlineControls()and event handlers.#modal-overlay, switching.modaltoposition: fixed, addingmax-height: 80vhand-webkit-overflow-scrolling: touch, and positioning the global panel near#settings-buttonwhen opened (openGlobal).slider-pillcomponent and added helper functionsformatSliderValue(),updateSliderValue(),updateSliderFill(), andrefreshSliderDisplays()to keep displayed labels and pill fill synchronized; range inputs were updated to usedata-value-target/data-formatand callupdateSliderValue()on input.-webkit-tap-highlight-color: transparent, hid native thumbs visually, added focus handling to avoid the rectangle ghost on tap, improved event handling forgate-speed-range(change/pointerup/touchend/blur) and other slider inputs to reduce noisy interactions..btn-small,.btn-fixed,.control-buttons-row, restructured HUD into.hud-group, adjustedSTATE.orbitRadiusfor small viewports, addedupdateSidePanelsForViewport()to auto-open/close sidedetailson desktop/mobile, and added transpose nudge buttons wired toadjustGlobalTranspose().redoStackand undo/redo plumbing (pushUndoState(),undoLastMove(),redoLastMove(),updateUndoRedoButtons()), persisted more fields in snapshots, and refreshed UI state when applying snapshots.Testing
python -m http.server 8000successfully to serve the updatedindex.htmlfile.Codex Task