chore/upgrade vue 3#8619
Open
max-nextcloud wants to merge 125 commits into
Open
Conversation
59e04f7 to
232f2dc
Compare
232f2dc to
e2419c3
Compare
a32e5da to
a985bdf
Compare
Newer tiptap versions change the way vue elements are rendered. Make sure it does not get updated while we bump the vue version. Signed-off-by: Max <max@nextcloud.com>
Also replace `Vue.extend` with `createApp` when it is needed. In SourceView it can simply be dropped as we already render SourceView with our own vue instance. Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
We should import them explicitely. But that is for another day. Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
defineAsyncComponent left the editor container ref unresolved at mount, so TextEditorEmbed aborted. Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Changed with nextcloud-vue v9. Signed-off-by: Jonas <jonas@freesources.org>
We did this before in the table spec helper function. Signed-off-by: Jonas <jonas@freesources.org>
`supportPreview` is a computed, not a function. Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Follow-up to 33c48bf which converted these components to `defineAsyncComponent()`. Signed-off-by: Jonas <jonas@freesources.org>
41d6e05 to
01609dc
Compare
Follow-up to e57ffe6. Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
max-nextcloud
commented
Jul 1, 2026
max-nextcloud
commented
Jul 1, 2026
Follow-up of 68ae3fd Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
…e-demi Signed-off-by: Jonas <jonas@freesources.org>
Also refactor the filePicker builder code a bit. Signed-off-by: Jonas <jonas@freesources.org>
6539e0a to
2308728
Compare
We use the `onLoadedHandler()` nowadays as the emitted event didn't reach the Viewer anyway due to the new ViewerView.js wrapper. Signed-off-by: Jonas <jonas@freesources.org>
Prevents attributes from Viewer component being used as HTML element attributes. Also simplify createApp ViewerComponent call. Signed-off-by: Jonas <jonas@freesources.org>
Before, we used the Vue 2 `$destroy()` function that called the Vue component teardown cycle - which called save and then close. Vue 3 removed that method. The former fix to call `close()` here was partial, as it closed the editor without saving first. So let's `save()` explicitely here as well. Signed-off-by: Jonas <jonas@freesources.org>
2308728 to
1f4b605
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.
<var>.synctov-model:<var>Todos
$onno longer exists in Vue 3. We still use it in DirectEditingDetails