Skip to content

fix: hide desktop-only context actions on mobile#161

Closed
jfversluis wants to merge 1 commit intomainfrom
fix/hide-desktop-actions-on-mobile
Closed

fix: hide desktop-only context actions on mobile#161
jfversluis wants to merge 1 commit intomainfrom
fix/hide-desktop-actions-on-mobile

Conversation

@jfversluis
Copy link
Copy Markdown
Collaborator

Problem

On iOS/Android, the session context menu shows actions that don't work on mobile:

  • Report Bug
  • Fix with Copilot
  • Copilot Console
  • Terminal
  • VS Code

Fix

Files Changed

  • PolyPilot/Components/Layout/SessionListItem.razor — 1 file, wrapping existing actions in a platform check

Report Bug, Fix with Copilot, Copilot Console, Terminal, and VS Code
actions in the session context menu don't work on mobile. Wrap them
in a PlatformHelper.IsMobile check to hide them on iOS/Android.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@PureWeen
Copy link
Copy Markdown
Owner

Closing — this is fully superseded by PR #164 (merged). PR #164 hides desktop-only items (Fix with Copilot, Copilot Console, Terminal, VS Code) behind PlatformHelper.IsDesktop guards, and keeps Report Bug visible on mobile with a browser-based flow via Launcher.Default.OpenAsync.

@PureWeen PureWeen closed this Feb 21, 2026
@PureWeen PureWeen deleted the fix/hide-desktop-actions-on-mobile branch February 22, 2026 00:18
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