-
Notifications
You must be signed in to change notification settings - Fork 88
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: move send to wallet logic to new bookmark component #135
Conversation
✅ Linked to Task LF-4928 · Bookmark for wallets |
…ss/ens are correct
For the first milestone where the goal is to display exchange warning message missing the -styling of the SendToWallet component (switching it to a clickable button instead of an input) |
packages/widget/src/components/SendToWalletButton/ShowSendToWalletButton.tsx
Outdated
Show resolved
Hide resolved
For any other person possibly reviewing this atm, hopped on a call with Eugene and he gave me some more comments. Will put the wait tag for now till I finish those |
…am using invalid field now, also onchange triggers validate
… clicking somehwere on the page
Finished in #168 |
Task:
This task solves:
https://lifi.atlassian.net/browse/LF-2839
and
https://lifi.atlassian.net/browse/LF-5322
Task was initially linked to what is now the epic.
https://lifi.atlassian.net/jira/software/c/projects/LF/boards/15?modal=detail&selectedIssue=LF-4928&assignee=6398600d3c9bcd363977188e
Created bookmark page where user is able to input wallet address and on clicking confirm gets sent to main page.
This is part 1 of creating the bookmark functionality. The component to switch from "Custom" to "Bookmarks" is hidden atm.