From 89ec3145d1a3dc5941ff64a1fde6eb2cac675e91 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 26 Mar 2025 15:21:05 -0500 Subject: [PATCH] update todo --- todo.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/todo.org b/todo.org index d3cd1d2..8e0fba8 100644 --- a/todo.org +++ b/todo.org @@ -3,11 +3,6 @@ * TODO [#A] Text could be built by using SVG instead of the text element. Maybe I could construct my own text element even -* TODO [#A] Change return type of all components to an Action enum instead of the Task type [66%] [2/3] -** DONE Library -** DONE SongEditor -** TODO Presenter - * TODO [#A] Need to fix tests now that the basic app is working * TODO Build library to see all available songs, images, videos, presentations, and slides @@ -50,3 +45,8 @@ Krimzin on Discord told me that maybe the =update= method is a better place for This will make it so that we can add styling to the text like borders and backgrounds or highlights. Maybe in the future it'll add shadows too. * DONE Find a way for text to pass through a service item to a slide i.e. content piece This proved easier by just creating the =Slide= first and inserting it into the =ServiceItem=. +* DONE [#A] Change return type of all components to an Action enum instead of the Task type [0%] [0/0] +** DONE Library +** DONE SongEditor +** DONE Presenter +