Skip to content

Make pairing requests prominent#450

Merged
enaboapps merged 1 commit into
mainfrom
feat/pairing-in-status-449
Jul 21, 2026
Merged

Make pairing requests prominent#450
enaboapps merged 1 commit into
mainfrom
feat/pairing-in-status-449

Conversation

@enaboapps

Copy link
Copy Markdown
Contributor

What changed

  • move pending pairing approvals into the main status panel
  • hide the connected summary and disconnect action while approvals are pending
  • restore connected UI after the final approval clears or expires
  • add device-specific accessible names for repeated accept and reject actions
  • cover visibility transitions, multiple requests, callback routing, and accessibility names

Why

Pairing approvals were easy to miss because they appeared below the connected UI. Pending approvals are time-sensitive and should take visual priority.

Validation

  • dotnet restore src/SwitchifyPc.sln
  • dotnet build src/SwitchifyPc.sln -c Release --no-restore
  • dotnet test src/SwitchifyPc.sln -c Release --no-build (456 passed)

Closes #449

@enaboapps enaboapps added this to the Release 0.7.3 milestone Jul 21, 2026
@enaboapps
enaboapps merged commit 4ce17bc into main Jul 21, 2026
1 check passed
@enaboapps
enaboapps deleted the feat/pairing-in-status-449 branch July 21, 2026 11:53
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.

Make pairing requests replace connected device UI

2 participants