Conversation
🔀 Merge dev → main
- Added touch‑action: none to #mini for mobile drag control - Ensured mini‑bar remains fully draggable on touch devices - Prevented browser interference with custom pointer events
- Replaced JS hamburger toggle with CSS‑only (input:checked) - Added pre‑emptive display‑none to play‑bar footer to prevent flash - Eliminated UI pop‑in during initial page load
- Fixed seek‑bar sync and drag coordinate calculation - Refactored loading: manual show/hide loader in gen‑util (no DOMContentLoaded) - Added hideSect/showSect for instant, reliable nav‑page display - Corrected touch‑swipe direction detection in card‑slider - Removed deprecated loadingPage function and fragile event listeners - Updated nav.js to use new section utilities - General cleanup and bug squashing across music‑manager, ui‑util, and init
- Show "Show All" button only when slider is at first position (prevIdx === 1) - Hide button when cards are shifted to prevent empty/mismatched content - Integrated visibility toggle into prev/next slide actions - Used existing hide()/show() UI utilities for consistency - Fixes UX issue where "Show All" displayed incorrect cards on shifted slides
- Bump version to v1.0.1 across docs - Add changelog entry for bugfix release - Update SECURITY.md with touch‑handling notes - Refresh SRS with v1.0.1 features and fixes
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.
PR Description
This PR synchronizes the
devbranch with the latest stable release onmain(v1.0.1).Changes included from
main🐛 Bug Fixes
Mobile 2D drag precision for mini‑bar
Card‑slider swipe‑direction correction
Seek‑bar sync and coordinate calculation
UI pre‑load flicker (hamburger & play‑bar)
Loading‑system race conditions
🛠️ Code Improvements
CSS‑only hamburger toggle
Manual loader control in
gen‑util.jshideSect/showSectutilities for instant navigationtouch‑action: nonefor custom mobile gestures📄 Documentation Updates
README.md → v1.0.1
SECURITY.md → updated touch‑handling notes
CHANGELOG.md → v1.0.1 entry added
SRS → refreshed with v1.0.1 specs
Why this merge?
devaligned with the latest stable baselineTesting notes
Merge to keep
devready for the next iteration.