kimi-code/apps/kimi-web/test
qer 1dab2c2268
Some checks are pending
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / build (push) Waiting to run
CI / test (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
feat(web): preserve side panel and scope input history per session (#1181)
* feat(web): preserve open side panel across session switches

* feat(web): scope composer input history to current session

* fix(web): suppress side panel open animation on session switch

* fix(web): preserve per-session scroll position on session switch

* chore: add changeset for per-session scroll position

* fix(web): preserve follow-bottom state per session

* fix(web): scope composer attachments to their session

* fix(web): restore saved scroll position on session switch
2026-06-29 01:52:08 +08:00
..
agent-event-projector.test.ts feat(web): show full accumulated subagent progress (#1109) 2026-06-26 00:22:12 +08:00
attachment-upload.test.ts feat(web): preserve side panel and scope input history per session (#1181) 2026-06-29 01:52:08 +08:00
chat-turn-rendering.test.ts refactor(web): extract pure turn-rendering helpers from ChatPane (#1001) 2026-06-23 15:20:00 +08:00
clipboard.test.ts fix(web): make clipboard copy work over plain HTTP (#1044) 2026-06-23 22:21:10 +08:00
composer-draft.test.ts fix(web): clear composer draft synchronously on send (#1163) 2026-06-28 01:55:04 +08:00
event-batcher.test.ts fix: reduce streaming stutter in the web chat (#1085) 2026-06-25 13:06:38 +08:00
event-reducer.test.ts perf(web): reuse sessions reference to stop sidebar re-render on streaming deltas (#1113) 2026-06-26 02:24:31 +08:00
input-history.test.ts feat(web): preserve side panel and scope input history per session (#1181) 2026-06-29 01:52:08 +08:00
lib-logic.test.ts feat(web): show edit diffs inline in tool call cards (#1103) 2026-06-25 23:18:14 +08:00
mention-menu.test.ts refactor(web): extract @-mention menu into a composable (#1030) 2026-06-23 18:38:50 +08:00
notification-logic.test.ts feat(web): add completion sound and question notifications (#1179) 2026-06-28 21:02:00 +08:00
slash-menu.test.ts refactor(web): extract slash-command menu into a composable (#1026) 2026-06-23 18:17:48 +08:00
sound-notification.test.ts feat(web): add completion sound and question notifications (#1179) 2026-06-28 21:02:00 +08:00
storage-logic.test.ts feat(web): add completion sound and question notifications (#1179) 2026-06-28 21:02:00 +08:00
turn-logic.test.ts test(kimi-web): keep only pure logic unit tests (#959) 2026-06-22 14:57:27 +08:00
workspace-order.test.ts feat(web): stabilize and drag-reorder workspaces in the sidebar (#1047) 2026-06-24 12:06:32 +08:00
workspace-state.test.ts feat(web): stabilize and drag-reorder workspaces in the sidebar (#1047) 2026-06-24 12:06:32 +08:00