Add update available box (#2329)

* current stand

* added update available button

* improved update available icon

* improved update available box

* adding server side version

* added backend

* fixed text

* added option handling

* added field disabling

* removed options

* fixed terminology

* removed unnecessary imports
This commit is contained in:
Myzel394
2021-11-14 12:42:50 +00:00
committed by GitHub
parent fcc0a80f4e
commit 364ac331da
6 changed files with 148 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ import EditedNotesWidget from "../widgets/ribbon_widgets/edited_notes.js";
import OpenNoteButtonWidget from "../widgets/buttons/open_note_button_widget.js";
import MermaidWidget from "../widgets/mermaid.js";
import BookmarkButtons from "../widgets/bookmark_buttons.js";
import UpdateAvailableWidget from "../widgets/buttons/update_available.js";
export default class DesktopLayout {
constructor(customWidgets) {