- Notifications
You must be signed in to change notification settings - Fork 537
Why Don't I See My Wallet Link #1617
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits Select commit Hold shift + click to select a range
01395a5
add wheresmywallet link and pop up
leightkt ea52091
update default link
leightkt fdeee2f
set pop up to 5 seconds
leightkt f97e20a
update location, remove timed appearance
leightkt 7205345
remove timed appearance, move to bottom of wallets
leightkt af1ffcd
Merge branch 'why-dont-i-see-my-wallet' of github.com:blocknative/web…
leightkt a662041
final css update
leightkt cac0b7c
theme system on demo
leightkt ce3f0f5
Merge branch 'develop' into why-dont-i-see-my-wallet
leightkt f8920b4
correct core version
leightkt 382206f
bump react and vue packages
leightkt 957cf4c
adjust Warning component padding and container margin
gesquinca e166331
Merge branch 'develop' into why-dont-i-see-my-wallet
leightkt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
| @@ -5,33 +5,30 @@ | |
| ||
<style> | ||
.container { | ||
padding: var(--onboard-spacing-5, var(--spacing-5)); | ||
gap: 1rem; | ||
padding: 0.75rem; | ||
color: var(--onboard-warning-700, var(--warning-700)); | ||
font-size: var(--onboard-font-size-7, var(--font-size-7)); | ||
line-height: 16px; | ||
border: 1px solid var(--onboard-warning-400, var(--warning-400)); | ||
background: var(--onboard-warning-100, var(--warning-100)); | ||
margin: 0; | ||
border-radius: 12px; | ||
} | ||
.icon { | ||
color: var(--onboard-warning-700, var(--warning-700)); | ||
width: 1rem; | ||
height: 1rem; | ||
margin-left: var(--onboard-spacing-5, var(--spacing-5)); | ||
} | ||
p { | ||
margin: 0; | ||
width: fit-content; | ||
flex: 0 0 auto; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Prettier? | ||
} | ||
</style> | ||
| ||
<div in:fade class="container flex justify-between"> | ||
<p> | ||
<div> | ||
<slot /> | ||
</p> | ||
</div> | ||
| ||
<div class="icon"> | ||
{@html infoIcon} | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
Prettier?