opencode/packages/app/src/components
Brendan Allan e1581183ff
Some checks are pending
deploy / deploy (push) Waiting to run
generate / generate (push) Waiting to run
nix-eval / nix-eval (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404, x86_64-linux) (push) Waiting to run
nix-hashes / compute-hash (blacksmith-4vcpu-ubuntu-2404-arm, aarch64-linux) (push) Waiting to run
nix-hashes / compute-hash (macos-15-intel, x86_64-darwin) (push) Waiting to run
nix-hashes / compute-hash (macos-latest, aarch64-darwin) (push) Waiting to run
nix-hashes / update-hashes (push) Blocked by required conditions
publish / version (push) Waiting to run
publish / build-cli (push) Blocked by required conditions
publish / sign-cli-windows (push) Blocked by required conditions
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=arm64 host:macos-26 platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[bun_install_flags:--os=darwin --cpu=x64 host:macos-26-intel platform_flag:--mac --x64 target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404-arm platform_flag:--linux --arm64 target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:windows-2025 platform_flag:--win --arm64 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / publish (push) Blocked by required conditions
storybook / storybook build (push) Waiting to run
test / unit (linux) (push) Waiting to run
test / unit (windows) (push) Waiting to run
test / e2e (linux) (push) Waiting to run
test / e2e (windows) (push) Waiting to run
typecheck / typecheck (push) Waiting to run
feat(app): allow toggling tabs layout (#29526)
2026-05-27 15:42:21 +08:00
..
prompt-input refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
server use solid-primitives/resize-observer across web code (#20613) 2026-04-02 17:24:10 +08:00
session feat(app): allow toggling tabs layout (#29526) 2026-05-27 15:42:21 +08:00
debug-bar.tsx cleanup event listeners with solid-primitives/event-listener (#20619) 2026-04-02 09:40:03 +00:00
dialog-connect-provider.tsx refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
dialog-custom-provider-form.ts app: manage mutation loading states with tanstack query (#18501) 2026-03-21 23:33:04 +08:00
dialog-custom-provider.test.ts app: manage mutation loading states with tanstack query (#18501) 2026-03-21 23:33:04 +08:00
dialog-custom-provider.tsx refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
dialog-edit-project.tsx refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
dialog-fork.tsx refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
dialog-manage-models.tsx feat(app): toggle all provider models 2026-02-12 20:19:26 -06:00
dialog-release-notes.tsx chore(app): i18n sync (#15362) 2026-02-27 09:45:00 -06:00
dialog-select-directory.tsx refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
dialog-select-file.tsx refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
dialog-select-mcp.tsx refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
dialog-select-model-unpaid.tsx app: wrap provider data in Map to avoid store (#28765) 2026-05-22 12:23:16 +08:00
dialog-select-model.tsx fix: restore prompt focus after footer selection (#20841) 2026-04-03 14:36:33 +00:00
dialog-select-provider.tsx app: wrap provider data in Map to avoid store (#28765) 2026-05-22 12:23:16 +08:00
dialog-select-server.tsx fix(desktop): adjust layout properties in DialogSelectServer component (#23589) 2026-04-21 14:38:56 +08:00
dialog-settings.tsx chore: refactor packages/app files (#13236) 2026-02-12 09:49:14 -06:00
dialog-usage-exceeded.tsx desktop: add free limit + go usage exceeded dialogs to match tui (#27677) 2026-05-18 15:20:08 +08:00
file-tree.test.ts chore: fix test 2026-02-10 07:06:20 -06:00
file-tree.tsx fix: remove 10 unused type-only imports and declarations (#22696) 2026-04-16 02:17:59 +00:00
link.tsx chore: refactor packages/app files (#13236) 2026-02-12 09:49:14 -06:00
model-tooltip.tsx chore: generate 2026-01-21 17:17:33 +00:00
prompt-input.tsx feat(app): allow toggling tabs layout (#29526) 2026-05-27 15:42:21 +08:00
session-context-usage.tsx app: wrap provider data in Map to avoid store (#28765) 2026-05-22 12:23:16 +08:00
settings-general.tsx feat(app): allow toggling tabs layout (#29526) 2026-05-27 15:42:21 +08:00
settings-keybinds.tsx feat(app): add ctrl/cmd+number keybinds to switch projects (#26280) 2026-05-12 14:43:07 +08:00
settings-list.tsx fix(app): list item background colors 2026-03-12 22:23:51 -05:00
settings-models.tsx fix(app): list item background colors 2026-03-12 22:23:51 -05:00
settings-providers.tsx refactor(app): rename global context files to server context files (#28790) 2026-05-25 09:01:02 +08:00
status-popover-body.tsx feat(app): refine desktop v2 home and session controls (#28788) 2026-05-26 07:50:07 +00:00
status-popover.tsx chore: generate 2026-05-26 07:51:29 +00:00
terminal.tsx fix(opencode): strip transfer-encoding in UI proxy and allow public manifest assets (#25698) 2026-05-04 09:43:03 -04:00
titlebar-history.test.ts ignore: refactoring and tests (#12460) 2026-02-06 05:51:01 -06:00
titlebar-history.ts ignore: refactoring and tests (#12460) 2026-02-06 05:51:01 -06:00
titlebar-session-events.test.ts fix(app): handle deleted session sync cache in V2 titlebar (#29328) 2026-05-26 13:23:17 +00:00
titlebar-session-events.ts fix(app): handle deleted session sync cache in V2 titlebar (#29328) 2026-05-26 13:23:17 +00:00
titlebar.tsx feat(app): allow toggling tabs layout (#29526) 2026-05-27 15:42:21 +08:00
windows-app-menu.tsx chore: generate 2026-05-21 05:49:32 +00:00