Commit 1b2313b
committed
Refactor UI: popups, animations, and detail navigation
- Replace SidePanel with popup-based SingleSongDetailsPopupView and SmokeViewQueueGrid for song details and queue, using connected animations for transitions
- Refactor and centralize animation logic with AnimationHelper; add support for multiple animation keys and coordinated elements
- Add middle mouse button support for quick detail popup access
- Update context menu actions (add to next, love/unlove, info) and navigation to use new animation flows
- Resize NowPlayingPage image, remove inline lyrics ListView, and move lyrics to popup
- Simplify ArtistPage album loading logic
- Wrap SingleSongLyrics in ScrollViewer for better UX
- Remove unused code, improve naming, and streamline event handling for maintainability1 parent b015d55 commit 1b2313b
File tree
8 files changed
+356
-344
lines changed- Dimmer/Dimmer.WinUI/Views/WinuiPages
- SingleSongPage
8 files changed
+356
-344
lines changedLines changed: 19 additions & 51 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
472 | 473 | | |
473 | 474 | | |
474 | 475 | | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | 476 | | |
515 | 477 | | |
516 | 478 | | |
517 | 479 | | |
518 | 480 | | |
519 | | - | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
520 | 488 | | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
| 489 | + | |
| 490 | + | |
529 | 491 | | |
530 | 492 | | |
531 | 493 | | |
532 | 494 | | |
533 | 495 | | |
534 | | - | |
| 496 | + | |
535 | 497 | | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
536 | 504 | | |
537 | 505 | | |
538 | 506 | | |
0 commit comments