Skip to content
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

Svelte 5 Migration 1 #641

Merged
merged 20 commits into from
Dec 31, 2024
Merged

Svelte 5 Migration 1 #641

merged 20 commits into from
Dec 31, 2024

Conversation

sebadob
Copy link
Owner

@sebadob sebadob commented Dec 10, 2024

This is the first PR in a probably long series of smaller ones. The end goal of all PRs is:

  • migrate to Svelte 5 (deps + syntax + features everywhere)
  • change the way i18n is done from backend -> frontend and pre-compile as much as possible
  • change the way theming / branding is done and provide light + dark mode possibilities - the tricky party here is the branding of the login page which is individual for each client
  • migrate everything from JS to TS (where it makes sense)
  • update all components to provide better accessibility
  • improve automatic focus and event handling in many situations
  • improve visuals and make it prettier

#642

@sebadob sebadob merged commit 4014825 into main Dec 31, 2024
@sebadob sebadob deleted the sv5_migration branch December 31, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant