app: Extract the form component from the user details page

This commit is contained in:
Valentin Tolmer
2021-09-19 13:44:58 +02:00
committed by nitnelave
parent 5943df6443
commit 14be1170f2
6 changed files with 320 additions and 160 deletions
+8 -4
View File
@@ -5,7 +5,11 @@ members = [
"app"
]
#TODO: remove once https://github.com/rust-num/num-bigint/issues/218 is fixed
[patch.crates-io.num-bigint]
git = 'https://github.com/nitnelave/num-bigint/'
branch = '0.3.2-patch'
# TODO: remove when there's a new release.
[patch.crates-io.yew_form]
git = 'https://github.com/sassman/yew_form/'
rev = '67050812695b7a8a90b81b0637e347fc6629daed'
[patch.crates-io.yew_form_derive]
git = 'https://github.com/sassman/yew_form/'
rev = '67050812695b7a8a90b81b0637e347fc6629daed'