Conversation
…heets - Introduced a unified TrackItem component for handling both desktop and mobile interactions. - Implemented long-press functionality for mobile devices using a new useLongPress hook. - Added context menu support for track items, allowing users to access actions like "Play", "Add to Playlist", and "Remove from Liked Songs". - Created a usePlaylistMenu hook to manage playlist-related actions and submenu items. - Updated SearchPage and SearchPalette components to utilize the new context menu and action sheet features. - Added CreatePlaylistModal for creating new playlists directly from the context menu. - Enhanced styling for context menus and added animations for better user experience. - Introduced safe area insets in CSS for better compatibility with notch devices.
- Implemented HiFi instance configuration in the Settings component, allowing users to set and reset their HiFi instance URL. - Added a new HiFi section in the MobileSettings component for configuring HiFi streaming services. - Introduced a new UpdateNotificationModal component to inform users about the new HiFi instance feature and self-hosting support. - Updated styles for the new modal and added animations for better user experience. - Enhanced provider configuration loading and error handling for HiFi settings.
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.
Description
UI Enhancements in both Mobile and Desktop and removing the hifi instances URL from hardcoded.
Type of Change
Checklist