-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroid-Optmizations
More file actions
15 lines (10 loc) · 1006 Bytes
/
Copy pathAndroid-Optmizations
File metadata and controls
15 lines (10 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Android Optmizations
This file tracks Android-only UI optimization decisions for the Signal LM wrapper.
## Current baseline
- Keep the Android sidebar behavior in its current fixed-width state.
- Do not add the PC sidebar edge resize handle to `SignalLM-Android/app/src/main/assets/` until Android resizing is explicitly requested.
- Do not add the PC right-side system status sidebar to `SignalLM-Android/app/src/main/assets/` until Android status telemetry is explicitly requested.
- Preserve the current Android viewport, keyboard, composer, and drawer behavior while making PC-only layout changes.
- When adding future Android optimizations, start by matching the current Android asset behavior, then adjust only the Android-specific issue being addressed.
## Sidebar width
The PC web UI can expose a user-controlled sidebar width from the sidebar edge. The Android app should continue using the existing `--sidebar-width: 290px` baseline and the mobile drawer cap from the current Android CSS.