Merged
Conversation
lots of copy and paste from frontend/
auto syncs with desktop for immediate changes
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.
This pull request introduces several significant improvements to the pneuma project, focusing on enhanced web player support, UI/UX updates for the admin dashboard, playlist artwork handling, and codebase cleanup. The most notable changes include adding build and runtime support for the new web player, refining the admin dashboard's layout and navigation, improving playlist artwork management, and removing unused fields from the
Tracktype. Additionally, the project dependencies are updated, and various utility functions are introduced for notifications.Web Player and Build System Enhancements:
Dockerfile,README.md, and server initialization to serve both the admin dashboard and web player assets. (Dockerfile,README.md,cmd/server/main.go) [1] [2] [3] [4] [5] [6]dashboard/vite.config.ts)Admin Dashboard UI/UX Improvements:
dashboard/src/App.svelte,dashboard/src/lib/components/Sidebar.svelte) [1] [2] [3] [4] [5]dashboard/src/lib/components/Sidebar.svelte) [1] [2]Playlist Artwork and Notification Utilities:
frontend/src/stores/ws.ts,frontend/wailsjs/go/desktop/App.js) [1] [2] [3] [4]frontend/wailsjs/go/models.ts,frontend/wailsjs/runtime/runtime.js) [1] [2]Codebase Cleanup and Dependency Updates:
replay_gain_trackfield from theTracktype and related code, simplifying the data model. (frontend/src/stores/player.ts,frontend/src/lib/Player.svelte,frontend/src/lib/Playlists.svelte,frontend/src/lib/Queue.svelte,frontend/src/stores/localLibrary.ts,frontend/src/stores/playlists.ts) [1] [2] [3] [4] [5] [6]wails/v2and addition ofgo-toastfor notifications. (go.mod)Backend API and Event Handling:
mediapackage for future enhancements. (internal/api/http/handlers/library.go) [1] [2]In the future, a custom Svelte component library will be used to keep the UI consistent across the web player and desktop application. This will lead to better maintainability for the codebase.