-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: limit order mobile view #8073
base: develop
Are you sure you want to change the base?
Conversation
e257824
to
71ad733
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/components/MultiHopTrade/components/LimitOrder/LimitOrderList.tsx
Outdated
Show resolved
Hide resolved
{onBack && ( | ||
<CardHeader px={0} display='flex' flexDirection='column' pb={0}> | ||
<Flex width='full' alignItems='center' mb={4} position='relative' mx={4}> | ||
<Box position='absolute' left={0}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preferably-blocking: avoid the position absolute which could cause z-index/hover issues and where the back button could not be clickable because of siblings elements
890fbf2
to
f1264e0
Compare
Description
LimitOrderList
andQuoteList
Issue (if applicable)
Closes #6206
Risk
Small
None
Testing
With a small screen size, check that the clicking the limit order quote section navigates to a new route (
/trade/limit-order-quote-list
) and shows the limit order list. Note, currently for this to work you must first get a quote on the Trade/Bridge tab.Ensure the back button works, navigating back to the limit order screen.
Ensure that the existing trade quote views (small and regular) have no regressions.
Engineering
☝️
Operations
Nothing needed from ops yet.
Screenshots (if applicable)