update todo

This commit is contained in:
Chris Cochrun 2026-02-13 10:22:42 -06:00
parent c4c4cd7cc3
commit 8c2861fa30

View file

@ -13,9 +13,6 @@ This is working but the right click context menu is all the way on the edge of t
* TODO [#B] Develop library system for slides that are more than images or video i.e. content
* TODO [#B] Functions for text alignments
This will need to be matched on for the =TextAlignment= from the user
* TODO [#C] Allow for a way to split the presentation up with a right click menu for the presentation preview row.
* TODO [#C] Text could be built by using SVG instead of the text element. Maybe I could construct my own text element even
@ -50,6 +47,9 @@ This is limited by the fact that I need to develop this in cosmic. I am honestly
This needs lots more attention
* DONE [#B] Functions for text alignments
This will need to be matched on for the =TextAlignment= from the user
* DONE [#A] Add removal and reordering of service_items
Reordering is finished
* DONE [#A] Change return type of all components to an Action enum instead of the Task<Message> type [0%] [0/0]