feat(media): add playback controls to desktop media widget - #4159
Open
dinhokusanagi wants to merge 5 commits into
Open
feat(media): add playback controls to desktop media widget#4159dinhokusanagi wants to merge 5 commits into
dinhokusanagi wants to merge 5 commits into
Conversation
Author
recording_20260829_214523.mp4Also adjusted the desktop media player title marquee scrolling speed. I initially reduced This keeps the marquee independent from the global animation speed settings while providing a slower and more comfortable scrolling speed. Tested locally and confirmed the result looks much better. |
22 tasks
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.
gh pr create
--repo noctalia-dev/noctalia
--head dinhokusanagi:pr-media-controls
--base main
--title "feat(media): add playback controls to desktop media widget"
--body "$(cat <<'EOF'
Manual Coverage
Screenshots / Videos
The horizontal media widget now displays the album artwork, track information, and playback controls in a single horizontal layout.
Example:
[ Artwork ] [ Title / Artist ] [ Previous Play/Pause Next ]Checklist
CONTRIBUTING.md.just formatwith clang-format v22+ installed, or this PR has no code changes.assets/translations/en.json, or this PR adds no new user-facing strings.Additional Notes
This PR adds playback controls to the horizontal desktop media widget and adjusts the layout so the controls are displayed alongside the track information. The existing vertical layout is preserved.
EOF
)"
Closes #4147
This PR implements the proposed media playback controls for the bar media widget and also improves the horizontal desktop media player layout.