Some notes so I know where I'm at next time

This commit is contained in:
2026-02-13 00:25:09 +00:00
parent f5c0cc9ca4
commit 9fde9ccd5f
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# TASK
- [ ] Add a way to manage the windows in the layout tool UI
we need to be able to create a new windw:
-> creates a new form we can edit
-> on creation updates that form to be an updatable window
when traversing the layouttreeview:
-> update the tool page so we can jump to edit and update window info
+1 -1
View File
@@ -171,7 +171,7 @@ func layoutToolTreeViewEvCapture(bus *events.Bus, doc *dom.DOM,
bus.Emit(ui.DestroyWindowEv{ID: wRef.ID})
case 'm':
// Go into move mode
bus.Emit(ui.LogEv{Log: "calling dimensions tool\n"})
bus.Emit(ui.LogEv{Log: "calling window manipulation tool\n"})
wRef, err := getCurNodeRef(tree)
if err != nil {
bus.Emit(ui.LogEv{Log: " -> " + err.Error()})