Skip to content

feat: simple ui#2059

Open
pp346 wants to merge 32 commits intomainfrom
feat/simpleui
Open

feat: simple ui#2059
pp346 wants to merge 32 commits intomainfrom
feat/simpleui

Conversation

@pp346
Copy link
Contributor

@pp346 pp346 commented Jan 27, 2026

Changes

Issue

https://linear.app/dydx/issue/ENG-1185/revert-simple-ui-from-mobile-web

Related Issues (Optional)

Screenshots/Recordings (Optional)

@pp346 pp346 requested a review from a team as a code owner January 27, 2026 14:35
@vercel
Copy link

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
v4-staging Ready Ready Preview, Comment Jan 28, 2026 4:47pm
v4-testnet Ready Ready Preview, Comment Jan 28, 2026 4:47pm

Request Review

Comment on lines 410 to +412
const tabItems = useMemo(
() => [positionTabItem, ordersTabItem, fillsTabItem, orderHistoryTabItem, paymentsTabItem],
[positionTabItem, fillsTabItem, ordersTabItem, orderHistoryTabItem, paymentsTabItem]
() => [
detailsTabItem,
Copy link
Collaborator

@jaredvu jaredvu Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should only add detailsTabItem if isMobile or isTablet

Comment on lines -16 to 18
!isTablet ||
isTablet ||
!(
!!(matchPath(TRADE_ROUTE, pathname) && canAccountTrade) ||
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this logic is why there is scrolling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants