From 508d9a2d88b7634ec3212d084cda849bbffbbcd3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 6 Mar 2026 11:34:58 -0600 Subject: [PATCH] update todo --- TODO.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.org b/TODO.org index d1aad93..faa2969 100644 --- a/TODO.org +++ b/TODO.org @@ -6,12 +6,12 @@ This will be based on each slide having the ability to activate an action (i.e. This is working but the right click context menu is all the way on the edge of the ui so you can't control all the slides. It also needs a lot of help in making the system more robust and potentially lest reliant on the Presenter struct itself. -* TODO [#A] Font in the song editor doesn't always use the original version +* TODO [#B] Font in the song editor doesn't always use the original version There seems to be some issue with fontdb not able to decipher all the versions of some fonts that are OTF and then end up loading the wrong ones in some issues. * TODO [#B] Find a way to use auth-token in tests for ci If I can find out how to use my secrets in ci that would free up more tests, but I could also just turn that test off for the CI so that it won't constantly fail for now -* TODO [#B] Rename menu actions to menu commands and build a reverse hashmap for settings to map commands to key-binding such that we can allow for remapping them on the fly. +* TODO [#C] Rename menu actions to menu commands and build a reverse hashmap for settings to map commands to key-binding such that we can allow for remapping them on the fly. * TODO [#B] Saving and loading font awareness Someday we should make the saving and loading to be aware of the fonts on the system and find a way to embed them into the save file.