refactor(client/ts): port a few small files

This commit is contained in:
Elian Doran
2025-02-11 19:16:11 +02:00
parent 44811f4f4b
commit 11e2dcfc64
24 changed files with 131 additions and 47 deletions

View File

@@ -123,13 +123,13 @@ export default class SwitchWidget extends NoteContextAwareWidget {
private $switchButton!: JQuery<HTMLElement>;
private $switchToggle!: JQuery<HTMLElement>;
private $switchName!: JQuery<HTMLElement>;
private $helpButton!: JQuery<HTMLElement>;
protected $helpButton!: JQuery<HTMLElement>;
private switchOnName = "";
private switchOnTooltip = "";
protected switchOnName = "";
protected switchOnTooltip = "";
private switchOffName = "";
private switchOffTooltip = "";
protected switchOffName = "";
protected switchOffTooltip = "";
private disabledTooltip = "";