Commit Graph

623 Commits

Author SHA1 Message Date
082c1a2128 Update SongList to use tailwind 2025-03-15 23:12:08 -04:00
6572d7313a Move sidebar navigation to separate module
Some checks failed
Push Workflows / test (push) Failing after 9m50s
Push Workflows / build (push) Failing after 16m49s
Push Workflows / docker-build (push) Failing after 21m36s
Push Workflows / docs (push) Successful in 4m49s
Push Workflows / leptos-test (push) Successful in 14m36s
Push Workflows / clippy (push) Successful in 5m9s
Push Workflows / nix-build (push) Failing after 26m50s
2025-03-07 23:26:11 -05:00
f1862a6bd6 Rename sidebar Bottom component to Playlists 2025-03-07 23:15:56 -05:00
347ad39fae Make sidebar Bottom component a home-card 2025-03-07 23:14:48 -05:00
318892adc1 Make Personal component a home-card 2025-03-07 23:11:38 -05:00
1a2b7510f8 Remove "extern crate" used for musl builds 2025-03-07 22:57:04 -05:00
3b452e32d8 Switch home-container div to section, use tailwind 2025-02-18 22:49:55 -05:00
7d410c2419 Add home-card style class 2025-02-18 22:49:29 -05:00
b55104144b Convert playbar to using tailwindcss
All checks were successful
Push Workflows / docs (push) Successful in 1m5s
Push Workflows / clippy (push) Successful in 1m26s
Push Workflows / leptos-test (push) Successful in 2m26s
Push Workflows / test (push) Successful in 2m30s
Push Workflows / build (push) Successful in 4m48s
Push Workflows / docker-build (push) Successful in 7m21s
Push Workflows / nix-build (push) Successful in 25m44s
2025-02-18 19:17:21 -05:00
911d375a95 Rewrite signup page using tailwindcss
All checks were successful
Push Workflows / clippy (push) Successful in 1m14s
Push Workflows / docs (push) Successful in 1m54s
Push Workflows / leptos-test (push) Successful in 2m20s
Push Workflows / test (push) Successful in 2m25s
Push Workflows / build (push) Successful in 5m45s
Push Workflows / docker-build (push) Successful in 7m25s
Push Workflows / nix-build (push) Successful in 24m4s
2025-02-18 15:14:33 -05:00
9b20395876 Rewrite login page using tailwindcss 2025-02-18 15:04:54 -05:00
ea869ce983 Ignore automatically generated but unused tailwind config 2025-02-18 14:59:24 -05:00
b1299ca28c Remove action="POST" from forms with submit handler
All checks were successful
Push Workflows / docs (push) Successful in 9m6s
Push Workflows / docker-build (push) Successful in 10m38s
Push Workflows / test (push) Successful in 12m40s
Push Workflows / clippy (push) Successful in 10m38s
Push Workflows / build (push) Successful in 18m18s
Push Workflows / leptos-test (push) Successful in 19m43s
Push Workflows / nix-build (push) Successful in 30m19s
2025-02-18 00:22:21 -05:00
9dfc556bd0 Ensure cargo-leptos uses tailwindcss v4 in Docker build
Some checks failed
Push Workflows / docs (push) Successful in 1m37s
Push Workflows / clippy (push) Successful in 2m3s
Push Workflows / build (push) Failing after 2m32s
Push Workflows / test (push) Successful in 3m17s
Push Workflows / leptos-test (push) Successful in 3m33s
Push Workflows / docker-build (push) Successful in 19m23s
Push Workflows / nix-build (push) Successful in 26m14s
2025-02-17 23:06:28 -05:00
3a29ce4741 Use new tailwindcss configuration method 2025-02-17 22:38:37 -05:00
7d6c1e66bc Update tailwindcss to v4 2025-02-17 22:37:00 -05:00
478f8362af Update flake 2025-02-17 22:36:09 -05:00
fc8825d765 Update tower-sessions-redis-store and axum-login
All checks were successful
Push Workflows / docs (push) Successful in 8m10s
Push Workflows / clippy (push) Successful in 9m24s
Push Workflows / build (push) Successful in 12m20s
Push Workflows / test (push) Successful in 14m25s
Push Workflows / leptos-test (push) Successful in 16m24s
Push Workflows / docker-build (push) Successful in 22m53s
Push Workflows / nix-build (push) Successful in 32m6s
2025-02-17 20:15:39 -05:00
99fac1fe8f Upgrade leptos to 0.7.7 2025-02-12 21:37:36 -05:00
cfbc84343b Add FancyInput component for forms
Some checks failed
Push Workflows / clippy (push) Successful in 55s
Push Workflows / docs (push) Successful in 1m4s
Push Workflows / leptos-test (push) Successful in 5m46s
Push Workflows / nix-build (push) Successful in 21m58s
Push Workflows / test (push) Successful in 1m37s
Push Workflows / build (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
2025-02-12 18:57:52 -05:00
49455f5e03 Convert loading to use Tailwind styling 2025-02-10 17:25:57 -05:00
f482e06076 Switch to Tailwind CSS
All checks were successful
Push Workflows / docs (push) Successful in 48s
Push Workflows / clippy (push) Successful in 58s
Push Workflows / leptos-test (push) Successful in 1m47s
Push Workflows / test (push) Successful in 1m59s
Push Workflows / build (push) Successful in 2m56s
Push Workflows / docker-build (push) Successful in 13m34s
Push Workflows / nix-build (push) Successful in 26m40s
2025-02-07 10:55:22 -05:00
56902f1ff2 Move dashboard to pages
All checks were successful
Push Workflows / clippy (push) Successful in 58s
Push Workflows / leptos-test (push) Successful in 1m28s
Push Workflows / test (push) Successful in 2m2s
Push Workflows / docs (push) Successful in 2m26s
Push Workflows / build (push) Successful in 2m52s
Push Workflows / docker-build (push) Successful in 8m39s
Push Workflows / nix-build (push) Successful in 22m8s
2025-02-06 11:21:12 -05:00
4dfc789f58 Move search to pages 2025-02-06 11:20:22 -05:00
f04ad57a5a Move error_template to components
Some checks failed
Push Workflows / clippy (push) Successful in 1m7s
Push Workflows / docs (push) Successful in 1m17s
Push Workflows / test (push) Successful in 1m39s
Push Workflows / leptos-test (push) Successful in 1m44s
Push Workflows / build (push) Successful in 3m35s
Push Workflows / docker-build (push) Successful in 7m5s
Push Workflows / nix-build (push) Has been cancelled
2025-02-06 11:11:19 -05:00
fac75e1f54 Move auth_backend to util 2025-02-06 11:09:36 -05:00
afd8f014b2 Move users to api 2025-02-06 11:03:47 -05:00
362b8161e3 Fix doc comment indentation
All checks were successful
Push Workflows / leptos-test (push) Successful in 1m42s
Push Workflows / test (push) Successful in 2m6s
Push Workflows / clippy (push) Successful in 2m30s
Push Workflows / build (push) Successful in 6m19s
Push Workflows / docs (push) Successful in 6m26s
Push Workflows / docker-build (push) Successful in 8m44s
Push Workflows / nix-build (push) Successful in 23m52s
2025-02-06 10:22:54 -05:00
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
7a0ae4c028 Configure clippy lints 2025-02-05 22:55:22 -05:00
742f0e2be6 Update doctests to reflect moved modules
Some checks failed
Push Workflows / docs (push) Successful in 1m16s
Push Workflows / leptos-test (push) Successful in 1m59s
Push Workflows / clippy (push) Failing after 2m4s
Push Workflows / test (push) Successful in 2m7s
Push Workflows / build (push) Successful in 2m46s
Push Workflows / docker-build (push) Successful in 7m28s
Push Workflows / nix-build (push) Successful in 25m13s
2025-02-05 22:06:43 -05:00
57d7459976 Add clippy CICD job
Some checks failed
Push Workflows / docker-build (push) Successful in 55s
Push Workflows / docs (push) Successful in 58s
Push Workflows / leptos-test (push) Failing after 1m21s
Push Workflows / clippy (push) Failing after 2m19s
Push Workflows / test (push) Successful in 2m31s
Push Workflows / build (push) Successful in 3m27s
Push Workflows / nix-build (push) Has been cancelled
2025-02-05 21:58:25 -05:00
a83a051d89 Remove unused backend models functions
Some checks failed
Push Workflows / leptos-test (push) Failing after 1m2s
Push Workflows / docs (push) Successful in 1m7s
Push Workflows / test (push) Successful in 1m36s
Push Workflows / build (push) Successful in 5m37s
Push Workflows / docker-build (push) Successful in 7m53s
Push Workflows / nix-build (push) Successful in 18m58s
2025-02-05 21:21:14 -05:00
745d4c1b0a Move auth to api 2025-02-05 21:05:45 -05:00
6666002533 Move upload to api 2025-02-05 21:04:26 -05:00
a33a891d87 Move song to components 2025-02-05 21:04:26 -05:00
9b22a82514 Move search to api 2025-02-05 20:58:00 -05:00
59b9db34cf Move playbar to components 2025-02-05 20:56:07 -05:00
d03eed78e7 Move queue to components 2025-02-05 20:53:25 -05:00
fc64b0cf1c Combine artist albums DB queries into single query 2025-02-05 15:20:03 -05:00
6a52598956 Combine user profile history DB queries into single query 2025-02-05 15:18:32 -05:00
e42247ee84 Move data types into models/frontend and models/backend 2025-02-05 12:34:48 -05:00
d72ed532c1 Move database to util 2025-02-04 22:54:06 -05:00
c3bc042027 Move pages.rs into pages/mod.rs
All checks were successful
Push Workflows / docs (push) Successful in 1m1s
Push Workflows / leptos-test (push) Successful in 1m45s
Push Workflows / test (push) Successful in 2m1s
Push Workflows / build (push) Successful in 4m8s
Push Workflows / docker-build (push) Successful in 18m29s
Push Workflows / nix-build (push) Successful in 20m30s
2025-02-04 22:47:43 -05:00
a67e486f75 Move components.rs into components/mod.rs 2025-02-04 22:47:18 -05:00
841251639e Move fileserv into util 2025-02-04 22:46:39 -05:00
0d2a83f508 Merge pull request 'Update audio source when status is updated' (#204) from 198-update-audio-source-when-status-is into main
All checks were successful
Push Workflows / docs (push) Successful in 1m4s
Push Workflows / docker-build (push) Successful in 1m7s
Push Workflows / leptos-test (push) Successful in 1m28s
Push Workflows / test (push) Successful in 2m6s
Push Workflows / build (push) Successful in 6m36s
Push Workflows / nix-build (push) Successful in 25m2s
Reviewed-on: #204
2025-02-03 03:04:14 +00:00
2d4a9ac9fd Merge branch 'main' into 198-update-audio-source-when-status-is
All checks were successful
Push Workflows / docs (push) Successful in 46s
Push Workflows / test (push) Successful in 1m38s
Push Workflows / leptos-test (push) Successful in 1m46s
Push Workflows / build (push) Successful in 2m52s
Push Workflows / docker-build (push) Successful in 8m31s
Push Workflows / nix-build (push) Successful in 18m23s
2025-02-02 22:01:03 -05:00
be053ffa62 Merge pull request 'Use timestamp instead of date for song added_date' (#203) from 201-use-timestamp-instead-of-date-for into main
All checks were successful
Push Workflows / docs (push) Successful in 44s
Push Workflows / docker-build (push) Successful in 1m17s
Push Workflows / leptos-test (push) Successful in 1m36s
Push Workflows / test (push) Successful in 1m44s
Push Workflows / build (push) Successful in 4m56s
Push Workflows / nix-build (push) Successful in 20m48s
Reviewed-on: #203
2025-02-02 22:17:10 +00:00
e7a8491653 Use timestamp instead of date for added_date column in songs table
All checks were successful
Push Workflows / docs (push) Successful in 56s
Push Workflows / test (push) Successful in 2m23s
Push Workflows / leptos-test (push) Successful in 2m31s
Push Workflows / build (push) Successful in 3m24s
Push Workflows / docker-build (push) Successful in 8m12s
Push Workflows / nix-build (push) Successful in 18m0s
2025-02-02 16:42:24 -05:00