Place Limit functionality duplicated across /trade and /limits tabs with no distinction communicated to the user #129
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#129
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 Place Limit form appears on both the
/tradepage (embedded in the Order Ticket panel) and the/limitspage (as a standalone surface). There is no explanation in the UI of why the functionality exists in two places or whether there is any difference between them. This creates ambiguity for traders navigating between the two tabs.Reproduction Steps
/trade— observe the Order Ticket panel on the right includes Place Limit, Cancel Limit, and Your Placements/limits— observe a standalone page with the same Place Limit and Cancel Limit sectionsExpected Behavior
Either:
/tradefor in-context limit orders alongside the book and chart;/limitsas a lightweight standalone tool), orIn either case, a trader should never have to guess whether the two Place Limit forms are equivalent or distinct.
Actual Behavior
Both
/tradeand/limitspresent functionally identical Place Limit and Cancel Limit forms with no label, tooltip, or description distinguishing them. A trader navigating both tabs has no signal as to which to use or whether submitting from one differs from submitting from the other.Environment Details
localterra(local Docker)VITE_NETWORK=local npm run devmake indexer-dev)Screenshots
/limits
/trade
Severity / Impact
No functionality is broken, but the duplication creates unnecessary cognitive load and may lead traders to distrust the interface or avoid one surface entirely. Flagged as a product clarity issue per QA standards, technically expected behaviour that still causes user-facing confusion.
mentioned in issue #133
mentioned in issue #116