feat(status-ui): enhance desktop session controls
Add native directory selection, persisted interface scaling, and navigation back to the latest conversation message. Restore saved session transcripts when the bridge transcript RPC is unavailable so the desktop client remains useful during bridge compatibility gaps.
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
"windows": [
|
||||
{
|
||||
"title": "Pi Status UI",
|
||||
"width": 900,
|
||||
"height": 720,
|
||||
"minWidth": 480,
|
||||
"minHeight": 420,
|
||||
"width": 1100,
|
||||
"height": 840,
|
||||
"minWidth": 640,
|
||||
"minHeight": 520,
|
||||
"center": true,
|
||||
"decorations": false,
|
||||
"transparent": true,
|
||||
|
||||
Reference in New Issue
Block a user