Conversation
Agent-Logs-Url: https://github.com/TheJoeFin/Trdo/sessions/069d6b25-7e88-4cf0-85ed-b1ea8971abf7 Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
Added WindowPlacementService to capture pointer position and position windows (ManualStationWindow, TutorialWindow) near the anchor. Updated event handlers to use the service before opening flyouts or windows. Increased ManualStationWindow height to 500 and reformatted XAML bindings for readability. Added necessary using directives for the new service.
…window Pop out manual station add/edit into standalone window
Agent-Logs-Url: https://github.com/TheJoeFin/Trdo/sessions/bbe887a0-8caa-4095-9da8-05b4aa6e901b Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
Show a warning InfoBar when enabling "Auto-play on startup" to inform users that audio will start automatically. Require explicit confirmation via an "Enable anyway" button. Refactor toggle logic to use event handler and OneWay binding. Rename "Enable Auto-Resume" to "Auto-recover" with updated description. Use shared PlayerViewModel instance in SettingsViewModel.
Adjusted clamping logic to use maxX and maxY with System.Math.Max, preventing negative clamp ranges when window size exceeds work area. This ensures window positions remain within valid screen bounds.
Add opt-in "Play on startup" setting
…ttings toggles Agent-Logs-Url: https://github.com/TheJoeFin/Trdo/sessions/dac8c98c-2c5e-4f5f-bf1b-cd721868e8db Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
Added new SVG files: apple_music.svg, discogs.svg, and ytmusic.svg. These files provide vector logo assets for Apple Music, Discogs, and YouTube Music, with discogs.svg featuring detailed paths and gradients.
- Use SVG icons for all music search services for visual consistency - Add horizontally scrollable search links with settings button - Centralize Apple Music search logic with region-aware URLs - Redesign SettingsPage for per-service music search toggles - Raise MusicSearchServicesChanged event for real-time UI updates - Update NowPlayingViewModel and FavoritesPage to react to service changes - Refactor Apple Music search to always use web, not app - Improve XAML formatting and UI alignment - Add and include new SVG assets for Apple Music, Discogs, YouTube Music
…music-services Add Apple Music and YouTube Music search options with per-service settings toggles
Agent-Logs-Url: https://github.com/TheJoeFin/Trdo/sessions/a6cfa946-5b29-414f-a4aa-88dff8af317d Co-authored-by: TheJoeFin <7809853+TheJoeFin@users.noreply.github.com>
Refactored SettingsPage.xaml to use card-style Borders for each setting, added new styles for titles, descriptions, and status text, and improved layout and alignment of controls. Enhanced clarity, grouping, and overall user experience.
…ick-buttons Add setting to swap tray icon left/right click behavior
Bump app version to 1.9.0.0. Update several NuGet package references to latest versions. Reformat x:Bind expressions in PlayingPage.xaml for better readability without changing logic.
Changed default values for Apple Music and YouTube Music settings to false, disabling them by default. Updated InfoBar action button label from "Enable anyway" to "Enable" for clarity.
Updated the app version in Package.appxmanifest from 1.9.0.0 to 1.9.1.0 to reflect the latest release.
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.
closes #73
closes #72
closes #71
closes #60