Limits Ladder: create ladder options missing when Ladder place mode is selected #494
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#494
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?
Summary
On
/limits, switching Place mode to Ladder does not show the create-ladder form (start/end price, rung count, total pay, place CTA). The Single place form still appears as expected.Expected: selecting Ladder shows
LimitOrderLadderPanelcreate options.Steps to reproduce
/limitswith a pair selected.Actual
Ladder create options are missing (empty / no ladder panel fields under the tablist).
Expected
Show the ladder create UI: bid/ask side, start/end price, rungs, total pay, expiry/advanced, preview, and Place N-rung ladder.
Likely location
frontend-dapp/src/pages/LimitOrdersPage.tsx— Ladder panel is gated on wallet address:Single mode does not require
addressto render its form. If the wallet is disconnected (oraddressis briefly unset), Ladder mode shows no create options while the tab still looks selected.Also check
frontend-dapp/src/components/trade/LimitOrderLadderPanel.tsxif a design-system regression hid the fields after #488.mentioned in commit
97c539cda7mentioned in merge request !1032
Fix implemented in !1032 (
fix/494-limits-ladder-create-options).Done vs acceptance:
address &&gate)Not run here: Playwright smoke against live LocalTerra/
make dev(E2E case added inlimit-orders.spec.tsfor that).mentioned in commit
d275d44a79mentioned in commit
0be38dc852mentioned in issue #533
mentioned in issue #546
mentioned in issue #563
mentioned in issue #589
mentioned in issue #593
mentioned in issue #619
mentioned in issue #717