Commit Graph

21 Commits

Author SHA1 Message Date
e42247ee84 Move data types into models/frontend and models/backend 2025-02-05 12:34:48 -05:00
d89d9d3548 Use signal instead of create_signal 2024-12-28 16:01:32 -05:00
628684a259 Use dialog instead of div for upload
Some checks failed
Push Workflows / build (push) Failing after 1m55s
Push Workflows / docs (push) Successful in 2m14s
Push Workflows / leptos-test (push) Failing after 3m39s
Push Workflows / test (push) Successful in 4m2s
Push Workflows / docker-build (push) Successful in 18m33s
Push Workflows / nix-build (push) Successful in 20m7s
2024-12-28 15:40:29 -05:00
ec01183dc2 Use Arc for response handler instead of Rc 2024-12-24 16:54:07 -05:00
40bf99a2bf Use spread syntax for Form class 2024-12-24 15:09:58 -05:00
78d59731b0 Manually import spawn_local 2024-12-23 21:24:26 -05:00
26a572b18a Fix bad import path for Form 2024-12-23 21:17:46 -05:00
52d60318bb Render String instead of &String from error_msg 2024-12-23 21:01:39 -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
1ecd13d65f dropdown component complete 2024-05-21 12:41:44 -04:00
355c791ea7 Reset form fields after sucessful submission 2024-05-18 18:15:50 -04:00
b0edd2174e Don't initially show upload error message 2024-05-18 18:10:48 -04:00
0adf294cfc Display error message when upload song fails 2024-05-18 16:36:37 -04:00
952fb93e1e Only allow mp3 file upload selections 2024-05-18 16:34:07 -04:00
1633d8c1a5 Fix required/optional form fields 2024-05-18 16:33:48 -04:00
caefc46fcc added album search feature for upload 2024-05-16 18:59:16 -04:00
955fc84412 allow choosing artists by searching for upload 2024-05-16 18:35:02 -04:00
5775d3148b finished upload design 2024-05-16 15:44:13 -04:00
714fbc596a styled upload form 2024-05-12 23:56:59 -07:00
8a959d530d Implement basic upload dialog 2024-05-10 15:51:26 -04:00