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 upgrade and fixed immediate breaking changes #592

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

stagrim
Copy link
Contributor

@stagrim stagrim commented Nov 20, 2024

Mostly solved form inside form issue by moving the dialog outside the outside form, and submit the form using the form attribute on the button elements

@danieladugyan
Copy link
Contributor

danieladugyan commented Nov 20, 2024

Awesome work! 🎇 CI is failing due to #594, but that's expected. Either downgrade eslint to 8.57 or migrate to the new configuration format.

@stagrim
Copy link
Contributor Author

stagrim commented Nov 22, 2024

Migrated to new format; hopefully everything works as well as it did previously now! We have a lot of illegal self closing tags though...

@stagrim stagrim marked this pull request as draft November 22, 2024 12:53
@stagrim
Copy link
Contributor Author

stagrim commented Nov 22, 2024

Went through and manually fixed most lint issues. Svelte 5 seems to introduce many type errors related to props with components though. Don't know how to fix those

@stagrim
Copy link
Contributor Author

stagrim commented Nov 22, 2024

Seems like I have managed to break the first page for those who are not logged in. I am not sure how to fix it
EDIT: nvm, know where the error is

@stagrim stagrim marked this pull request as ready for review November 26, 2024 20:43
@danieladugyan danieladugyan self-assigned this Nov 27, 2024
@danieladugyan danieladugyan removed their request for review November 27, 2024 10:29
@danieladugyan danieladugyan linked an issue Nov 27, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In Progress
Development

Successfully merging this pull request may close these issues.

Refactor all components to Svelte 5
2 participants