mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Added text to search page as place holder for future works
This commit is contained in:
parent
9008093cce
commit
135e1a7a7b
1 changed files with 4 additions and 26 deletions
|
|
@ -41,33 +41,11 @@ class SearchPage extends HookConsumerWidget {
|
||||||
},
|
},
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
|
const Center(
|
||||||
|
child: Text("Start typing to search for your photos"),
|
||||||
|
),
|
||||||
ListView(
|
ListView(
|
||||||
children: [
|
children: const [],
|
||||||
Container(
|
|
||||||
height: 300,
|
|
||||||
color: Colors.blue,
|
|
||||||
),
|
|
||||||
Container(
|
|
||||||
height: 300,
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
Container(
|
|
||||||
height: 300,
|
|
||||||
color: Colors.green,
|
|
||||||
),
|
|
||||||
Container(
|
|
||||||
height: 300,
|
|
||||||
color: Colors.blue,
|
|
||||||
),
|
|
||||||
Container(
|
|
||||||
height: 300,
|
|
||||||
color: Colors.red,
|
|
||||||
),
|
|
||||||
Container(
|
|
||||||
height: 300,
|
|
||||||
color: Colors.green,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
isSearchEnabled ? SearchSuggestionList(onSubmitted: _onSearchSubmitted) : Container(),
|
isSearchEnabled ? SearchSuggestionList(onSubmitted: _onSearchSubmitted) : Container(),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue