Server selection and login are on different pages. #33
1 changed files with 0 additions and 7 deletions
Removed Lorem ipsum homeserver
commit
b11e64c985
|
|
@ -175,13 +175,6 @@ class SelectServerPage extends HookConsumerWidget {
|
||||||
),
|
),
|
||||||
iconUrl: "https://unredacted.org/favicon.ico",
|
iconUrl: "https://unredacted.org/favicon.ico",
|
||||||
),
|
),
|
||||||
|
Henry-Hiles marked this conversation as resolved
Outdated
|
|||||||
Homeserver(
|
|
||||||
name: "Lorem ipsum",
|
|
||||||
description:
|
|
||||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
|
||||||
url: Uri.https("loremipsum.io"),
|
|
||||||
iconUrl: "https://loremipsum.io/favicon.ico",
|
|
||||||
),
|
|
||||||
].map(
|
].map(
|
||||||
(homeserver) => Card(
|
(homeserver) => Card(
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue
This padding should be removed entirely now theres nothing below it. When loading, the whole page should be replaced by a loading indicator, not just at the bottom.