-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Album blur, allow clicking the playerbar to toggle the player, misc changes #717
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Forgot to add translations to the albums header. Not adding due to #720 but I'll merge this commit in to here when both of my PRs are reviewed |
Please merge this. It looks soo clean |
kgarner7
requested changes
Sep 1, 2024
kgarner7
reviewed
Sep 1, 2024
kgarner7
reviewed
Sep 1, 2024
src/renderer/features/artists/components/album-artist-detail-header.tsx
Outdated
Show resolved
Hide resolved
kgarner7
reviewed
Sep 1, 2024
src/renderer/features/artists/components/album-artist-detail-header.tsx
Outdated
Show resolved
Hide resolved
pyxfluff
force-pushed
the
clickable-bar
branch
from
September 1, 2024 20:16
c4944bc
to
a6f3318
Compare
Git just totally messed everything up, will let you know when its safe to merge bc everything is screwed up now |
jeffvli
reviewed
Sep 1, 2024
jeffvli
reviewed
Sep 1, 2024
jeffvli
reviewed
Sep 1, 2024
src/renderer/features/shared/components/library-header.module.scss
Outdated
Show resolved
Hide resolved
kgarner7
approved these changes
Sep 1, 2024
jeffvli
reviewed
Sep 1, 2024
spiceratops
referenced
this pull request
in spiceratops/k8s-gitops
Sep 3, 2024
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/jeffvli/feishin](https://redirect.github.com/jeffvli/feishin) | minor | `0.7.3` -> `0.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jeffvli/feishin (ghcr.io/jeffvli/feishin)</summary> ### [`v0.8.0`](https://redirect.github.com/jeffvli/feishin/releases/tag/v0.8.0): 0.8.0 [Compare Source](https://redirect.github.com/jeffvli/feishin/compare/v0.7.3...v0.8.0) As always, thanks to contributors! #### Highlights - (UI) Added alternative album header styling using blurred image ([#​717](https://redirect.github.com/jeffvli/feishin/issues/717)) - (UI) Added play countto album header ([#​720](https://redirect.github.com/jeffvli/feishin/issues/720)) - (UI) Fixed synchronization between playqueue rating/favorite values and detail pages ([#​707](https://redirect.github.com/jeffvli/feishin/issues/707)) - (UI) Fixed issue where in-page text could not be deselected if selected using keyboard shortcuts ([#​723](https://redirect.github.com/jeffvli/feishin/issues/723)) #### What's Changed - Bump electron-updater from 4.6.5 to 6.3.0 in the npm_and_yarn group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/jeffvli/feishin/pull/687](https://redirect.github.com/jeffvli/feishin/pull/687) - Add play count to albums by [@​pyxfluff](https://redirect.github.com/pyxfluff) in [https://github.com/jeffvli/feishin/pull/720](https://redirect.github.com/jeffvli/feishin/pull/720) - Album blur, allow clicking the playerbar to toggle the player, misc changes by [@​pyxfluff](https://redirect.github.com/pyxfluff) in [https://github.com/jeffvli/feishin/pull/717](https://redirect.github.com/jeffvli/feishin/pull/717) - Bump electron-updater from 6.3.0 to 6.3.1 in the npm_and_yarn group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/jeffvli/feishin/pull/688](https://redirect.github.com/jeffvli/feishin/pull/688) - \[qol]: adjust rules for user-select by [@​iiPythonx](https://redirect.github.com/iiPythonx) in [https://github.com/jeffvli/feishin/pull/723](https://redirect.github.com/jeffvli/feishin/pull/723) - \[slightly less scuffed bugfix]: Update table rating/favorite when updated anywhere … by [@​kgarner7](https://redirect.github.com/kgarner7) in [https://github.com/jeffvli/feishin/pull/707](https://redirect.github.com/jeffvli/feishin/pull/707) **Full Changelog**: jeffvli/feishin@v0.7.3...v0.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
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.
Has a couple of changes.
Adds a blur to the album page like so:
This change respects settings in the player ("Enable background image") and will disable itself if the option is not enabled. Migrate to a global setting later possibly(?)
Allows clicking the bottom player bar to minimize the player:
https://github.com/user-attachments/assets/37ccc199-253f-47b8-b4e7-beede21775cd
Updates the translations to use proper plural words only if anything is more than one (1 song instead of "1 songs") and updates Spanish a little bit