-
Notifications
You must be signed in to change notification settings - Fork 451
Modal Standardization #4784
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
Modal Standardization #4784
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
d149deb
[feature] showLayoutDialog added & types modified
viva-jinyi ad89567
[feature] Add model selector dialog integration and custom component …
viva-jinyi 5b82b90
[refactor] apply code reviews
viva-jinyi ec30a80
feature: useCoreCommand added
viva-jinyi c0029dd
Update locales [skip ci]
invalid-email-address dce3d09
[refactor] Improve modal dialog components based on PR feedback
viva-jinyi fd1494d
[feature] Add right panel support and improve modal transitions
viva-jinyi 80bffb2
style: background color modified
viva-jinyi cbcf108
style: color token modified
viva-jinyi 30925a3
style: color modified
viva-jinyi 2452efc
Update locales [skip ci]
invalid-email-address 394fd96
fix: code review
viva-jinyi e0cbb79
fix: lodash to es-toolkit
viva-jinyi 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
style: color modified
- Loading branch information
commit 30925a31aadbbfd74ad8dd751b58d52993cc0514
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| <template> | ||
| <div class="w-full h-full pl-4 pr-6 pb-8 bg-white dark-theme:bg-neutral-800"> | ||
| <div class="w-full h-full pl-4 pr-6 pb-8 bg-white dark-theme:bg-zinc-800"> | ||
| <slot></slot> | ||
| </div> | ||
| </template> |
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
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.