sorting of widgets

This commit is contained in:
zadam
2020-03-16 22:14:18 +01:00
parent 173030e02e
commit a7ddc33b6d
15 changed files with 47 additions and 52 deletions

View File

@@ -4,9 +4,9 @@ import server from "../services/server.js";
import treeCache from "../services/tree_cache.js";
export default class EditedNotesWidget extends CollapsibleWidget {
getWidgetTitle() { return "Edited notes on this day"; }
get widgetTitle() { return "Edited notes on this day"; }
getHelp() {
get help() {
return {
title: "This contains a list of notes created or updated on this day."
};