fixed app stuff in frontend
This commit is contained in:
@@ -107,3 +107,12 @@ Update rule:
|
||||
|
||||
- Updated Android launch flow in orchestrator to resolve launcher activity via `cmd package resolve-activity` and launch with `am start -n <activity>`.
|
||||
- Kept `monkey` as fallback only when launcher activity cannot be resolved, reducing redroid/device-specific `monkey` failures during session prepare.
|
||||
|
||||
### 16 — Fixed Device Detail Page Stale Revert After Update
|
||||
|
||||
- Root cause: the dashboard device detail VM reused SvelteKit's cached `getDeviceByIdSQ()` query without refreshing it, so after saving edits the page reloaded stale device data and overwrote the form with old values.
|
||||
- Fix: in `device-details.vm.svelte.ts`, refresh the cached query before reading `query.current`, matching the earlier remote-query cache fix pattern used for links.
|
||||
|
||||
### 17 — Frontend Session Viewport Rendering Fix
|
||||
|
||||
- Updated `/session` layout to a full `100dvh` stream container, removed reserved top bar space, and moved status text into an overlay so the embedded stream gets maximum visible height on mobile.
|
||||
|
||||
Reference in New Issue
Block a user