Commit Graph

21 Commits

Author SHA1 Message Date
0f48dfeada Fix clippy lint errors
Some checks failed
Push Workflows / test (push) Successful in 1m33s
Push Workflows / docs (push) Successful in 1m45s
Push Workflows / clippy (push) Failing after 2m25s
Push Workflows / build (push) Successful in 4m0s
Push Workflows / leptos-test (push) Successful in 6m33s
Push Workflows / docker-build (push) Successful in 7m44s
Push Workflows / nix-build (push) Successful in 19m55s
2025-02-05 22:56:11 -05:00
e42247ee84 Move data types into models/frontend and models/backend 2025-02-05 12:34:48 -05:00
64c37dc327 Add underscores to fix (incorrect?) unused warming
Some checks failed
Push Workflows / docs (push) Successful in 43s
Push Workflows / test (push) Successful in 1m34s
Push Workflows / build (push) Failing after 2m1s
Push Workflows / leptos-test (push) Failing after 3m12s
Push Workflows / docker-build (push) Successful in 8m0s
Push Workflows / nix-build (push) Successful in 20m41s
2024-12-28 16:11:39 -05:00
abd0f87d41 Use Signal instead of MaybeSignal 2024-12-28 16:09:53 -05:00
e533132273 Use Effect::new instead of create_effect 2024-12-28 16:02:27 -05:00
d89d9d3548 Use signal instead of create_signal 2024-12-28 16:01:32 -05:00
2cfd698978 Remove unused imports 2024-12-28 16:00:18 -05:00
57406b5940 Use RwSignal::new instead of create_rw_signal 2024-12-28 15:47:06 -05:00
099c1042a2 Use raw strings instead of TextProp for classes in SongList 2024-12-28 12:27:03 -05:00
5235854af7 Use tbody for table in SongList 2024-12-28 12:24:37 -05:00
db8dc3cd3d Manually import TextProp 2024-12-23 21:49:33 -05:00
78d59731b0 Manually import spawn_local 2024-12-23 21:24:26 -05:00
7732b77eb5 Use leptos::either to handle mismatched return types instead of into_view() 2024-12-23 20:58:53 -05:00
fe131b1ba2 Use spread syntax for Icon class 2024-12-23 20:47:41 -05:00
92eb63e946 Use new leptos::predude module 2024-12-23 20:33:42 -05:00
560fe0355d Make some parts of SongList public 2024-12-20 13:25:39 -05:00
a3b3174306 Handle SongListItem play/pause clicks
All checks were successful
Push Workflows / docs (push) Successful in 1m9s
Push Workflows / test (push) Successful in 2m34s
Push Workflows / build (push) Successful in 3m26s
Push Workflows / leptos-test (push) Successful in 4m54s
Push Workflows / docker-build (push) Successful in 12m21s
2024-11-17 15:39:08 -05:00
cf6f7b7db7 Refactor SongList/SongListExtra
Don't use MaybeSignal
Combine into SongListInner
2024-11-15 22:44:57 -05:00
fe21785f2d Implement SongList like/dislike functionality
All checks were successful
Push Workflows / test (push) Successful in 3m1s
Push Workflows / leptos-test (push) Successful in 3m35s
Push Workflows / docs (push) Successful in 1m2s
Push Workflows / build (push) Successful in 4m13s
Push Workflows / docker-build (push) Successful in 12m27s
2024-11-15 15:33:05 -05:00
e66b5e4976 Add component to display SongList with additional data 2024-11-01 14:36:38 -04:00
0550b18d77 Add SongList component
All checks were successful
Push Workflows / docs (push) Successful in 2m35s
Push Workflows / test (push) Successful in 4m58s
Push Workflows / leptos-test (push) Successful in 7m1s
Push Workflows / build (push) Successful in 7m34s
Push Workflows / docker-build (push) Successful in 14m6s
2024-10-11 13:25:14 -04:00