updating todo

This commit is contained in:
Chris Cochrun 2025-03-16 22:49:07 -05:00
parent 54ef90442e
commit 255984961c

View file

@ -1,7 +1,10 @@
#+TITLE: The Task list for Lumina #+TITLE: The Task list for Lumina
* TODO Change return type of all components to an Action enum instead of the Task<Message> type * TODO Change return type of all components to an Action enum instead of the Task<Message> type [66%] [2/3]
** DONE Library
** DONE SongEditor
** TODO Presenter
* TODO Need to fix tests now that the basic app is working * TODO Need to fix tests now that the basic app is working
@ -19,6 +22,7 @@ This is limited by the fact that I need to develop this in cosmic. I am honestly
* TODO Develop library system for slides that are more than images or video i.e. content * TODO Develop library system for slides that are more than images or video i.e. content
* TODO Functions for text alignments * TODO Functions for text alignments
This will need to be matched on for the =TextAlignment= from the user This will need to be matched on for the =TextAlignment= from the user
* TODO Figure out why the Video element seems to have problems when moving the mouse around
* TODO Find a way to load and discover every font on the system for slide building * TODO Find a way to load and discover every font on the system for slide building
This may not be necessary since it is possible to create a font using =Box::leak()=. This may not be necessary since it is possible to create a font using =Box::leak()=.
#+begin_src rust #+begin_src rust