refactor: adjust nextcloud-vue props to latest version#2034
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2034 +/- ##
=======================================
Coverage 31.14% 31.14%
=======================================
Files 43 43
Lines 1583 1583
Branches 110 110
=======================================
Hits 493 493
Misses 1064 1064
Partials 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Activity
|
||||||||||||||||||||||||||||
| Project |
Activity
|
| Branch Review |
artonge/refactor/adjust-vue-props
|
| Run status |
|
| Run duration | 02m 14s |
| Commit |
|
| Committer | Louis |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
2
|
|
|
0
|
|
|
0
|
|
|
10
|
| View all changes introduced in this branch ↗︎ | |
susnux
approved these changes
May 26, 2025
33056f7 to
be3b7fb
Compare
Collaborator
Author
|
/compile amend / |
Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
be3b7fb to
c24c215
Compare
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
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.
type is deprecated in v8 and removed in v9, so this makes Vue 3 migration easier by already using the new style.
Inspired from nextcloud/firstrunwizard#1604