Commit graph

10 commits

Author SHA1 Message Date
Chris Cochrun 66e33be26c fixed lots of bugs by return Action enums in song_editor and library
Instead of dealing with a complication of every return from a
component being a Task<Message>, I create an Action enum that only
contains Tasks when needed and other specific actions that the
overarching App should handle to interact with other parts of it.
2025-03-15 22:30:19 -05:00
Chris Cochrun 49e1e767c3 updating songs now works 2025-03-08 22:35:18 -06:00
Chris Cochrun f656cce769 A toggle for editor views 2025-02-20 11:54:37 -06:00
Chris Cochrun 09b62afc91 adding basis for song_editor 2025-02-20 06:55:36 -06:00
Chris Cochrun 16cd19d33a adding editor 2025-02-10 15:31:16 -06:00
Chris Cochrun 991baa8f32 beginning to add library component 2024-12-17 06:40:53 -06:00
Chris Cochrun 7e7d27ecff a lot of changes to make videos a bit more robust
I still have a problem in lagging while moving the mouse though.
2024-12-16 22:25:17 -06:00
Chris Cochrun c60353f8c8 Getting closer to a working little system 2024-11-19 12:35:42 -06:00
Chris Cochrun f81efdeef3 needing to make slides a structure in multiple places 2024-11-14 15:24:20 -06:00
Chris Cochrun 7be279c299 adding presenter ui 2024-10-31 12:01:16 -05:00