feat(settings): implement user and server form handling with update functions and UI views

This commit is contained in:
uttarayan21
2025-12-27 00:04:42 +05:30
parent 2b2e8060e7
commit 97c2b3f14c
2 changed files with 133 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
iced-video:
cd crates/iced-video && cargo run --release --example minimal
jello:
cargo r -r -- -vv
# iced-video:
# cd crates/iced-video && cargo run --release --example minimal
typegen:
@echo "Generating jellyfin type definitions..."
cd typegen && cargo run