-
Notifications
You must be signed in to change notification settings - Fork 30
AAA I can set an announcement with funnels and CTA button #1440
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 58 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
ffe0f3b
AAA I can set an announcement with funnels and CTA button
oleksii-front 659a5c4
updates
oleksii-front 40cf2f9
updates
oleksii-front 899a3f0
Minor changes
oleksii-front 81180bb
add error and isActionButon control to BennerAdmin
oleksii-front 8b694f7
minor changes before review
oleksii-front 3074528
discussion_r644699780
oleksii-front 91c882a
discussion_r644699971
oleksii-front 48653ae
discussion_r644700886
oleksii-front c7fb982
discussion_r644701249
oleksii-front 4a18ef3
discussion_r644702532
oleksii-front 9ce4fab
discussion_r644702936
oleksii-front 3585573
discussion_r644710614
oleksii-front 14e353b
discussion_r644711161
oleksii-front 9a37437
discussion_r644711366
oleksii-front f93fdc0
discussion_r644714568
oleksii-front 4e7eafe
discussion_r644716944
oleksii-front fcd796a
discussion_r644717292
oleksii-front a62d41a
discussion_r644717671
oleksii-front 332ea6a
discussion_r644719421
oleksii-front 8a74cea
discussion_r644719631
oleksii-front ab6186d
discussion_r644704264
oleksii-front fbbebcd
fixes as per PR + banner modal/confirm modal merged
7f30e59
PR fixes + minor css changes
0a25561
removed stopPropagation + noop from modal
16b3be4
user announcement style fixes
8445fd3
formatting prettier
07e357d
PR fixes
985b616
fix cancel btn color style
e21bde4
pr comment fixes
3f689b8
pr fixes
0e0352d
minor logic url/force funnel fix
07f250c
minor change
52739ac
minor fix
de68584
pr fixes
3adc804
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
d8b731f
fixed banner positioning + force funnel banner close on btn click
44581e4
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
3f16d02
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
68b92ab
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
7eb5c07
update announce ui + minor refactor
297dca6
minor ui fix
220c0f6
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
ed799a1
banner announcement fixes pr
c8f54e7
removed comment
d72ae7b
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
a0b5de8
removed banner message from venue creation
bf7f576
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
a509b53
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
d93f7db
mr fixes + announcement preview + ui redone
b0a1908
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
f4d50ec
removed unnecessary classes
cc3ea03
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
059ddbc
fix height navbar
515bb0d
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
a4e73af
mr fixes + announcement position fix for admin
1223c52
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
bf4ee63
minor fixes
271ce1e
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
4c96067
Merge branch 'staging' of github.com:sparkletown/sparkle into feature…
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions
10
src/components/atoms/ConfirmationModal/ConfirmationModal.scss
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 |
---|---|---|
@@ -1,15 +1,17 @@ | ||
@import "scss/constants.scss"; | ||
|
||
.ConfirmationModal { | ||
.modal-content { | ||
background: $modal-background--confirm; | ||
} | ||
|
||
&__message { | ||
padding: 10px 0 30px 0; | ||
} | ||
|
||
&__buttons { | ||
display: flex; | ||
width: 70%; | ||
margin: 0 auto; | ||
} | ||
|
||
.modal-content { | ||
text-align: center; | ||
} | ||
} |
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
Oops, something went wrong.
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.