forked from MapComplete/MapComplete
Add grid overview to index page
This commit is contained in:
parent
00fb194dc2
commit
01bf69a678
5 changed files with 100 additions and 98 deletions
1
index.ts
1
index.ts
|
@ -149,6 +149,7 @@ if (layoutFromBase64.startsWith("http")) {
|
|||
InitUiElements.InitAll(layoutToUse, layoutFromBase64, testing, defaultLayout);
|
||||
} else {
|
||||
// We fall through: no theme loaded: just show an overview of layouts
|
||||
new FixedUiElement("").AttachTo("centermessage")
|
||||
State.state = new State(undefined);
|
||||
new Combine([new MoreScreen(true),
|
||||
Translations.t.general.aboutMapcomplete.SetClass("link-underline")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue