Skip to content

Commit

Permalink
update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jan 27, 2022
1 parent a85fb98 commit 82615a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ui/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion ui/styles/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 82615a4

Please sign in to comment.