forked from MapComplete/MapComplete
Refactoring: port AutoApplyButton to svelte
This commit is contained in:
parent
ab88afc397
commit
56020adc2f
8 changed files with 318 additions and 353 deletions
|
|
@ -3,6 +3,10 @@ import Translations from "../i18n/Translations"
|
|||
import BaseUIElement from "../BaseUIElement"
|
||||
import SvelteUIElement from "./SvelteUIElement"
|
||||
import { default as LoadingSvg } from "../../assets/svg/Loading.svelte"
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
export default class Loading extends Combine {
|
||||
constructor(msg?: BaseUIElement | string) {
|
||||
const t = Translations.W(msg) ?? Translations.t.general.loading
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue