Commit Graph

555 Commits

Author SHA1 Message Date
69b3066a3b Add HTML boilerplate in shell 2024-12-28 15:37:49 -05:00
3368d16c96 Use .get() on TextProp 2024-12-28 15:24:07 -05:00
141034eacd Remove type prop from <audio> 2024-12-28 12:36:42 -05:00
55521fd7fe Remove align prop from playbar divs 2024-12-28 12:36:21 -05:00
40d6440d99 Use hydrate_body instead of mount_to_body 2024-12-28 12:28:29 -05:00
daf8a50863 Use new HTML types for getting audio component 2024-12-28 12:28:17 -05:00
099c1042a2 Use raw strings instead of TextProp for classes in SongList 2024-12-28 12:27:03 -05:00
b3748374d4 Fix type of setting logged in user resource 2024-12-28 12:26:25 -05:00
5235854af7 Use tbody for table in SongList 2024-12-28 12:24:37 -05:00
915d5ea6f7 Remove options arg from render_app_to_stream call 2024-12-28 12:20:23 -05:00
ec01183dc2 Use Arc for response handler instead of Rc 2024-12-24 16:54:07 -05:00
3dd040afd0 Merge remote-tracking branch 'origin/193-run-dashboardrow-and-dashboardtile-into-components' into 171-update-to-leptos-07 2024-12-24 16:50:45 -05:00
c900cb896e Use new DashboardRow / DashboardTile in artist and profile pages
All checks were successful
Push Workflows / test (push) Successful in 47s
Push Workflows / docs (push) Successful in 1m8s
Push Workflows / leptos-test (push) Successful in 1m12s
Push Workflows / build (push) Successful in 1m37s
Push Workflows / docker-build (push) Successful in 4m49s
Push Workflows / nix-build (push) Successful in 17m1s
2024-12-24 16:48:49 -05:00
2af8310077 Implement Into<DashboardTile> instead of implementing old trait DashboardTile 2024-12-24 16:48:48 -05:00
1a4112542e Convert DashboardRow to component 2024-12-24 16:48:48 -05:00
40bf99a2bf Use spread syntax for Form class 2024-12-24 15:09:58 -05:00
ebc669ecf8 Use new Router setup 2024-12-23 21:58:34 -05:00
b4664bdad7 Fix bad path for mount_to_body 2024-12-23 21:51:31 -05:00
608f18ace5 Manually import Params and use_params 2024-12-23 21:49:34 -05:00
20ff4674d4 Fix path to use_navigate 2024-12-23 21:49:34 -05:00
3de5efc27f Specify leptos::ev instead of ev 2024-12-23 21:49:34 -05:00
b9f5867b4d Fix Resource type signature 2024-12-23 21:49:34 -05:00
db8dc3cd3d Manually import TextProp 2024-12-23 21:49:33 -05:00
848b1afd2c Use node_ref instead of _ref 2024-12-23 21:33:07 -05:00
141a27bb7e Fix bad import path for use_location 2024-12-23 21:25:23 -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
f6ee5feb3f Update leptos-use to 0.15 2024-12-23 21:15:31 -05:00
0cd36d4b44 Remove duplicate "required" prop 2024-12-23 21:11:57 -05:00
3c148c36df Update server_fn to 0.7 2024-12-23 21:10:21 -05:00
4eb673a9a4 Fix bad import path for NodeRef 2024-12-23 21:06:28 -05:00
782c9b9482 Use correct use_params_map import path 2024-12-23 21:04:20 -05:00
52d60318bb Render String instead of &String from error_msg 2024-12-23 21:01:39 -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
064f06d763 Update icons 2024-12-23 20:47:28 -05:00
900d1ca1bb Use new way of creating resources 2024-12-23 20:34:28 -05:00
92eb63e946 Use new leptos::predude module 2024-12-23 20:33:42 -05:00
a9c1ed7048 Upgrade to wasm-bindgen 0.2.99 2024-12-23 20:32:29 -05:00
a63b5d4e29 Remove hydrate flag from leptos_router 2024-12-23 20:31:31 -05:00
238a24c938 Remove nightly and hydrate flags from leptos_meta 2024-12-23 20:01:50 -05:00
69125f71f3 Update leptos_ crates to 0.7 2024-12-23 20:00:37 -05:00
ae8a3d0ade Merge pull request 'Remove old cicd utils' (#192) from 191-remove-old-cicd-utils into main
Some checks failed
Push Workflows / docker-build (push) Successful in 51s
Push Workflows / leptos-test (push) Successful in 57s
Push Workflows / docs (push) Successful in 1m0s
Push Workflows / build (push) Successful in 1m18s
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Reviewed-on: #192
2024-12-20 20:05:24 +00:00
343284a6da Remove cicd/
All checks were successful
Push Workflows / docs (push) Successful in 39s
Push Workflows / test (push) Successful in 46s
Push Workflows / leptos-test (push) Successful in 1m6s
Push Workflows / docker-build (push) Successful in 1m6s
Push Workflows / build (push) Successful in 1m10s
Push Workflows / nix-build (push) Successful in 29m5s
2024-12-20 15:00:12 -05:00
65e5de7051 Merge pull request 'Display like/dislike for client instead of viewed user on profile page' (#189) from 140-display-likedislike-for-client-instead-of into main
Some checks failed
Push Workflows / build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Reviewed-on: #189
2024-12-20 19:37:38 +00:00
219a218f92 Merge pull request 'Fix hardcoded for_user_id in artist page' (#190) from 185-fix-hardcoded-foruserid-in-artist-page into main
Some checks failed
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / test (push) Has been cancelled
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Reviewed-on: #190
2024-12-20 19:37:28 +00:00
f8534cd6f6 Return like/dislike data for user viewing page
All checks were successful
Push Workflows / leptos-test (push) Successful in 1m27s
Push Workflows / build (push) Successful in 1m41s
Push Workflows / test (push) Successful in 1m44s
Push Workflows / docs (push) Successful in 1m43s
Push Workflows / docker-build (push) Successful in 5m25s
Push Workflows / nix-build (push) Successful in 17m45s
2024-12-20 14:23:06 -05:00
01e393a77f Return like/dislike data for user viewing page
All checks were successful
Push Workflows / docs (push) Successful in 35s
Push Workflows / test (push) Successful in 45s
Push Workflows / leptos-test (push) Successful in 1m1s
Push Workflows / build (push) Successful in 2m52s
Push Workflows / docker-build (push) Successful in 5m52s
Push Workflows / nix-build (push) Successful in 19m17s
2024-12-20 14:21:22 -05:00
481d9109eb Merge pull request 'Fix docker-build caching' (#188) from 186-fix-dockerbuild-caching into main
All checks were successful
Push Workflows / nix-build (push) Successful in 20m7s
Push Workflows / docs (push) Successful in 39s
Push Workflows / test (push) Successful in 44s
Push Workflows / leptos-test (push) Successful in 1m3s
Push Workflows / build (push) Successful in 1m46s
Push Workflows / docker-build (push) Successful in 1m29s
Reviewed-on: #188
2024-12-20 19:09:41 +00:00
050cab6d46 Use GitHub Actions cache
All checks were successful
Push Workflows / test (push) Successful in 59s
Push Workflows / docs (push) Successful in 1m0s
Push Workflows / build (push) Successful in 1m17s
Push Workflows / leptos-test (push) Successful in 1m42s
Push Workflows / nix-build (push) Successful in 17m42s
Push Workflows / docker-build (push) Successful in 21m34s
2024-12-20 13:46:36 -05:00