Skip to content

feat(ui): fullscreen camera view on mobile landscape rotation#15

Merged
keyldev merged 1 commit into
mainfrom
feat/landscape-fullscreen
Jun 11, 2026
Merged

feat(ui): fullscreen camera view on mobile landscape rotation#15
keyldev merged 1 commit into
mainfrom
feat/landscape-fullscreen

Conversation

@keyldev

@keyldev keyldev commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator
  • MainView reports viewport orientation (Android/iOS only), hides sidebar/bottom nav/padding and system bars via InsetsManager
  • MainWindowViewModel owns IsFullscreen: landscape + single camera page open
  • SingleCameraPage hides header, Majestic panel and bottom bar in fullscreen
  • MainView reports viewport orientation (Android/iOS only), hides sidebar/bottom nav/padding and system bars via InsetsManager
  • MainWindowViewModel owns IsFullscreen: landscape + single camera page open
  • SingleCameraPage hides header, Majestic panel and bottom bar in fullscreen

Related

Type

  • Bug fix
  • Feature
  • Refactor / cleanup
  • Docs / CI
  • Other:

Checklist

  • Builds with 0 warnings (TreatWarningsAsErrors=true).
  • Tests pass (dotnet test); new Core logic has unit tests.
  • No layering violation — App references Core only (Infrastructure / Video / Devices wired via DI in a head).
  • Scope stays within one phase (didn't pull work from a later phase's "Не входит").
  • README / docs updated if public commands, options, or setup changed.

Platforms tested

  • Windows
  • Linux
  • macOS
  • Android
  • iOS
  • CI build only

Screenshots / notes

image

- MainView reports viewport orientation (Android/iOS only), hides sidebar/bottom nav/padding and system bars via InsetsManager
- MainWindowViewModel owns IsFullscreen: landscape + single camera page open
- SingleCameraPage hides header, Majestic panel and bottom bar in fullscreen
@keyldev keyldev merged commit a401d97 into main Jun 11, 2026
5 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