Commit graph

188 commits

Author SHA1 Message Date
679a2cafa5 working on updating 2026-04-07 11:40:43 -05:00
a14e0ff13f fixing some presentation/library bugs
Some checks failed
/ clippy (push) Failing after 5m10s
/ test (push) Failing after 5m39s
2026-03-06 16:52:04 -06:00
d7061508f5 getting closer to some tests that may help with proper loading 2026-02-20 22:55:44 -06:00
985710b7c5 bugs: loading is nearly working...
There is a bug with the slides not containing the text portions of the
songs. There is also perhaps a bug in the logic to move to the next
and previous slides
2026-02-18 13:35:46 -06:00
02773f068f lints: Fixed the rest of the lints and some bugs along the way 2026-02-17 11:18:21 -06:00
2112eb1d19 more linties
All checks were successful
/ test (push) Successful in 5m50s
2026-02-17 09:46:20 -06:00
01bffe2014 allowing option_if_let_else and fixing a lot of them
All checks were successful
/ test (push) Successful in 5m58s
I was misunderstanding how to handle the references in these closure
contexts again. But now some of that code is a bit more idiomatic/readable
2026-02-16 15:07:20 -06:00
d9de88bc99 bugfix: search input not updating to typing
Some checks failed
/ test (push) Failing after 5m35s
2026-02-16 06:34:55 -06:00
66cea56767 fixing song_editor not using real dropdown values and some lints
Some checks failed
/ test (push) Has been cancelled
2026-02-15 14:40:28 -06:00
81e2734e8a a lot more linting fixes 2026-02-15 12:57:26 -06:00
0d7e5b9285 fixing a lot of lints
Some checks failed
/ test (push) Failing after 5m47s
2026-02-15 11:17:30 -06:00
c4c4cd7cc3 fixing more file saving
Some checks are pending
/ test (push) Waiting to run
2026-02-13 10:23:49 -06:00
2ca91dbc44 some clippy stuff
Some checks are pending
/ test (push) Waiting to run
2026-02-12 15:48:43 -06:00
28d09120e0 clippy fix
Some checks are pending
/ test (push) Waiting to run
2026-02-12 13:52:52 -06:00
01ad8bcc83 fix some unused imports 2026-02-12 13:47:50 -06:00
9f4586b275 setup for import view dialog
Some checks are pending
/ test (push) Waiting to run
2026-02-12 11:50:49 -06:00
85362c7d6e setup a verbose command 2026-02-03 10:40:10 -06:00
f6bf2851b9 try again
Some checks are pending
/ test (push) Waiting to run
2026-02-03 10:35:05 -06:00
6514d58192 fix clap vomitting on terminal 2026-02-03 10:33:05 -06:00
412aace66f some small clippy changes 2026-02-02 13:15:17 -06:00
32c49a59a9 lots more fixing of linting issues
Some checks are pending
/ test (push) Waiting to run
2026-01-27 15:07:29 -06:00
29c4f9de92 more cargo clippy --fix
Some checks are pending
/ test (push) Waiting to run
2026-01-27 15:02:44 -06:00
43df00de66 cargo clippy --fix
Some checks are pending
/ test (push) Waiting to run
2026-01-27 15:01:33 -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
ef7b8f3460 less padding around editors
Some checks are pending
/ test (push) Waiting to run
2026-01-23 10:58:42 -06:00
8780df1697 some small ui tweaks 2026-01-23 10:55:30 -06:00
56aad3942f updating flake and cargo
Some checks are pending
/ test (push) Waiting to run
2025-12-15 14:07:12 -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
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
9aedc7a095 remove cruft
Some checks are pending
/ test (push) Waiting to run
2025-10-22 16:19:12 -05:00
b0a33ad0f6 make dialog us apply more such that it cleans up code structure
Some checks are pending
/ test (push) Waiting to run
2025-10-22 10:51:18 -05:00
8699a08948 create a close button on the settings dialog 2025-10-22 10:25:46 -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
45e4954822 make the preview_bar invisible if there are no items
Some checks failed
/ test (push) Has been cancelled
2025-10-14 14:37:32 -05:00
1f82d9e8ce hovered_dnd disappears after dropping item
Some checks are pending
/ test (push) Waiting to run
2025-10-13 15:32:36 -05:00
dfbade1b80 making the service accept drag and drop files directly
Some checks are pending
/ test (push) Waiting to run
2025-10-13 15:28:16 -05:00
b9caa1bdb3 some tweaks
Some checks failed
/ test (push) Has been cancelled
2025-10-07 09:25:41 -05:00
375cea2408 fixing some database and adding issues 2025-10-04 13:59:36 -05:00
894c68338d update formats
Some checks are pending
/ test (push) Waiting to run
2025-10-02 13:19:58 -05:00
20843f1b2c dnd now works for files in service items
Some checks are pending
/ test (push) Waiting to run
2025-10-02 13:10:55 -05:00
61fdc288b6 remove library header button
Some checks are pending
/ test (push) Waiting to run
2025-10-01 12:21:54 -05:00
0dc16e5d79 only grab ignored keybinds 2025-09-30 15:02:40 -05:00
144fba3706 updating and formatting more
Some checks are pending
/ test (push) Waiting to run
2025-09-30 13:14:03 -05:00
49117a39a3 make drag and drop a little better
Some checks are pending
/ test (push) Waiting to run
2025-09-30 13:13:34 -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
19e8fbcc35 making presentation_editor only need one page at a time
Some checks are pending
/ test (push) Waiting to run
2025-09-30 05:51:33 -05:00
ee45a11a0f presentations now show up and reworked some of dnd for better
Some checks are pending
/ test (push) Waiting to run
2025-09-29 15:21:24 -05:00
a3516ef70c some more cleanup 2025-09-28 14:27:08 -05:00
5e3ab8a22b more formatting
Some checks failed
/ test (push) Has been cancelled
2025-09-28 07:18:45 -05:00