Commit Graph

523 Commits

Author SHA1 Message Date
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
87f5efed34 Merge pull request 'Create song page' (#187) from 144-create-song-page-2 into main
All checks were successful
Push Workflows / test (push) Successful in 46s
Push Workflows / leptos-test (push) Successful in 56s
Push Workflows / docs (push) Successful in 1m2s
Push Workflows / build (push) Successful in 1m27s
Push Workflows / nix-build (push) Successful in 16m22s
Push Workflows / docker-build (push) Successful in 15m40s
Reviewed-on: #187
2024-12-20 18:39:26 +00:00
525be5615c Add CSS for song page
All checks were successful
Push Workflows / test (push) Successful in 43s
Push Workflows / leptos-test (push) Successful in 1m0s
Push Workflows / docs (push) Successful in 2m7s
Push Workflows / build (push) Successful in 5m25s
Push Workflows / docker-build (push) Successful in 12m4s
Push Workflows / nix-build (push) Successful in 20m17s
2024-12-20 13:26:05 -05:00
28b71df7e6 Finish song page 2024-12-20 13:25:51 -05:00
560fe0355d Make some parts of SongList public 2024-12-20 13:25:39 -05:00
0e64131fa0 Add route for song page 2024-12-20 13:25:23 -05:00
f3f123d8f6 Add module for song page 2024-12-20 13:25:15 -05:00
15087e86b5 Add API endpoints for song page 2024-12-20 13:24:44 -05:00
c77699b3a1 Merge remote-tracking branch 'origin/main' into 144-create-song-page-2 2024-12-19 19:20:59 -05:00
e55f5d973e Merge pull request 'Create artist page' (#184) from 115-create-artist-page into main
All checks were successful
Push Workflows / docs (push) Successful in 40s
Push Workflows / test (push) Successful in 46s
Push Workflows / leptos-test (push) Successful in 50s
Push Workflows / docker-build (push) Successful in 53s
Push Workflows / build (push) Successful in 1m20s
Push Workflows / nix-build (push) Successful in 16m27s
Reviewed-on: #184
2024-12-20 00:12:42 +00:00
3586df650f Fix unused import warnings
Some checks failed
Push Workflows / docs (push) Successful in 47s
Push Workflows / leptos-test (push) Successful in 53s
Push Workflows / test (push) Successful in 54s
Push Workflows / build (push) Successful in 1m16s
Push Workflows / nix-build (push) Successful in 17m40s
Push Workflows / docker-build (push) Has been cancelled
2024-12-19 18:53:10 -05:00
579e764994 Finish artist page
Some checks failed
Push Workflows / test (push) Successful in 43s
Push Workflows / build (push) Failing after 50s
Push Workflows / docs (push) Successful in 1m26s
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
2024-12-19 18:48:38 -05:00
fb86e2e229 Add API endpoints for artist page 2024-12-19 18:48:21 -05:00
0ff594aaec Increase artist image padding, remove margin 2024-12-19 18:48:05 -05:00
6cc5f60c5a Increase artist image size 2024-12-19 18:47:52 -05:00
ce9e16f376 Add route for artist page 2024-12-19 18:44:43 -05:00
e915e1ab44 Add module for artist page 2024-12-19 18:44:28 -05:00
7e7480d02b Add artist page CSS to main 2024-12-19 18:43:46 -05:00
dcdfee27a3 Merge remote-tracking branch 'origin/main' into 115-create-artist-page 2024-12-19 14:18:18 -05:00
8061bb9f5e Merge pull request 'Add caching to Rust CICD jobs' (#183) from 182-add-caching-to-rust-cicd-jobs into main
All checks were successful
Push Workflows / nix-build (push) Successful in 30m29s
Push Workflows / test (push) Successful in 36s
Push Workflows / docs (push) Successful in 36s
Push Workflows / leptos-test (push) Successful in 54s
Push Workflows / build (push) Successful in 6m41s
Push Workflows / docker-build (push) Successful in 11m38s
Reviewed-on: #183
2024-12-19 18:14:51 +00:00
cff1327b8a Use rust-cache action for build, test, docs, and leptos-test jobs
All checks were successful
Push Workflows / docker-build (push) Successful in 39s
Push Workflows / test (push) Successful in 1m5s
Push Workflows / docs (push) Successful in 1m7s
Push Workflows / leptos-test (push) Successful in 1m28s
Push Workflows / build (push) Successful in 1m43s
Push Workflows / nix-build (push) Successful in 16m54s
2024-12-19 11:19:39 -05:00
a5a679a74e Merge pull request 'Resolve "implement artist/album creation"' (#76) from 45-implement-artist-album-creation into main
Some checks failed
Push Workflows / docker-build (push) Successful in 30s
Push Workflows / docs (push) Successful in 58s
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 / build (push) Has been cancelled
Reviewed-on: #76
Reviewed-by: Ethan Girouard <ethan@girouard.com>
2024-12-19 05:33:45 +00:00
6042ec209c Switch to chrono instead of time
All checks were successful
Push Workflows / nix-build (push) Successful in 19m24s
Push Workflows / docker-build (push) Successful in 12m48s
Push Workflows / docs (push) Successful in 1m17s
Push Workflows / test (push) Successful in 2m13s
Push Workflows / leptos-test (push) Successful in 2m50s
Push Workflows / build (push) Successful in 4m55s
2024-12-19 00:13:52 -05:00
08a2322eb8 Merge remote-tracking branch 'origin/main' into 45-implement-artist-album-creation 2024-12-19 00:07:19 -05:00
36ffb33b02 Merge pull request 'Use different CICD image for docker-build job' (#179) from 178-use-different-cicd-image-for-dockerbuild into main
All checks were successful
Push Workflows / docs (push) Successful in 1m37s
Push Workflows / test (push) Successful in 2m33s
Push Workflows / leptos-test (push) Successful in 5m44s
Push Workflows / build (push) Successful in 6m1s
Push Workflows / docker-build (push) Successful in 12m53s
Push Workflows / nix-build (push) Successful in 19m30s
Reviewed-on: #179
2024-12-19 03:15:34 +00:00
42beaad659 Use ubuntu-latest-docker for docker-build job
All checks were successful
Push Workflows / docs (push) Successful in 1m55s
Push Workflows / test (push) Successful in 3m3s
Push Workflows / leptos-test (push) Successful in 3m50s
Push Workflows / build (push) Successful in 6m28s
Push Workflows / docker-build (push) Successful in 13m32s
Push Workflows / nix-build (push) Successful in 20m0s
2024-12-18 21:53:09 -05:00
bef240e2b2 Merge pull request 'Pin cargo-leptos version in Dockerfile' (#176) from 175-pin-cargoleptos-version-in-dockerfile into main
Some checks failed
Push Workflows / test (push) Waiting to run
Push Workflows / docker-build (push) Failing after 2m23s
Push Workflows / leptos-test (push) Successful in 2m52s
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Reviewed-on: #176
2024-12-18 06:52:37 +00:00
05074230a9 Pin cargo-leptos to 0.2.22 in Dockerfile
All checks were successful
Push Workflows / build (push) Successful in 14m41s
Push Workflows / test (push) Successful in 9m46s
Push Workflows / docs (push) Successful in 3m54s
Push Workflows / leptos-test (push) Successful in 10m45s
Push Workflows / docker-build (push) Successful in 27m57s
Push Workflows / nix-build (push) Successful in 25m33s
2024-12-18 00:36:19 -05:00
ecc5b35cd0 Merge pull request 'Add NixOS environment file' (#174) from 170-add-nixos-environment-file into main
Some checks failed
Push Workflows / docs (push) Successful in 1m30s
Push Workflows / docker-build (push) Failing after 1m30s
Push Workflows / test (push) Successful in 3m52s
Push Workflows / leptos-test (push) Successful in 6m31s
Push Workflows / build (push) Successful in 7m2s
Push Workflows / nix-build (push) Successful in 26m17s
Reviewed-on: #174
2024-12-18 05:35:17 +00:00
3536ad7343 Build flake from git URL
Some checks failed
Push Workflows / docs (push) Successful in 5m18s
Push Workflows / test (push) Successful in 9m29s
Push Workflows / leptos-test (push) Successful in 10m34s
Push Workflows / build (push) Successful in 11m24s
Push Workflows / docker-build (push) Failing after 18m17s
Push Workflows / nix-build (push) Successful in 29m38s
2024-12-17 23:44:56 -05:00
f1c94bd8a8 Update cargo-leptos to 0.2.22 in flake
Some checks failed
Push Workflows / docs (push) Successful in 6m41s
Push Workflows / test (push) Successful in 9m23s
Push Workflows / leptos-test (push) Successful in 11m18s
Push Workflows / build (push) Successful in 12m26s
Push Workflows / docker-build (push) Failing after 16m4s
Push Workflows / nix-build (push) Successful in 31m15s
2024-12-17 22:21:50 -05:00
59e97c4a79 Merge branch '172-fix-unexpected-cfg-condition-name-wasmbindgenunstabletestcoverage' into 170-add-nixos-environment-file
Some checks failed
Push Workflows / docs (push) Successful in 3m53s
Push Workflows / test (push) Successful in 6m31s
Push Workflows / leptos-test (push) Successful in 9m48s
Push Workflows / build (push) Successful in 10m15s
Push Workflows / docker-build (push) Failing after 17m18s
Push Workflows / nix-build (push) Failing after 26m27s
2024-12-17 21:46:47 -05:00
96e6b67c6e Add Nix build CICD job
Some checks failed
Push Workflows / docs (push) Successful in 2m39s
Push Workflows / build (push) Failing after 3m25s
Push Workflows / test (push) Successful in 5m22s
Push Workflows / leptos-test (push) Successful in 6m49s
Push Workflows / nix-build (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
2024-12-17 21:42:01 -05:00