From 2856d0713adf3bd890e5a06b3628f09f39e1bf61 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 23 Jan 2026 22:37:39 -0600 Subject: [PATCH] update todo --- TODO.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.org b/TODO.org index a983ef9..831f6d8 100644 --- a/TODO.org +++ b/TODO.org @@ -5,6 +5,8 @@ [[file:~/dev/lumina-iced/src/core/songs.rs::old_verse = verse;]] This is necessary so that the entire song gets changed and we can propogate those changes then back to the db. + +There is likely some work that still needs to be done here, I believe I am somehow deleting some of my verses. * TODO [#A] Need to fix tests now that the basic app is working * TODO [#A] Add Action system This will be based on each slide having the ability to activate an action (i.e. OBS scene switch, OBS start or stop) when it is active.