-
-
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
[very rough draft]: add web visualizer #314
Merged
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 ↗︎
|
I've elected to fall back into custom implementation, for the following reasons:
|
- Note: fixed to 4.1.1 because 4.2.0 uses esm which breaks in the current workflow...
Closed
spiceratops
referenced
this pull request
in spiceratops/k8s-gitops
Sep 12, 2024
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/jeffvli/feishin](https://redirect.github.com/jeffvli/feishin) | minor | `0.8.1` -> `0.9.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.9.0`](https://redirect.github.com/jeffvli/feishin/releases/tag/v0.9.0): 0.9.0 [Compare Source](https://redirect.github.com/jeffvli/feishin/compare/v0.8.1...v0.9.0) #### Highlights - (UI) Added visualizer to fullscreen player (web audio only) ([#​314](https://redirect.github.com/jeffvli/feishin/issues/314)) - (UI) Added context menu item to play items shuffled - (UI) Fixed issue where app could crash if duplicates rows existed in certain tables ([#​729](https://redirect.github.com/jeffvli/feishin/issues/729)) - (UI, Jellyfin) Fixed issue where image aspect ratio was not displaying correctly - (Desktop) Added setting to disable OS tray #### What's Changed - \[very rough draft]: add web visualizer by [@​kgarner7](https://redirect.github.com/kgarner7) in [https://github.com/jeffvli/feishin/pull/314](https://redirect.github.com/jeffvli/feishin/pull/314) **Full Changelog**: jeffvli/feishin@v0.8.1...v0.9.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:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
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.
Adds a audio visualizer for web player. This is a very rough draft; there are probably better visualizers/maybe multiple visualizers, but I personally am fond of this one.
Notes: