Skip to content

Rk/queuedle adjust (#87)#88

Merged
RichKelsey merged 1 commit into
mainfrom
develop
May 18, 2026
Merged

Rk/queuedle adjust (#87)#88
RichKelsey merged 1 commit into
mainfrom
develop

Conversation

@RichKelsey
Copy link
Copy Markdown
Contributor

  • Refactor: Queuedle game item overlap logic

  • Feat: Add 'select album' button to queue sidebar

  • Feat: Add volume step buttons to PlayerBar

  • Feat: Queuedle ranking system enhancements

  • Feat: Queuedle post-game rank change screen

  • feat(playerbar): Introduce artistItem in useNowPlaying hook

  • feat(playerbar): Separate track and artist display, make artist clickable

  • test(playerbar): Update track info test for separate track/artist

  • refactor(volume): extract shared volume commitment logic

  • feat(volume): add mute/unmute and hover-based popover

  • feat: Add Genius API bridge for album year

  • feat(renderer): Implement useGeniusAlbumYear hook

  • feat(album-panel): Display album year from Genius

* Refactor: Queuedle game item overlap logic

* Feat: Add 'select album' button to queue sidebar

* Feat: Add volume step buttons to PlayerBar

* Feat: Queuedle ranking system enhancements

* Feat: Queuedle post-game rank change screen

* feat(playerbar): Introduce artistItem in useNowPlaying hook

* feat(playerbar): Separate track and artist display, make artist clickable

* test(playerbar): Update track info test for separate track/artist

* refactor(volume): extract shared volume commitment logic

* feat(volume): add mute/unmute and hover-based popover

* feat: Add Genius API bridge for album year

* feat(renderer): Implement useGeniusAlbumYear hook

* feat(album-panel): Display album year from Genius
@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 71.76% 1922 / 2678
🔵 Statements 68.79% 2209 / 3211
🔵 Functions 62.81% 603 / 960
🔵 Branches 62.77% 2059 / 3280
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
renderer/src/components/PlayerBar.tsx 78.89% 62.88% 72.72% 80.64% 49, 107-110, 114-119, 137-138, 144, 168-188, 276-297, 396
renderer/src/components/album/AlbumPanel.tsx 83.33% 86.06% 77.77% 89.06% 48, 88-93, 104, 136, 193
renderer/src/components/queue/QueueSidebar.tsx 54.41% 59.83% 64% 57.83% 101-109, 114, 124, 129, 136, 143, 149, 155, 164-187, 219-265, 282, 323-328, 366, 373, 380-381, 390
renderer/src/components/queuedle/QueuedlePanel.tsx 85% 80.69% 85.18% 87.5% 94, 130, 147, 148, 174-181, 197-204, 210, 217, 256-259, 338, 370, 436, 440, 473, 475-477, 487, 508-511, 516, 528-530, 618
renderer/src/components/queuedle/QueuedleRankChange.tsx 3.57% 0% 0% 4% 24-108
renderer/src/hooks/useDailyGame.ts 86.04% 77.63% 75% 86.11% 20-21, 78, 158-159, 183-185, 211, 224-226, 236
renderer/src/hooks/useGeniusAlbumYear.ts 100% 100% 100% 100%
renderer/src/hooks/useNowPlaying.ts 89.47% 64.58% 50% 89.47% 38-39
renderer/src/lib/queueHelpers.ts 100% 100% 100% 100%
renderer/src/types/globals.d.ts 100% 100% 100% 100%
Generated in workflow #131 for commit 158a010 by the Vitest Coverage Report Action

@RichKelsey RichKelsey merged commit 588acba into main May 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant