W9-c2 Cancel resting limit order requires manual Order ID entry — no row-level cancel on open orders table #162
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue Summary
The only way to cancel a resting limit order is to scroll to the "Manage — Cancel Resting Limit" form at the bottom of the page and manually type in the Order ID. The open orders table (BIDS / ASKS) has no cancel button on rows, no cancel-all control, and does not expose Order IDs inline. The trader must locate the Order ID from the MY LIMITS (INDEXER) section separately before they can cancel.
Reproduction Steps
VITE_NETWORK=local npm run dev) with LocalTerra runningExpected Behavior
A cancel button or action (×, trash icon, context menu) should be accessible directly from each row in the open orders table. CEX-standard UX: click cancel on the row → optional confirm → order removed.
Actual Behavior
No per-row cancel affordance exists. Cancel requires:
There is also no cancel-all option.
Screenshot
Environment Details
localterra(local Docker)VITE_NETWORK=local npm run devmake indexer-dev)make deploy-localWallet / Device Details
Severity / Impact
P2 Polish. Cancel works at the contract level — no funds are at risk. However the UX is significantly below the CEX expectation baseline: a trader migrating from a centralized exchange will not intuitively find the cancel path, and the manual Order ID lookup adds friction that could delay cancellation during fast market moves. Found under W9-C2 (Order row actions — Interactivity and Trader use dimensions).
cc: @PlasticDigits
mentioned in issue #116
mentioned in commit
75e44f13d2mentioned in commit
4be399561dUpdate (GitLab #162 — row cancel / edit)
Implemented CEX-style row actions on
/limitsby reusing the sameOrderBookPanel+useLimitOrderCancelMutationwiring as/trade(commit4be3995onmain).What changed
limitBookPagePreviewandwallet-indexer-historyon success so standalone + claim flows stay consistent.docs/frontend.mdanchor#limits-page-order-book-row-actions; skillskills/AGENTS_FRONTEND_ORDER_BOOK_ROW_ACTIONS.mdcross-linked.Verification checklist
VITE_NETWORK=local npm run dev→ open /limits, select pair, connect wallet.#order_idand Edit / × whenownermatches wallet.Please verify when you can.
/cc @totdking
mentioned in commit
39b73360c3Verification complete — closing GitLab #162
Verified on local stack (LocalTerra healthy, Postgres :5432, indexer :3001, frontend :3000, bot swarm active).
Checklist
/limits— EMBER/CORAL pair, wallet connected; order book shows#order_idon every row.1.004035…, remaining size183.904204EMBER.7, Cancel limit → shared mutation fired (row #7 actions disabled while pending; same hook as book).OrderBookPanel.test.tsx(4/4) including GitLab #162 row actions + Edit prefill.isPairPauseddisables row Edit/×, Cancel all mine, and cancel form (same wiring as/trade; covered byTradePage.test.tsxpause case).Fix in this pass
[GitLab #162](url)as literal characters. Replaced with plain copy: “…enter an order id below.” (commit40b2551).Original row-action feature (commit
4be3995) confirmed working. Issue closed.mentioned in issue #247
mentioned in issue #312
mentioned in issue #419
mentioned in issue #530
mentioned in issue #561