-
Notifications
You must be signed in to change notification settings - Fork 2
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
bringing latest changes downstream #48
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
added get audio path function
updated some documentation and app version number
Updated building instructions
Refactor Discord connection handling in GeneralSettings component
Update README.md
Update window size and add drag functionality to MiniPlayer
Accounting for when a user opens their discord app after launching this app, and expects discord rpc to automatically connect
Update discord_rpc.rs
Full screen switching sometimes refused to work when the app was maximized and so a function was created to mitigate this. This update limits this feature to windows as it has been observed to only occur on windows
Limited strange fullscreen switching to windows
Refactor FSMusicPlayer navbar buttons
Fix context menu rendering bug
Update index.ts
Fix error handling in DiscordRpc
Update README with instructions for building and running the application
Update version to 0.3.1
Update Cargo.toml
Changed when the draggable region for the fullscreen player shows on windows OS only. Now it only shows when the app is not fullscreen, meaning the fullscreen player may only be dragged when the app itself is not fullscreen.
Bringing changes downstream
Update playlist metadata structure
bringing changes downstream
Add loading state and fix image display issues in CreatePlaylistModal
bringing changes downstream
Playlist page redesign
Drag and drop song feature
…pp-dev"" This reverts commit a2230a8.
Revert merge that accidently deleted drag and drop feature
Bringing changes downstream
0.4.0 bug patch✨
Update styles and some functionality
waveyboym
added
the
bringing changes downstream
This PR will bring changes downstream from the main branch to this branch
label
Feb 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bringing changes downstream
This PR will bring changes downstream from the main branch to this branch
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.
bringing latest changes downstream