forked from MapComplete/MapComplete
First steps for a delete button
This commit is contained in:
parent
b7798a470c
commit
985e97d43b
10 changed files with 246 additions and 75 deletions
7
UI/Base/Loading.ts
Normal file
7
UI/Base/Loading.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import {FixedUiElement} from "./FixedUiElement";
|
||||
|
||||
export default class Loading extends FixedUiElement {
|
||||
constructor() {
|
||||
super("Loading..."); // TODO to be improved
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue