-
Notifications
You must be signed in to change notification settings - Fork 8
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
lock and earn #742
base: dev
Are you sure you want to change the base?
lock and earn #742
Conversation
stormcloud266
commented
Oct 2, 2024
•
edited
Loading
edited
This stack of pull requests is managed by Graphite. Learn more about stacking. |
6145f95
to
2d09578
Compare
c413d36
to
ac73892
Compare
2d09578
to
08e6611
Compare
ac73892
to
e4a098e
Compare
08e6611
to
cc82f49
Compare
e4a098e
to
85aa43a
Compare
cc82f49
to
700af01
Compare
85aa43a
to
f4a7f1e
Compare
700af01
to
74a4b4b
Compare
f4a7f1e
to
6f399ac
Compare
74a4b4b
to
eeb8b6d
Compare
6f399ac
to
b8b640f
Compare
eeb8b6d
to
3b6644a
Compare
b8b640f
to
376ed88
Compare
3b6644a
to
cedb98b
Compare
376ed88
to
0be2e9e
Compare
a13452a
to
13a6859
Compare
13a6859
to
c6d1fc8
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.
lets sync this with new changes, then i'll review
9e9bf69
to
f9a01bc
Compare
0be2e9e
to
379db5b
Compare
f9a01bc
to
c7e1754
Compare
379db5b
to
43595bf
Compare
import { useState } from 'react' | ||
import { useThemeSetting } from 'app/provider/theme' | ||
|
||
const ScrollLayout = ({ children }) => { |
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.
I believe this is trying to do a bottom button row on mobile? If so we have an layout for this already. You can check it out here
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.
thanks that's what i was missing
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.
This looks like a good start. Time to dive into the functionality with Zigg so we can things rockin and rollin. I recommend diving into the uniswapV2 docs alongside Zigg's code to get a better picture of what's required.
c7e1754
to
76d689b
Compare
43595bf
to
6406e4b
Compare
6406e4b
to
d211c0c
Compare
Vercel Unique URL: https://sendapp-odfne7745-0xsend.vercel.app |
Playwright ReportSummary
Suitesaccount-rewards.onboarded.spec.tscan visit rewards page
Locator: getByRole('heading', { name: 'Claim Your Network Benefits' }) �[0m �[90m 14 |�[39m �[36mawait�[39m expect(page)�[33m.�[39mtoHaveURL(�[32m'/account/rewards'�[39m)
account-sendtag-checkout.onboarded.spec.tscan visit checkout page
can add a pending tag
cannot add an invalid tag name
can confirm a tag
can refer a tag
can refer multiple tags in separate transactions
cannot confirm a tag without paying
cannot add more than 5 tags
account-settings-backup.onboarded.spec.tscan backup account
can remove a signer
account.logged-in.spec.tscan visit account page
can update profile
activity.onboarded.spec.tscan visit activity page and see correct activity feed
can search on activity page
home.onboarded.spec.tscan visit token detail page
leaderboard.logged-in.spec.tscan visit leaderboard page
onboarding.logged-in.spec.tscan visit onboarding page
profile.anon.spec.tsanon user can visit public profile
anon user cannot visit private profile
profile.logged-in.spec.tslogged in user needs onboarding before visiting profile
profile.onboarded.spec.tscan visit other user profile and send by tag
can visit my own profile
can visit private profile
can view activities between another profile
send.onboarded.spec.tscan send USDC starting from profile page
can send USDC using tag starting from home page
can send USDC using sendid starting from home page
can send USDC using address starting from home page
can send ETH starting from profile page
can send ETH using tag starting from home page
can send ETH using sendid starting from home page
can send ETH using address starting from home page
can send SPX starting from profile page
can send SPX using tag starting from home page
can send SPX using sendid starting from home page
can send SPX using address starting from home page
can send SEND starting from profile page
can send SEND using tag starting from home page
can send SEND using sendid starting from home page
can send SEND using address starting from home page
sign-in.anon.spec.tsredirect on sign-in
redirect to send confirm page on sign-in
sign-up.anon.spec.tscan sign up
country code is selected based on geoip
|