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.
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: notification box #5442
feat: notification box #5442
Changes from 71 commits
dea873f
c8b61e6
be4d385
cfadd6b
7e6e8b7
bfc652a
5156529
169d1ec
96badb8
8a39b72
1f78861
15f5e9b
ffe0202
18b8fb1
f3b9b7e
34579ce
7610774
5818931
e0251d3
a0f2200
5813a53
97a359d
c9949a0
b306267
c5cf3bb
e8e26ef
8472f2f
fe8db27
b8428e7
b153e37
fa0acaf
4db2780
7b6409c
8d20f08
ed74386
cd09eec
b383bcf
5dda90c
eb18221
6110fba
a0f0432
a4c21a2
6a6cdc9
c89d502
ad69b07
a845f80
d48d4ab
ad0cf22
2505063
5d1c8f7
e85cd37
7ce3b63
21109eb
987c061
3d7816e
a8f701e
1c1399f
4445d4a
75d9be5
c1ae90b
b6fc81c
aa60c13
855d966
1fe073f
7bd6a45
9461ab2
fb45be2
2496c87
e94b764
4131996
0657a4c
4170ac4
c4a8b3a
24098fb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
use bulma classes instead
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.
is it not border-color? can use the global class?
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.
why do we have two style tag 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.
notification-box-modal
container is created dynamically and will not take effect with scoped styels, i create this modal mainly refrence thewallet connect
part. hmm, maybe this two modal need a refactor nextnft-gallery/styles/components/_connect-wallet.scss
Lines 14 to 19 in 6f596ae