updating todos
This commit is contained in:
parent
97e2bdf29c
commit
ad6ec33859
8
todo.org
8
todo.org
|
@ -2,12 +2,15 @@
|
|||
|
||||
|
||||
* TODO Build library to see all available songs, images, videos, presentations, and slides
|
||||
** TODO Develop ui for libraries
|
||||
** DONE Develop ui for libraries
|
||||
I've got the library basic layer done, I need to develop a way to open the libraries accordion button and then show the list of items in the library
|
||||
** TODO Develop DnD for library items
|
||||
|
||||
* TODO Build editors for each possible item
|
||||
** TODO Develop ui for editors
|
||||
|
||||
* TODO Develop ui for settings
|
||||
|
||||
|
||||
* 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
|
||||
|
@ -31,7 +34,6 @@ This code creates a font by leaking the Box to a ='static &str=. I just am not s
|
|||
|
||||
Krimzin on Discord told me that maybe the =update= method is a better place for this Box to be created or updated and then maybe I could generate the view from there.
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue