-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Add banner and modal for user onboarding #6468
Merged
Merged
Changes from 8 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2d4da3d
Add banner and modal for user onboarding
zoek1 2268d0e
Remove mini banner on townsquare
zoek1 96d8237
Merge branch 'master' into feature/onboarding
zoek1 953f408
Add missed button on banner
zoek1 1028b44
Merge branch 'feature/onboarding' of https://github.com/zoek1/web-1 i…
zoek1 3ee813a
Merge branch 'master' into feature/onboarding
zoek1 845fe0d
Merge branch 'master' into feature/onboarding
zoek1 1c5884c
Add dynamic number of contributors
zoek1 88ec970
fix conflicts
zoek1 9abd6d2
fix conflicts
zoek1 2fe120a
Add new logos to banner
zoek1 e18ced8
Merge branch 'master' into feature/onboarding
zoek1 74209b3
Link onboarding to tribes
zoek1 6fbc018
Fix conflicts
zoek1 7a70fcd
Merge branch 'feature/onboarding' of https://github.com/zoek1/web-1 i…
zoek1 e9025f6
Update navbar
zoek1 b3583f7
Merge branch 'master' into feature/onboarding
zoek1 5b769bd
Merge branch 'master' into feature/onboarding
zoek1 9046979
Add cache for audience counter
zoek1 0aeca4b
Merge branch 'feature/onboarding' of https://github.com/zoek1/web-1 i…
zoek1 45c97c5
Add sinleton pattern to redis instance
zoek1 ca45c30
Merge branch 'master' into feature/onboarding
zoek1 26474fd
Merge branch 'master' into feature/onboarding
zoek1 55818cf
Substite logos
zoek1 1e0e459
Merge branch 'master' into feature/onboarding
zoek1 7c43abf
Merge branch 'master' into feature/onboarding
zoek1 937842a
Merge branch 'master' into feature/onboarding
zoek1 99c0524
Fix button color
zoek1 8760323
Merge branch 'feature/onboarding' of https://github.com/zoek1/web-1 i…
zoek1 04a0d27
Merge branch 'master' into feature/onboarding
thelostone-mc 61a6e32
Merge branch 'master' into feature/onboarding
danlipert 0ad342d
fix css style
danlipert 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 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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.
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.
typo here:
user.user.is_authenticated
->user.is_authenticated
. Does this still work somehow?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.
No, it doesn't display the correct margin, my bad. 😅 Thanks!