forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 192
Port onboarding changes from upstream #2493
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
ClearlyClaire
merged 19 commits into
glitch-soc:main
from
ClearlyClaire:glitch-soc/even-more-painful-backports
Dec 3, 2023
Merged
Port onboarding changes from upstream #2493
ClearlyClaire
merged 19 commits into
glitch-soc:main
from
ClearlyClaire:glitch-soc/even-more-painful-backports
Dec 3, 2023
Conversation
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
fd1d422
to
6dba1bd
Compare
Port 0461f83 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port c35e3cb to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 8979b70 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port c8181eb to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port b8a2430 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
… the confirmation email Port 52d36f0 to glitch-soc Co-authored-by: Steven Munn <stevenjmunn@gmail.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port the remaining of 8f66126 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port remaining of 44cd88a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 6fdbee2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
…w" in web UI Port 4a5464f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port a985d58 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 1b70d7e to glitch-soc Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 746979f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port aa4c973 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Port 6833732 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
6dba1bd
to
ee58f68
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Partially fixes #2200
This drops our own onboarding modal altogether and ports upstream's onboarding interface (prior to the icon change).
This builds on top of #2492