summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 03:42:59 +0900
committerAdam Malczewski <[email protected]>2026-06-27 03:42:59 +0900
commit4cfdf106cae5d1c19191258e05a64235985178d1 (patch)
tree15e7f01664269f5c807921c00f97e49f9cc8fda1 /src
parent18378474f6282c0dc21e8501b50f551514b55f7a (diff)
downloaddispatch-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.svelte1
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,