Commit Graph

28 Commits

Author SHA1 Message Date
Gregory Schier a36446b909 Align split apps with Vite 8 2026-05-07 14:31:40 -07:00
Gregory Schier 33e7a37e7c Merge main into proxy foundation 2026-05-07 14:16:35 -07:00
Gregory Schier d2000c86d8 Ignore routes file from fmt 2026-03-13 13:25:38 -07:00
Gregory Schier 903f57a415 Align branch with main: switch to vite-plus and reformat
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:20:06 -07:00
Gregory Schier ee69db0f12 Align lint fixes with main and resolve merge conflicts
- Convert biome-ignore to oxlint-disable-next-line across client app
- Fix no-base-to-string with type narrowing instead of suppressions
- Fix no-floating-promises with fireAndForget() in proxy app
- Fix restrict-template-expressions with String() wrapping
- Resolve leftover merge conflict markers in manager.rs
- Remove duplicate cmd_plugin_init_errors from lib.rs
- Add graphql as explicit dependency in yaak-client

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:02:29 -07:00
Gregory Schier 7314aedc71 Merge main into proxy branch (formatting and docs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 12:09:59 -07:00
Gregory Schier 3c4035097a FormattedError 2026-03-12 19:48:43 -07:00
Gregory Schier 77ec87ea17 Stacks and InlineCode 2026-03-12 19:45:19 -07:00
Gregory Schier 4d792c7f9f Move inlinecode to shared ui package 2026-03-12 19:32:04 -07:00
Gregory Schier d253d1605c Move banner to ui package 2026-03-12 19:18:13 -07:00
Gregory Schier f7ff964fe5 Floating sidebar refactor 2026-03-12 15:12:49 -07:00
Gregory Schier cc504e0a1c Move portal to shared ui lib 2026-03-12 14:28:15 -07:00
Gregory Schier 47f0daabff Shared sidebar layout 2026-03-12 14:19:29 -07:00
Gregory Schier 7e7faa69df Move split layout 2026-03-12 14:00:29 -07:00
Gregory Schier 5e3ef70d93 Refactor proxy codebase 2026-03-12 08:31:05 -07:00
Gregory Schier 0c52fd03e2 Shared Table component 2026-03-11 15:51:57 -07:00
Gregory Schier 3e7d04b2f3 Fix theme 2026-03-11 15:44:32 -07:00
Gregory Schier 6600116b1a Merge branch 'main' into wip/yaak-proxy-foundation
# Conflicts:
#	apps/yaak-client/components/JsonBodyEditor.tsx
#	apps/yaak-client/lib/jsonComments.ts
#	package-lock.json
#	packages/theme/src/window.ts
#	packages/ui/src/components/HeaderSize.tsx
2026-03-11 15:36:57 -07:00
Gregory Schier f51f72a332 Show proxy status in UI 2026-03-11 15:09:21 -07:00
Gregory Schier 12ece44197 Move Tree component to @yaakapp-internal/ui package
Decouple Tree from client app's hotkey system by adding
getSelectedItems() to TreeHandle and having callers register
hotkeys externally. Extract shared action callbacks to eliminate
duplication between hotkey and context menu handlers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 22:32:49 -07:00
Gregory Schier 6534421733 Start extracting Tree component 2026-03-08 16:37:25 -07:00
Gregory Schier 6e11894f79 Lint stuff 2026-03-08 15:50:13 -07:00
Gregory Schier 96a22c68f2 Model store hooked up 2026-03-08 15:42:18 -07:00
Gregory Schier 3586c8fe24 Move Icon and LoadingIcon to shared package 2026-03-07 08:00:14 -08:00
Gregory Schier d99898f39b Move some more stuff over 2026-03-07 07:44:50 -08:00
Gregory Schier ff6686f982 HeaderSize as shared component 2026-03-07 07:32:58 -08:00
Gregory Schier fd100330a6 Extract shared UI and theme packages 2026-03-06 10:30:31 -08:00
Gregory Schier 6915778c06 Refactor desktop app into separate client and proxy apps 2026-03-06 09:23:19 -08:00