Refactoring: port AutoApplyButton to svelte

This commit is contained in:
Pieter Vander Vennet 2025-06-02 17:03:07 +02:00
parent ab88afc397
commit 56020adc2f
8 changed files with 318 additions and 353 deletions

View file

@ -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