updating todo

This commit is contained in:
Chris Cochrun 2025-01-15 11:00:25 -06:00
parent 2695d1b70f
commit 539635461f

View file

@ -8,7 +8,6 @@ I've got the library basic layer done, I need to develop a way to open the libra
* TODO Develop ui for settings
* TODO Find a way for text to pass through a service item to a slide i.e. content piece
* TODO Develop library system for slides that are more than images or video i.e. content
* TODO Functions for text alignments
This will need to be matched on for the =TextAlignment= from the user
@ -35,3 +34,5 @@ Krimzin on Discord told me that maybe the =update= method is a better place for
* TODO Build editors for each possible item
* DONE Use Rich Text instead of normal text for slides
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=.