mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-21 20:28:07 -04:00
ui cleanup
This commit is contained in:
parent
1f99279cd2
commit
23ec185324
26 changed files with 419 additions and 244 deletions
|
@ -113,7 +113,9 @@ class NewAccountPageState extends State<NewAccountPage> {
|
|||
body: _newAccountForm(
|
||||
context,
|
||||
onSubmit: (formKey) async {
|
||||
// dismiss the keyboard by unfocusing the textfield
|
||||
FocusScope.of(context).unfocus();
|
||||
|
||||
try {
|
||||
final name =
|
||||
_formKey.currentState!.fields[formFieldName]!.value as String;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue