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
|
@ -1,7 +1,6 @@
|
|||
import {OsmConnection} from "./Logic/Osm/OsmConnection";
|
||||
import {VerticalCombine} from "./UI/Base/VerticalCombine";
|
||||
import Combine from "./UI/Base/Combine";
|
||||
import {UIEventSource} from "./UI/UIEventSource";
|
||||
import {SubtleButton} from "./UI/Base/SubtleButton";
|
||||
import {Button} from "./UI/Base/Button";
|
||||
import {VariableUiElement} from "./UI/Base/VariableUIElement";
|
||||
|
@ -9,6 +8,7 @@ import {All} from "./Customizations/Layouts/All";
|
|||
import {TextField} from "./UI/Input/TextField";
|
||||
import {FixedUiElement} from "./UI/Base/FixedUiElement";
|
||||
import {UIElement} from "./UI/UIElement";
|
||||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
|
||||
|
||||
const connection = new OsmConnection(false, new UIEventSource<string>(undefined));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue