Refactor onboarding to single page

bottom navigation bar
This commit is contained in:
Dr-Blank 2024-05-10 17:49:47 -04:00
parent d9345cad2b
commit 5e152a0baf
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
10 changed files with 285 additions and 101 deletions

View file

@ -30,7 +30,6 @@ class OnboardingSinglePage extends HookConsumerWidget {
final usernameController = useTextEditingController();
final passwordController = useTextEditingController();
// reverse the animation if the user is not logged in
void addServer() {
var newServer = serverUriController.text.isEmpty
? null