-
Notifications
You must be signed in to change notification settings - Fork 38
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
[MS] Toast style #5770
Merged
Merged
[MS] Toast style #5770
Conversation
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
Max-7
approved these changes
Nov 20, 2023
15 tasks
fabienSvtr
force-pushed
the
ms-toast-style
branch
2 times, most recently
from
December 5, 2023 16:07
014bec3
to
4c952de
Compare
fabienSvtr
force-pushed
the
ms-toast-style
branch
6 times, most recently
from
December 20, 2023 10:13
d905a66
to
fb459b7
Compare
Max-7
requested changes
Dec 20, 2023
NicoTuxx
requested changes
Dec 20, 2023
NicoTuxx
requested changes
Dec 20, 2023
Max-7
approved these changes
Dec 20, 2023
NicoTuxx
approved these changes
Dec 20, 2023
• Add title • Update style • Update tests
fabienSvtr
force-pushed
the
ms-toast-style
branch
from
December 20, 2023 13:10
f4b49da
to
b72af69
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.
Describe your PR
• Edit toast style according to mockups
• The horizontal position of the toast is set depending the
--parsec-sidebar-menu-width
• Add a title on each toast and add locales (I added a commit by file to make it clear)
Still not working
Will be fixed in #5987
• Animation is still not working because of
shadow-root
element• Offset from bottom must be
2rem
(Currently, we have a margin inside the toast, which is not properly work when a modal appears)Checklist
Before you submit this pull request, please make sure to:
closes #5733
closes #5934