mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Implementing scroll bar like Google Photos
This commit is contained in:
parent
bafc32f30a
commit
56c92cd83b
9 changed files with 115 additions and 88 deletions
|
|
@ -12,7 +12,7 @@ class LoginForm extends HookConsumerWidget {
|
|||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
final usernameController = useTextEditingController(text: 'testuser@email.com');
|
||||
final passwordController = useTextEditingController(text: 'password');
|
||||
final serverEndpointController = useTextEditingController(text: 'http://192.168.1.216');
|
||||
final serverEndpointController = useTextEditingController(text: 'http://192.168.1.103:3000');
|
||||
|
||||
return Center(
|
||||
child: ConstrainedBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue