Commit graph

268 commits

Author SHA1 Message Date
13d4c31058 verse reordering work
Some checks are pending
/ test (push) Waiting to run
2026-01-26 20:20:31 -06:00
32a28dfd11 presentations split properly but don't persist yet 2026-01-26 20:20:10 -06:00
083c109d52 the splitter is working, but not persisting
Some checks are pending
/ test (push) Waiting to run
2026-01-25 22:25:05 -06:00
7bfc53eb90 little more setup for the slide_text custom widget 2026-01-24 22:53:38 -06:00
f88fe1088f selecting color in toolbar is working 2026-01-24 21:53:34 -06:00
a2cbcc64f4 slide_text custom widget base
Some checks failed
/ test (push) Has been cancelled
2026-01-23 22:38:09 -06:00
95f6ec9ce4 making the editing of verses work betterrererer 2026-01-23 22:37:47 -06:00
06088ca6fa songs should let you edit verses now 2026-01-23 15:22:40 -06:00
c9ae2c106a use a ref to a song in updating to db 2026-01-23 14:27:02 -06:00
9729e6916f font selectors have better made icons now 2026-01-23 14:15:53 -06:00
3c63581c0b using cached text_svg again
Some checks are pending
/ test (push) Waiting to run
2026-01-23 11:04:45 -06:00
cb51db8f6f making the chips scrollables look better and have better spacings 2026-01-23 10:55:49 -06:00
8780df1697 some small ui tweaks 2026-01-23 10:55:30 -06:00
152532f60b better defaults in song editor
Some checks are pending
/ test (push) Waiting to run
2026-01-22 14:17:54 -06:00
83164ce7f6 chips working
Some checks failed
/ test (push) Has been cancelled
2026-01-16 16:59:01 -06:00
6bd6e48574 chips for the verses are working with the groundwork for dnd
Some checks are pending
/ test (push) Waiting to run
2026-01-16 13:02:04 -06:00
c64c4211aa trying to make chips for the verse order
Some checks are pending
/ test (push) Waiting to run
2026-01-16 09:47:11 -06:00
ad4d24dc92 remove debug call too 2026-01-15 20:20:00 -06:00
f20ca3a273 tweaks to string performance by using less string allocations 2026-01-15 20:20:00 -06:00
5581c343ad some things that I'm not sure
Some checks are pending
/ test (push) Waiting to run
2026-01-15 15:20:04 -06:00
6e4fe70838 using a better set of data models in songs 2026-01-14 12:27:34 -06:00
a8027ec7b9 adding the beginning of a better verse editor for clarity
Some checks failed
/ test (push) Has been cancelled
2026-01-13 15:23:21 -06:00
0543e2e892 moving stringfying of the verse to it's own function
Some checks failed
/ test (push) Has been cancelled
2026-01-06 14:53:17 -06:00
ec572a78d7 remove some debugging an unnecessary allocating
Some checks failed
/ test (push) Has been cancelled
2025-12-18 09:56:06 -06:00
0cd741f815 idk
Some checks are pending
/ test (push) Waiting to run
2025-12-16 09:38:03 -06:00
66b8ed0c2d adding the context_menu for slide_actions
With slide actions, we can ensure certain actions are taken and run
when the slide becomes active.

For now this is only when slides are active, but we can potentially
make sure they run other actions when they are navigated away from
too.
2025-12-15 14:05:36 -06:00
6e7b3caecb basic action structure that will let lumina control obs
Some checks are pending
/ test (push) Waiting to run
2025-12-13 07:26:50 -06:00
06c4d1681c starting to add obs
Some checks failed
/ test (push) Has been cancelled
2025-12-09 15:23:34 -06:00
2b40a7abcc Selecting slide in preview keeps the internal state correct
Some checks failed
/ test (push) Has been cancelled
2025-12-08 15:27:51 -06:00
1cd34f5019 fixing some slide changing bugs
Some checks are pending
/ test (push) Waiting to run
2025-12-08 15:12:25 -06:00
662a827003 a quick view of the song's verses to make sure things are working 2025-12-08 11:48:03 -06:00
168ecd9840 adding song updates
Some checks failed
/ test (push) Has been cancelled
2025-11-17 10:31:17 -06:00
920f7cf497 fixy some stuff
Some checks failed
/ test (push) Has been cancelled
2025-10-23 15:24:15 -05:00
bf774b8cf2 adding stroke elements to the song_editor
Some checks are pending
/ test (push) Waiting to run
2025-10-23 14:40:51 -05:00
8c709d97d1 remove the caching of text_svg
Some checks are pending
/ test (push) Waiting to run
Since the longest part of the algorithm is saving and reloading the
data this speeds up the entire process. Next we can make sure every
slide's text gets made and added individually such that they can be
made one at a time and see the changes nearly instant
2025-10-23 10:34:07 -05:00
1c319d8b78 Can apply changes to obs settings now
Some checks are pending
/ test (push) Waiting to run
2025-10-22 06:42:01 -05:00
15d35f63ff Pdfs now show the whole slide and will instead do black bars on top or sides
Some checks failed
/ test (push) Has been cancelled
2025-10-20 15:17:58 -05:00
de81283ae4 adding icons for splitting presentations
Some checks failed
/ test (push) Has been cancelled
2025-10-18 07:20:59 -05:00
2d5362a015 ui and context menu for splitting presentations at an index 2025-10-17 16:13:13 -05:00
6c92856c46 feat: can now jump to each page in the presentation editor 2025-10-17 15:36:45 -05:00
d1ec3a8585 feat: Presentation editor now shows all pages made asynchronously
Some checks are pending
/ test (push) Waiting to run
Still needs some work to make sure that they are clickable to go to
the correct page and a right click menu to enable extra editing of the
presentation.

Eventually we can add splitting the presentation or removing/skipping
pages when actually presenting.
2025-10-17 10:34:51 -05:00
67a984a761 adding visual for where pdf pages go in presentation editor
Some checks are pending
/ test (push) Waiting to run
2025-10-17 07:07:49 -05:00
b4311a613e fix songs adding not working correctly
Some checks are pending
/ test (push) Waiting to run
2025-10-16 20:38:42 -05:00
375cea2408 fixing some database and adding issues 2025-10-04 13:59:36 -05:00
7f30b4395f dnd works in library now too
Some checks failed
/ test (push) Has been cancelled
2025-10-02 15:15:33 -05:00
894c68338d update formats
Some checks are pending
/ test (push) Waiting to run
2025-10-02 13:19:58 -05:00
144fba3706 updating and formatting more
Some checks are pending
/ test (push) Waiting to run
2025-09-30 13:14:03 -05:00
085c8244f9 updating the drag system to use a more efficient process
Some checks are pending
/ test (push) Waiting to run
2025-09-30 10:05:09 -05:00
75ff187505 removing unused imports
Some checks are pending
/ test (push) Waiting to run
2025-09-30 06:09:31 -05:00
701497395e little better ui for presentation_editor
Some checks are pending
/ test (push) Waiting to run
2025-09-30 06:08:51 -05:00