Skip to content

Nuxt UI migration#322

Draft
rschlossarek wants to merge 26 commits into
mainfrom
nuxt-ui
Draft

Nuxt UI migration#322
rschlossarek wants to merge 26 commits into
mainfrom
nuxt-ui

Conversation

@rschlossarek

@rschlossarek rschlossarek commented Jul 13, 2026

Copy link
Copy Markdown
Member

Since PrimeVue v5 is getting paid https://primeui.dev/nextchapter and v4 does not seem to be supported anymore (https://github.com/primefaces/primevue is archived) we will need to migrate to another frontend library.

We should probably be do this incrementally. This will be a migration of the core components and layout as well as the otium and profundum feedback modules.

@JohannHoepfner The profundum module should be migrated at a later time, maybe along with #283 or #284 as not to do immediately obsoleted work

For the same reason the dashboards will not be migrated in this pr (see #288 and #285)

We will also fix some ts errors with this pr as the double tsconfig ans jsconfig we currently use complicate the migration, so I intend to remove the jsconfig.

@rschlossarek rschlossarek added the javascript Pull requests that update javascript code label Jul 13, 2026
Comment on lines +859 to +861
if (!wiederholungEdit.Person.HasValue) tutor = null;
else
tutor = await _userService.GetUserByIdAsync(wiederholungEdit.Person.Value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant