diff options
| author | Adam Malczewski <[email protected]> | 2026-06-27 03:42:59 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-27 03:42:59 +0900 |
| commit | 4cfdf106cae5d1c19191258e05a64235985178d1 (patch) | |
| tree | 15e7f01664269f5c807921c00f97e49f9cc8fda1 /src | |
| parent | 18378474f6282c0dc21e8501b50f551514b55f7a (diff) | |
| download | dispatch-web-4cfdf106cae5d1c19191258e05a64235985178d1.tar.gz dispatch-web-4cfdf106cae5d1c19191258e05a64235985178d1.zip | |
docs(concurrency): expand backend handoff §2j + drop unused import
- backend-handoff.md: full §2j slice (API surface, contract note, FE summary,
verification, the single-provider GET note, worktree symlink note) + bump the
pinned transport-contract version 0.22.0 → 0.23.0 in the header/packages/
mirror/endpoints sections.
- ConcurrencyView.svelte: remove an unused ConcurrencyLimitView type import
(the type flows via viewConcurrencyLimits' return type; svelte-check clean).
Diffstat (limited to 'src')
| -rw-r--r-- | src/features/concurrency/ui/ConcurrencyView.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/concurrency/ui/ConcurrencyView.svelte b/src/features/concurrency/ui/ConcurrencyView.svelte index 078c003..e52e184 100644 --- a/src/features/concurrency/ui/ConcurrencyView.svelte +++ b/src/features/concurrency/ui/ConcurrencyView.svelte @@ -3,7 +3,6 @@ import type { ConcurrencyStatusEntry } from "@dispatch/transport-contract"; import { type Badge, - type ConcurrencyLimitView, parseLimitInput, summarizeLimits, summarizeStatus, |
