From 82615a4aea835ea7ef9be48598b9fcb2c8050e3b Mon Sep 17 00:00:00 2001 From: drkameleon Date: Thu, 27 Jan 2022 18:20:29 +0100 Subject: [PATCH] update TODOs --- ui/scripts/app.js | 5 ++--- ui/styles/app.less | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/scripts/app.js b/ui/scripts/app.js index 2b1f91f54..f97dcb727 100644 --- a/ui/scripts/app.js +++ b/ui/scripts/app.js @@ -360,7 +360,7 @@ const Grafito = { } }, - // TODO(expandNodeNeighbors) Verify it's working properly + // TODO(expandNodeNeighbors) Verify it's working properly in all cases // To check & re-visit expandNodeNeighbors(nodeId=null){ @@ -603,7 +603,7 @@ const Grafito = { this.modal.mode = "edit"; this.modal.accept.button = "Save"; - // TODO(edit node) Fields appearing empty after closing modal dialog + // TODO(edit node) Fields appearing empty after closing modal // mainly the Name field; weird... // labels: bug, ui @@ -643,7 +643,6 @@ const Grafito = { this.modal.accept.button = "Create"; this.modal.accept.action = ()=>{ - // TODO(edit node) should be able to set tag as well $.post("/linkNodes", { newtag: this.modal.fields.tag, src: this.graph.linker.source, diff --git a/ui/styles/app.less b/ui/styles/app.less index 1100433f9..3ab0b0ed4 100644 --- a/ui/styles/app.less +++ b/ui/styles/app.less @@ -1187,7 +1187,7 @@ ul.sidebar { } } - // TODO(UI style) Verify dropdowns in modal dialogs work properly + // TODO(UI style) Check if dropdowns in modal dialogs work properly // there is an issue with Bulma & overflows for modal dialogs // labels: ui,bug &.with-dropdown {