opencode/packages/app/src/components
Brendan Allan 88c5f6bb19
Some checks failed
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-tauri (map[host:blacksmith-4vcpu-ubuntu-2404 target:x86_64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-4vcpu-windows-2025 target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-tauri (map[host:blacksmith-8vcpu-ubuntu-2404-arm target:aarch64-unknown-linux-gnu]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
publish / build-tauri (map[host:windows-2025 target:aarch64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:blacksmith-4vcpu-ubuntu-2404 platform_flag:--linux target:aarch64-unknown-linux-gnu]) (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-windows-2025 platform_flag:--win target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --arm64 target:aarch64-apple-darwin]) (push) Blocked by required conditions
publish / build-electron (map[host:macos-latest platform_flag:--mac --x64 target:x86_64-apple-darwin]) (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
containers / build (push) Has been cancelled
fix: consolidate project avatar source logic (#23819)
2026-04-22 17:09:00 +08:00
..
prompt-input feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741) 2026-04-15 23:27:32 -04:00
server use solid-primitives/resize-observer across web code (#20613) 2026-04-02 17:24:10 +08:00
session feat(app): hide desktop titlebar tools behind settings (#19029) 2026-04-17 03:31:00 +00: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 feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741) 2026-04-15 23:27:32 -04: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 app: manage mutation loading states with tanstack query (#18501) 2026-03-21 23:33:04 +08:00
dialog-edit-project.tsx fix: consolidate project avatar source logic (#23819) 2026-04-22 17:09:00 +08:00
dialog-fork.tsx shared package (#22626) 2026-04-15 14:26:20 +00: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 shared package (#22626) 2026-04-15 14:26:20 +00:00
dialog-select-file.tsx feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741) 2026-04-15 23:27:32 -04:00
dialog-select-mcp.tsx fix(app): more startup perf (#19288) 2026-03-26 13:41:22 -05:00
dialog-select-model-unpaid.tsx fix(app): more startup perf (#19288) 2026-03-26 13:41:22 -05: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 fix(app): fallback to synthetic icon for unknown provider IDs (#15295) 2026-02-28 15:13:23 -06: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
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 fix(app): prevent prompt input animations from rerunning on every render (#23676) 2026-04-21 19:12:32 +08:00
session-context-usage.tsx feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741) 2026-04-15 23:27:32 -04:00
settings-general.tsx feat(app): allow disabling progress bar in settings (#23674) 2026-04-21 19:10:50 +08:00
settings-keybinds.tsx cleanup event listeners with solid-primitives/event-listener (#20619) 2026-04-02 09:40:03 +00: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 fix(app): list item background colors 2026-03-12 22:23:51 -05:00
status-popover-body.tsx tui plugins (#19347) 2026-03-27 15:00:26 +01:00
status-popover.tsx fix(app): more startup perf (#19288) 2026-03-26 13:41:22 -05:00
terminal.tsx feat: add terminal font settings and built-in Nerd Font (#23391) 2026-04-19 19:46:34 +10: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.tsx feat(app): hide desktop titlebar tools behind settings (#19029) 2026-04-17 03:31:00 +00:00