mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Added successfully built docker-compose and cockerFile
This commit is contained in:
parent
568cc243f0
commit
85b83f9666
15 changed files with 198 additions and 64 deletions
|
|
@ -88,8 +88,9 @@ class HomePage extends HookConsumerWidget {
|
|||
|
||||
lastGroupDate = dateTitle;
|
||||
}
|
||||
}
|
||||
|
||||
return SafeArea(
|
||||
return SafeArea(
|
||||
child: CustomScrollView(
|
||||
controller: _scrollController,
|
||||
slivers: [
|
||||
|
|
@ -98,9 +99,6 @@ class HomePage extends HookConsumerWidget {
|
|||
],
|
||||
),
|
||||
);
|
||||
} else {
|
||||
return Container();
|
||||
}
|
||||
}
|
||||
|
||||
return Scaffold(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue