feat: Implement new search view design

This commit is contained in:
Christian Pauly 2021-03-27 18:04:31 +01:00
commit b33e551923
11 changed files with 634 additions and 396 deletions

View file

@ -81,7 +81,7 @@ class App extends StatelessWidget {
Matrix.of(context).loginState == LoginState.logged &&
!{
'/',
'/discover',
'/search',
'/contacts',
}.contains(settings.name)
? CupertinoPageRoute(builder: builder)