ME-1 UI: "Your History (This Pair)" table columns truncated on all mobile viewport widths #352
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#352
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 the trade page at mobile viewport widths, the "Your History (This Pair)" section renders a table with columns Time, Side, Price, and at least one more column that is truncated off the right edge of the screen. The rightmost column header is clipped to a single character ("P" visible, full label cut off) and the corresponding data values are also cut. This occurs across all tested mobile device dimensions.
Observed behavior
Reproduction steps
Expected behavior
The trade history table should either:
No column data should be silently truncated without a way to access it.
Actual behavior
The rightmost column is clipped at the viewport edge with no scroll affordance. Data in that column is inaccessible on mobile.
Screen record
Impact assessment
Environment
/tradeSeverity: P2(polish) data loss at mobile widths; does not affect trade execution or fund safety.
Related checklist items: ME-1
cc: @PlasticDigits
mentioned in issue #291
mentioned in commit
f7384e2976mentioned in merge request !857
MR !857. History tables wrapped in overflow-x-auto.
mentioned in commit
e0966339a9mentioned in issue #479
mentioned in merge request !1016