From 74343cbfbeb3d080a8c78386de03f99a454c4d75 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 23 Jan 2026 14:16:37 -0600 Subject: [PATCH] rename todo --- todo.org => TODO.org | 4 ++++ 1 file changed, 4 insertions(+) rename todo.org => TODO.org (96%) diff --git a/todo.org b/TODO.org similarity index 96% rename from todo.org rename to TODO.org index 45ff232..a983ef9 100644 --- a/todo.org +++ b/TODO.org @@ -1,6 +1,10 @@ #+TITLE: The Task list for Lumina +* TODO Make sure updating verse updates the lyrics too +[[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. * 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.