Federico Jaramillo Martinez
559c6f6d1f
fix: move workspace panel collapse control to edge
2026-05-28 10:47:16 +02:00
spellitwithaph
6abc41b4dc
refactor: extract render methods for workspace panel templates
...
Break the dense one-liner workspace-panel and expand-button templates
into multi-line formatted render methods for readability and safer
future edits.
2026-05-27 10:41:46 -04:00
spellitwithaph
2e2ca283cf
fix: remove unused collapsed property from WorkspacePanel
...
The collapsed state is owned by PiWebApp and used only to toggle the
shell CSS class and hide the element — the WorkspacePanel never reads
it. Remove the dead property and its pass-through.
2026-05-27 10:38:42 -04:00
spellitwithaph
6d45505afc
fix: hide panel toggle icon at responsive breakpoints
...
The workspace panel is already hidden at ≤1180px by responsive CSS,
so the expand/collapse toggle icon is meaningless there. Hide the
expand-panel-strip inside both media queries.
2026-05-27 10:36:31 -04:00
spellitwithaph
1784b1e6c6
fix: add responsive collapsed overrides for tablet/mobile breakpoints
...
The desktop .shell.workspace-panel-collapsed selector had higher
specificity than the media-query .shell rules, causing horizontal
overflow at ≤1180px and ≤760px widths. Add matching collapsed grid
overrides inside each breakpoint.
2026-05-27 10:32:32 -04:00
spellitwithaph
c8b05427fd
fix: tooltip reads 'Toggle Panel' and expand button aligns right
...
- Change title/aria-label on both collapse and expand buttons to 'Toggle Panel'
- Right-align the expand-panel-strip so the toggle icon sits on the right
edge of the main column when the workspace panel is collapsed
2026-05-27 10:19:59 -04:00
spellitwithaph
c26359917f
feat: add collapse/expand toggle for workspace panel
...
Adds a chevron-right collapse button after the last tab (Files, Git,
Terminal, Info) in the workspace panel header. Clicking it hides the
workspace panel and lets the main chat column fill the full width.
When collapsed, an expand strip with a chevron-left button appears
below the context bar to re-open the workspace panel.
Changes:
- Add workspacePanelCollapsed boolean to AppState
- Add collapse button to WorkspacePanel header tabs
- Add expand strip with toggle button in main column when collapsed
- Adjust grid layout to hide panel and stretch main when collapsed
- Handle collapsed state at ≤1180px responsive breakpoint
2026-05-27 10:10:17 -04:00
Federico Jaramillo Martinez
50f1ddc9c5
fix: refresh session message counts live
2026-05-26 08:52:43 +02:00
Federico Jaramillo Martinez
6f1d948711
chore: tighten plugin id types and lockfile
2026-05-25 16:49:51 +02:00
Federico Jaramillo Martinez
958596aaa5
fix(cli): summarize service status output
2026-05-25 16:44:40 +02:00
Federico Jaramillo Martinez
983457e5dd
chore(release): v1.202605.13
2026-05-25 16:34:02 +02:00
Federico Jaramillo Martinez
824728174b
feat: add native user service installs
2026-05-25 16:28:09 +02:00
Federico Jaramillo Martinez
711c4f3d98
feat: run workspace operations in terminals
2026-05-25 15:01:56 +02:00
Federico Jaramillo Martinez
57a6a4a69f
fix: make doctor platform-aware
2026-05-25 14:56:21 +02:00
Federico Jaramillo Martinez
4bfd4acd40
docs: add persistent agent positioning
2026-05-25 14:26:22 +02:00
Federico Jaramillo Martinez
34e657dd2b
fix(cli): diagnose macOS node-pty spawn-helper permissions
2026-05-25 14:03:43 +02:00
Federico Jaramillo Martinez
679008d132
fix: clear stale workspace activity indicators
2026-05-24 08:15:47 +02:00
Federico Jaramillo Martinez
56fa641a8d
fix: restore chat prompt spellcheck
2026-05-23 23:41:17 +02:00
Federico Jaramillo Martinez
37c3aa79d8
chore(release): v1.202605.12
2026-05-23 23:09:32 +02:00
Federico Jaramillo Martinez
a33c51d164
fix: limit refresh controls to PWA mode
2026-05-23 23:03:00 +02:00
Federico Jaramillo Martinez
c2200da0b2
fix: surface refresh control on tablet PWA
2026-05-23 22:56:34 +02:00
Federico Jaramillo Martinez
4517fa06d2
fix: polish mobile refresh overlay
2026-05-23 22:34:04 +02:00
Federico Jaramillo Martinez
f4aeb0675f
feat: make mobile breadcrumbs clickable
2026-05-23 22:26:42 +02:00
Federico Jaramillo Martinez
df20563abb
feat: add mobile refresh control
2026-05-23 21:18:22 +02:00
Federico Jaramillo Martinez
1546143038
feat: add PWA install icon and uppercase branding
2026-05-23 20:50:45 +02:00
Federico Jaramillo Martinez
428f7bb8c2
feat: archive session descendants
2026-05-23 00:05:03 +02:00
Federico Jaramillo Martinez
a1e903f8f9
feat: add file browser image previews
2026-05-22 15:36:24 +02:00
Federico Jaramillo Martinez
5bc25424d3
fix: extend chat diff backgrounds
2026-05-22 15:36:24 +02:00
Federico Jaramillo Martinez
3409b0acba
feat: name forked and cloned sessions
2026-05-22 15:36:24 +02:00
Federico Jaramillo Martinez
23e82e1292
fix: improve workspace empty states
2026-05-22 14:32:39 +02:00
Federico Jaramillo Martinez
6a8f2f2979
fix: prevent new session shortcut from editing draft
2026-05-21 22:58:10 +02:00
Federico Jaramillo Martinez
9e3d272731
feat: prefill forked session prompt draft
2026-05-21 22:56:03 +02:00
Federico Jaramillo Martinez
2f5293a8c9
fix: make workspace panels scrollable
2026-05-21 20:52:30 +02:00
Federico Jaramillo Martinez
13bb8e4227
feat: add dash favicon
2026-05-21 15:52:17 +02:00
Federico Jaramillo Martinez
ffb2942ead
chore(release): v1.202605.11
2026-05-21 14:03:07 +02:00
Federico Jaramillo Martinez
cf1b0ed345
fix: replace workspace hover lens with details menu
2026-05-21 13:47:56 +02:00
Federico Jaramillo Martinez
73fe658195
fix: make missing actions config optional
2026-05-21 11:20:24 +02:00
Federico Jaramillo Martinez
698a89948b
feat(plugins): load workspace packages in dev
2026-05-21 09:41:46 +02:00
Federico Jaramillo Martinez
3cce6d20d1
fix: stabilize chat scroll restoration
2026-05-21 09:31:33 +02:00
Federico Jaramillo Martinez
c740ac3dcb
refactor: simplify workspace panel terminal flow
2026-05-21 09:31:33 +02:00
Federico Jaramillo Martinez
fb7903f3cb
feat(plugins): add actions plugin package
2026-05-21 09:31:33 +02:00
Federico Jaramillo Martinez
d693aa06d7
fix: prevent terminal autostart after close
2026-05-21 09:31:33 +02:00
Federico Jaramillo Martinez
9d4a0179d1
feat: deep link terminal selection
2026-05-21 09:31:33 +02:00
Federico Jaramillo Martinez
1a91094a5b
Move docs deployment to Cloudflare
2026-05-21 09:17:58 +02:00
Federico Jaramillo Martinez
70eb47b47a
Merge pull request #1 from jmfederico/cloudflare/workers-autoconfig
...
Add Cloudflare Workers configuration
2026-05-21 09:16:48 +02:00
cloudflare-workers-and-pages[bot]
8840160cfd
Add Cloudflare Workers configuration
2026-05-20 21:16:17 +00:00
Federico Jaramillo Martinez
0a086c9b7e
fix(actions): stabilize plugin action execution
2026-05-20 22:22:35 +02:00
Federico Jaramillo Martinez
8fbdd6e8f3
fix(ui): guard resize observers against missing elements
2026-05-20 22:22:03 +02:00
Federico Jaramillo Martinez
56d4614aad
chore: remove completed ai work notes
2026-05-20 20:55:05 +02:00
Federico Jaramillo Martinez
894c4d092b
fix: clear archived-only session selection
2026-05-20 20:48:42 +02:00