Migrate the dashboard app to Vue 3 - #62624
Open
julien-nc wants to merge 4 commits into
Open
Conversation
julien-nc
requested review from
Altahrim,
come-nc,
kristian-zendato,
leftybournes,
nfebe and
skjnldsv
and removed request for
a team
July 28, 2026 16:08
julien-nc
force-pushed
the
enh/noid/vue3-dashboard
branch
from
July 28, 2026 16:19
d875fe0 to
31ac7c6
Compare
Member
Author
|
/compile |
7 tasks
- adjust to new vuedraggable - fix #app-content-vue width - close dashboard settings modal on click outside - fix eslint issues - remove dashboard app symlink in build/frontend-legacy/apps add it in build/frontend/apps Assisted-by: OpenCode:minimax-m3 Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…ings that are forbidden by our CSP policy Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
susnux
approved these changes
Jul 28, 2026
susnux
left a comment
Contributor
There was a problem hiding this comment.
Looks good, one issue with the new mounting changes of Vue 3.
The scrollbar is now floating instead of aligned with the page.
susnux
requested review from
CarlSchwan and
pringelmann
and removed request for
a team,
come-nc,
nfebe and
skjnldsv
July 28, 2026 20:13
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
susnux
force-pushed
the
enh/noid/vue3-dashboard
branch
from
July 28, 2026 20:13
4fac6c7 to
ab7a14e
Compare
Contributor
|
rebased to solve the conflicts.
Pushed a commit for this ✔️ |
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.
Summary
I heard Vue2 will soon be dropped in server.
Here is an attempt to migrate the dashboard app to Vue 3.
This app uses the
vuedraggablenpm pkgs which is made for Vue 2. There is anexttag for Vue 3.The Vue 3 version brings a lot of changes described there: https://www.npmjs.com/package/vuedraggable/v/next
vuedraggable@nextvuedraggable@nextvuedraggable/src/vuedraggable.js) to avoid importing a UMD bundle which does things that are forbidden by our CSP policy (callnew Function(...))There were a lot of issues with the rendering logic of panels (widgets) and statuses. I let the LLM fix it and tried to keep the changes small.
Checklist
3. to review, feature component)stable32)AI (if applicable)