[TASK] refactor sidebar forms (reduced size dramatically)

This commit is contained in:
Marie Birner
2023-04-07 11:35:39 +02:00
parent 5e4df13289
commit 2d75e7696d
3 changed files with 80 additions and 62 deletions

View File

@ -17,7 +17,7 @@ export class Sidebar {
this.isOpen = false;
}
checkStatus() {
checkStatus(): Boolean {
return this.isOpen;
}