Skip to content

Release 1.0.34 — Entra auth, profiles, playlists, Genius artist pages#91

Merged
JoePittsy merged 4 commits into
mainfrom
develop
May 21, 2026
Merged

Release 1.0.34 — Entra auth, profiles, playlists, Genius artist pages#91
JoePittsy merged 4 commits into
mainfrom
develop

Conversation

@JoePittsy
Copy link
Copy Markdown
Member

@JoePittsy JoePittsy commented May 21, 2026

What's new

Entra ID authentication

  • All users are now tied to their True North IT organisation account — no more throwaway accounts
  • Silent sign-in on launch; system browser (Edge) handles the login flow, satisfying the Conditional Access policy
  • Existing users keep their chosen display names; new users default to their Entra display name
  • Sign-out from the profile page clears the Entra session and prompts account selection on next launch

Profile page — name management

  • Change name button with inline rename; migrates all stats, scores, playlist ownership, and queue attribution to the new name in Cosmos
  • Display name uniqueness enforced across the team via the claim-name Azure Function

Azure Functions (new endpoints)

  • POST /api/profile/claim — link a display name to an Entra OID
  • POST /api/profile/rename — bulk migrate all Cosmos data to a new display name
  • GET /api/profile/lookup — resolve an Entra OID to an existing display name

RichKelsey and others added 4 commits May 18, 2026 21:53
* 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
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 71.38% 1931 / 2705
🔵 Statements 68.17% 2219 / 3255
🔵 Functions 62.33% 604 / 969
🔵 Branches 62.29% 2067 / 3318
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
renderer/src/App.tsx 65.51% 52.38% 40.84% 73.96% 64, 65, 71, 84-85, 97, 104, 119-120, 126, 131, 139, 147, 150, 155, 162-166, 213, 234-250, 268-270, 275, 359-371, 396-398, 406, 437-479, 513-514
renderer/src/components/DisplayNameModal.tsx 88.23% 75% 100% 93.33% 17, 23
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/ProfilePanel.tsx 0% 0% 0% 0% 19-342
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 #134 for commit ffd13ae by the Vitest Coverage Report Action

@JoePittsy JoePittsy merged commit f9c816b into main May 21, 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.

2 participants