forked from MapComplete/MapComplete
Some refactoring, more work on the custom theme generator
This commit is contained in:
parent
c4b5f180a6
commit
146552e62c
104 changed files with 382 additions and 1590 deletions
6
State.ts
6
State.ts
|
@ -1,7 +1,4 @@
|
|||
import {UIEventSource} from "./UI/UIEventSource";
|
||||
import {UIElement} from "./UI/UIElement";
|
||||
import {QueryParameters} from "./Logic/QueryParameters";
|
||||
import {LocalStorageSource} from "./Logic/LocalStorageSource";
|
||||
import {Layout} from "./Customizations/Layout";
|
||||
import {Utils} from "./Utils";
|
||||
import {LayerDefinition, Preset} from "./Customizations/LayerDefinition";
|
||||
|
@ -14,6 +11,9 @@ import Translations from "./UI/i18n/Translations";
|
|||
import {CustomLayersState} from "./Logic/CustomLayersState";
|
||||
import {FilteredLayer} from "./Logic/FilteredLayer";
|
||||
import {LayerUpdater} from "./Logic/LayerUpdater";
|
||||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
import {LocalStorageSource} from "./Logic/Web/LocalStorageSource";
|
||||
import {QueryParameters} from "./Logic/Web/QueryParameters";
|
||||
|
||||
/**
|
||||
* Contains the global state: a bunch of UI-event sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue