Add grid overview to index page

This commit is contained in:
Pieter Vander Vennet 2021-05-30 00:17:31 +02:00
parent 00fb194dc2
commit 01bf69a678
5 changed files with 100 additions and 98 deletions

View file

@ -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")