feat: Implement new search view design
This commit is contained in:
parent
31fa5bf104
commit
b33e551923
11 changed files with 634 additions and 396 deletions
|
|
@ -81,7 +81,7 @@ class App extends StatelessWidget {
|
|||
Matrix.of(context).loginState == LoginState.logged &&
|
||||
!{
|
||||
'/',
|
||||
'/discover',
|
||||
'/search',
|
||||
'/contacts',
|
||||
}.contains(settings.name)
|
||||
? CupertinoPageRoute(builder: builder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue