forked from MapComplete/MapComplete
Add metatagging, fritures
This commit is contained in:
parent
1e0a1fdf97
commit
99225957cc
15 changed files with 406 additions and 38 deletions
|
|
@ -17,10 +17,6 @@ export class MoreScreen extends UIElement {
|
|||
super(State.state.locationControl);
|
||||
this.ListenTo(State.state.osmConnection.userDetails);
|
||||
this.ListenTo(State.state.installedThemes);
|
||||
|
||||
State.state.installedThemes.addCallback(themes => {
|
||||
console.log("INSTALLED THEMES COUNT:", themes.length)
|
||||
})
|
||||
}
|
||||
|
||||
private createLinkButton(layout: Layout, customThemeDefinition: string = undefined) {
|
||||
|
|
@ -72,7 +68,6 @@ export class MoreScreen extends UIElement {
|
|||
|
||||
InnerRender(): string {
|
||||
|
||||
console.log("Inner rendering MORE")
|
||||
const tr = Translations.t.general.morescreen;
|
||||
|
||||
const els: UIElement[] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue