Commit Graph
549 Commits
Author SHA1 Message Date
Federico Jaramillo Martinez 753b8bbc8a Merge remote-tracking branch 'origin/main' into review/pr-5-machine-federation-fixes
# Conflicts:
#	src/client/src/api/clients.ts
#	src/client/src/components/PiWebApp.ts
#	src/client/src/components/PromptEditor.ts
#	src/server/app.ts
#	src/server/terminalProxyRoutes.ts
#	src/server/workspaces/fileSuggestions.ts
2026-06-02 17:42:16 +02:00
Federico Jaramillo Martinez 8cd2bbaf1d fix: show pwa refresh menu options 2026-06-01 22:07:03 +02:00
Federico Jaramillo Martinez 09225a4cea chore(release): v1.202606.0 2026-06-01 21:18:49 +02:00
Federico Jaramillo Martinez 6c094af917 fix: contain chat overlay stacking 2026-06-01 18:09:49 +02:00
Federico Jaramillo Martinez 1a5c60da49 Merge pull request #8 from FerOliveira-dev/fix/prompt-editor-z-index
fix: increase prompt-editor z-index to 30 to prevent activity-dock overlap
2026-06-01 18:08:57 +02:00
Federico Jaramillo Martinez 9c80eb0a92 fix: improve PI WEB updates panel commands 2026-06-01 17:46:23 +02:00
Federico Jaramillo Martinez a038da669c fix: avoid extra mobile browser bottom inset 2026-05-31 20:13:28 +02:00
Federico Jaramillo Martinez fdd2cf2390 fix: improve file mention suggestions without ripgrep 2026-05-31 20:04:59 +02:00
FerOliveira-dev c2147c7089 fix: increase prompt-editor z-index to 30 to prevent activity-dock overlap 2026-05-30 19:25:45 -03:00
Federico Jaramillo Martinez 1ae28d8f59 refactor(client): extract app shell chrome 2026-05-28 21:51:52 +02:00
Federico Jaramillo Martinez bad3a185ff feat: add delete new session action 2026-05-28 21:48:04 +02:00
Federico Jaramillo Martinez 50906617a0 feat: add pi-web version reporting 2026-05-28 21:33:14 +02:00
Federico Jaramillo Martinez 5e2afc1ffa fix: harden machine federation boundaries 2026-05-28 20:49:25 +02:00
Federico Jaramillo Martinez 4043ce7eca chore(release): v1.202605.14 2026-05-28 20:41:52 +02:00
Federico Jaramillo Martinez 8f62deff1a fix(actions): avoid redundant action panel rerenders 2026-05-28 20:27:12 +02:00
Federico Jaramillo Martinez 61a763a4fb fix: keep chat status bubble above message titles 2026-05-28 15:13:24 +02:00
Federico Jaramillo Martinez 1c1740aeab fix: keep navigation headings visible 2026-05-28 15:06:55 +02:00
Federico Jaramillo Martinez 3bd4773c87 fix: show raw chat history range 2026-05-28 14:19:44 +02:00
Federico Jaramillo Martinez 2abd1d9e19 fix: queue prompts during compaction 2026-05-28 14:15:52 +02:00
Federico Jaramillo Martinez 5737b228b8 feat: add left panel collapse control 2026-05-28 11:18:04 +02:00
Federico Jaramillo Martinez c5401e7d3c Merge pull request #7 from jmfederico/maintainer/pr-6-workspace-panel-edge
Add workspace panel collapse control
2026-05-28 11:08:24 +02:00
Federico Jaramillo Martinez c0b358bf3d fix: keep collapsed workspace panel handle visible 2026-05-28 11:06:45 +02:00
Federico Jaramillo Martinez d46b15f9b2 Merge remote-tracking branch 'origin/main' into maintainer/pr-6-workspace-panel-edge
# Conflicts:
#	src/client/src/components/shared.ts
2026-05-28 10:58:07 +02:00
Federico Jaramillo Martinez 559c6f6d1f fix: move workspace panel collapse control to edge 2026-05-28 10:47:16 +02:00
Federico Jaramillo Martinez c73ac5bb9a fix: keep PWA chrome visible after resume 2026-05-28 08:19:04 +02:00
Federico Jaramillo Martinez f569467769 feat: add terminal soft keys 2026-05-28 08:17:53 +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
Marc Kassubeck e352dce6ef fix: fall back from offline routed machines 2026-05-26 22:35:42 +02:00
Marc Kassubeck 159f5332ed fix: restore workspace API calls after rebase 2026-05-26 18:12:06 +02:00
Marc Kassubeck a142f5ed40 feat: add machine federation 2026-05-26 13:07:31 +02:00
Marc Kassubeck b5f8810eda feat: add machine-scoped local API aliases 2026-05-26 13:06:56 +02:00
Marc Kassubeck 418216b9b7 fix: avoid showing local projects for remote machines 2026-05-26 13:04:00 +02:00
Marc Kassubeck 3270619f24 test: make server tests pass on Windows 2026-05-26 13:04:00 +02:00
Marc Kassubeck 0405b384b1 feat: add local machine registry foundation 2026-05-26 13:04:00 +02:00
Marc Kassubeck 712456f953 docs: plan machine federation 2026-05-26 13:02:24 +02: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