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

feat(UI): improve filesize input and use it in settings #721

Merged
merged 9 commits into from
Dec 31, 2024

Conversation

aarondoet
Copy link
Contributor

@aarondoet aarondoet commented Dec 29, 2024

closes #673

adds a new type for config variables called filesize, which now utilizes the already existing but updated filesizeinput component

preview

@aarondoet
Copy link
Contributor Author

I'm not quite sure how the config is updated in the database. I changed the seed config but do I also have to create a migration file for updating the config type for the affected entries?

@stonith404
Copy link
Owner

Looks good to me. Thank you :)

@stonith404
Copy link
Owner

A migration is not necessary if only the meta data has changed of the configuration variable. The seed script updates the variables automatically.

@stonith404 stonith404 merged commit 53c0551 into stonith404:main Dec 31, 2024
1 check passed
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.

🚀 Feature: UI Change for better experience
2 participants