-
Notifications
You must be signed in to change notification settings - Fork 3
feat(plugins/toast): migrate plugin #339
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 all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7eff3a2
feat(plugins/toast): migrate plugin
oeninghe-dataport ea1e366
style(toast): sort alphanumerical
oeninghe-dataport bb3966f
style(toast): sort alphanumerical
oeninghe-dataport a89f8bb
style(core): fix typo
oeninghe-dataport bb01595
style(core): sort alphanumerical
oeninghe-dataport 986921f
style(core): fix typo
oeninghe-dataport 5bcbed7
style(core): fix typo
oeninghe-dataport 658a373
docs(core): fix example for locales
oeninghe-dataport 9c94914
style(toast): use implicit closing tag
oeninghe-dataport ed51b5b
fix(toast): do not define plugin-specific default options
oeninghe-dataport ffe2b75
docs(toast): fix store description
oeninghe-dataport 42e4a38
docs(toast): improve general plugin description
oeninghe-dataport e24c89f
docs(toast): fix store module name
oeninghe-dataport 3bb757c
style: enable rule curly[all] with prettier
oeninghe-dataport a1db617
style: introduce linting for interface member order
oeninghe-dataport 945c875
refactor(core): default-considering getter for layout
oeninghe-dataport 75308d2
Merge branch 'next' into vue3/migrate-plugin-toast
oeninghe-dataport f2fbccb
fix(core): not-so-perfect fix for plugin store type
oeninghe-dataport 243df40
chore: make the linter happy
oeninghe-dataport 0cc612f
chore: make the typescript compiler happy
oeninghe-dataport 6c60629
Merge branch 'next' into vue3/migrate-plugin-toast
oeninghe-dataport 2d47f85
refactor(iconMenu): rename back to pluginComponent
oeninghe-dataport ad58497
Merge branch 'next' into vue3/migrate-plugin-toast
oeninghe-dataport dd6ce29
fix(core): pass layout getter reactive
oeninghe-dataport ebb5a3a
chore: show toast in snowbox
oeninghe-dataport 9fe6bfc
refactor(toast): remove flex-1-wrapper
oeninghe-dataport 7a78cb0
fix(toast): reduce toast padding
oeninghe-dataport b67532e
Merge branch 'next' into vue3/migrate-plugin-toast
oeninghe-dataport a478d2d
refactor: remove redundant if
dopenguin 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| { | ||
| "semi": false, | ||
| "trailingComma": "es5", | ||
| "singleQuote": true, | ||
| "printWidth": 80, | ||
| "tabWidth": 2, | ||
| "useTabs": true | ||
| "semi": false, | ||
| "trailingComma": "es5", | ||
| "singleQuote": true, | ||
| "printWidth": 80, | ||
| "tabWidth": 2, | ||
| "useTabs": true | ||
| } |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
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.