feat: Implement new search view design
This commit is contained in:
parent
31fa5bf104
commit
b33e551923
11 changed files with 634 additions and 396 deletions
|
|
@ -99,7 +99,7 @@ class UrlLauncher {
|
|||
}
|
||||
} else {
|
||||
await AdaptivePageLayout.of(context)
|
||||
.pushNamedAndRemoveUntilIsFirst('/discover/$roomIdOrAlias');
|
||||
.pushNamedAndRemoveUntilIsFirst('/search/$roomIdOrAlias');
|
||||
}
|
||||
} else if (identityParts.primaryIdentifier.sigil == '@') {
|
||||
final user = User(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue