Commit Graph

215 Commits

Author SHA1 Message Date
d42737f856 Create GlobalState 2024-11-15 18:47:13 -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
7f298f75ce Change Playlist Model to use chronos time
Some checks failed
Push Workflows / docs (push) Successful in 4m38s
Push Workflows / docker-build (push) Failing after 5m13s
Push Workflows / test (push) Successful in 6m52s
Push Workflows / leptos-test (push) Successful in 9m55s
Push Workflows / build (push) Successful in 10m52s
2024-11-12 17:09:08 -05:00
74044f2e17 Merge remote-tracking branch 'origin/134-fix-time-not-implemented-on-wasm' into 111-create-playlist-database-tables 2024-11-12 17:06:52 -05:00
6dcbba2588 Switch to chrono instead of time
Some checks failed
Push Workflows / docs (push) Successful in 1m23s
Push Workflows / test (push) Successful in 3m1s
Push Workflows / build (push) Successful in 4m16s
Push Workflows / leptos-test (push) Successful in 5m26s
Push Workflows / docker-build (push) Failing after 12m8s
2024-11-04 18:23:25 -05:00
f23430af73 Remove unnecessary Artist import
Some checks failed
Push Workflows / docs (push) Successful in 2m30s
Push Workflows / test (push) Successful in 5m19s
Push Workflows / leptos-test (push) Successful in 6m23s
Push Workflows / build (push) Successful in 6m29s
Push Workflows / docker-build (push) Failing after 10m43s
2024-11-04 17:16:09 -05:00
ef5576ab3f Create profile page 2024-11-04 17:15:55 -05:00
833393cb3a Add generic Error component 2024-11-04 17:11:26 -05:00
39dd8099cd Make ServerError a component instead of a page 2024-11-04 17:03:45 -05:00
89433df8b6 Add function to get user by id 2024-11-04 16:34:17 -05:00
ddcb4a5be7 Add loading indicator 2024-11-04 16:34:13 -05:00
414489d1be Return ArtistData from top_artists 2024-11-04 00:29:53 -05:00
35abbe19ee Merge branch '126-create-global-logged-in-user-resource' into 42-create-profile-page
Some checks failed
Push Workflows / docs (push) Successful in 1m57s
Push Workflows / leptos-test (push) Successful in 2m48s
Push Workflows / test (push) Successful in 3m18s
Push Workflows / build (push) Successful in 4m47s
Push Workflows / docker-build (push) Failing after 6m42s
2024-11-03 17:18:43 -05:00
2b380d7787 Refetch logged in user on login/signup
All checks were successful
Push Workflows / docs (push) Successful in 1m55s
Push Workflows / leptos-test (push) Successful in 2m31s
Push Workflows / test (push) Successful in 3m9s
Push Workflows / build (push) Successful in 4m30s
Push Workflows / docker-build (push) Successful in 8m31s
2024-11-03 17:13:40 -05:00
8ac3a87c58 Add global logged in user Resource 2024-11-03 16:59:46 -05:00
43a5b519fd Add API endpoint to get logged in user 2024-11-03 16:59:23 -05:00
251d567863 Return logged in user from login endpoint 2024-11-03 16:52:15 -05:00
0335e3d255 Created model
All checks were successful
Push Workflows / docs (push) Successful in 4m11s
Push Workflows / test (push) Successful in 6m6s
Push Workflows / leptos-test (push) Successful in 8m13s
Push Workflows / build (push) Successful in 8m56s
Push Workflows / docker-build (push) Successful in 16m31s
2024-11-01 16:48:56 -04:00
81b1490cce Create playlist database migration 2024-11-01 16:37:22 -04:00
e66b5e4976 Add component to display SongList with additional data 2024-11-01 14:36:38 -04:00
0453aef37d Fix incorrect placeholder image path 2024-11-01 14:26:38 -04:00
4e4c94a189 Merge branch '106-create-song-list-component' into 42-create-profile-page 2024-11-01 13:22:37 -04:00
23bfb510c1 Add functions to get top/recent songs and artists from history 2024-11-01 13:05:47 -04:00
f1e177c7b0 Add page for displaying error 2024-10-21 22:57:27 -04:00
3cfcacc9ba Merge pull request 'Setup routing for image and audio assets based on environment variables' (#107) from 35-make-asset-paths-configurable into main
Some checks failed
Push Workflows / build (push) Failing after 1s
Push Workflows / test (push) Failing after 1s
Push Workflows / docs (push) Failing after 1s
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / docker-build (push) Has been cancelled
Reviewed-on: #107
Reviewed-by: Ethan Girouard <ethan@girouard.com>
2024-10-16 17:48:12 +00:00
e90ea56d14 Remove TODO
All checks were successful
Push Workflows / docs (push) Successful in 2m49s
Push Workflows / test (push) Successful in 7m9s
Push Workflows / leptos-test (push) Successful in 10m55s
Push Workflows / build (push) Successful in 13m41s
Push Workflows / docker-build (push) Successful in 23m0s
2024-10-11 17:16:51 -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
134b425ce6 Remove unused MediaType
All checks were successful
Push Workflows / docs (push) Successful in 1m52s
Push Workflows / test (push) Successful in 3m2s
Push Workflows / leptos-test (push) Successful in 3m22s
Push Workflows / build (push) Successful in 4m22s
Push Workflows / docker-build (push) Successful in 7m1s
2024-10-06 15:50:58 -04:00
c678d93661 Create ArtistData, impl DashboardTile 2024-10-06 15:50:58 -04:00
c18bf277b9 Create AlbumData, impl DashboardTile 2024-10-06 15:50:57 -04:00
097b1fc491 impl DashboardTile for Songdata 2024-10-06 15:47:22 -04:00
553e24800b Refactor DashboardTile into trait 2024-10-06 15:47:18 -04:00
2793391f00 Merge remote-tracking branch 'origin/main' into 33-create-component-for-displaying-music-on-dashboard
All checks were successful
Push Workflows / docs (push) Successful in 1m54s
Push Workflows / leptos-test (push) Successful in 2m19s
Push Workflows / test (push) Successful in 3m10s
Push Workflows / build (push) Successful in 4m38s
Push Workflows / docker-build (push) Successful in 8m26s
2024-10-06 14:16:58 -04:00
51858593c2 Updated Title Display
All checks were successful
Push Workflows / docs (push) Successful in 1m8s
Push Workflows / test (push) Successful in 1m38s
Push Workflows / build (push) Successful in 2m8s
Push Workflows / leptos-test (push) Successful in 4m11s
Push Workflows / docker-build (push) Successful in 11m59s
2024-10-04 23:56:12 +00:00
2bb9b3bdd7 Page Title Updates on Playing Song
All checks were successful
Push Workflows / docs (push) Successful in 1m30s
Push Workflows / test (push) Successful in 1m48s
Push Workflows / build (push) Successful in 2m26s
Push Workflows / leptos-test (push) Successful in 4m23s
Push Workflows / docker-build (push) Successful in 12m6s
2024-10-04 23:19:07 +00:00
a43955726a Setup routing for image and audio assets based on environment variables
All checks were successful
Push Workflows / docs (push) Successful in 2m38s
Push Workflows / test (push) Successful in 5m16s
Push Workflows / leptos-test (push) Successful in 7m9s
Push Workflows / build (push) Successful in 7m47s
Push Workflows / docker-build (push) Successful in 20m14s
2024-10-04 17:33:51 -04:00
b2f138e7e9 Move NoCustomError import to fix warning
All checks were successful
Push Workflows / docker-build (push) Successful in 7m12s
Push Workflows / test (push) Successful in 2m10s
Push Workflows / docs (push) Successful in 3m54s
Push Workflows / leptos-test (push) Successful in 6m4s
Push Workflows / build (push) Successful in 6m27s
2024-10-01 00:17:20 -04:00
33aa285deb Add upload_picture api endpoint
Some checks failed
Push Workflows / docs (push) Successful in 4m25s
Push Workflows / build (push) Failing after 4m57s
Push Workflows / test (push) Failing after 5m22s
Push Workflows / docker-build (push) Successful in 6m4s
Push Workflows / leptos-test (push) Failing after 6m16s
2024-10-01 00:07:26 -04:00
b9551e5bee Merge pull request 'Implement history' (#98) from 41-implement-history into main
All checks were successful
Push Workflows / docker-build (push) Successful in 58s
Push Workflows / leptos-test (push) Successful in 1m53s
Push Workflows / docs (push) Successful in 12m5s
Push Workflows / test (push) Successful in 13m33s
Push Workflows / build (push) Successful in 17m45s
Reviewed-on: #98
2024-09-29 18:27:08 +00:00
73910a087a Add playing songs to history
All checks were successful
Push Workflows / docs (push) Successful in 6m30s
Push Workflows / test (push) Successful in 9m45s
Push Workflows / leptos-test (push) Successful in 17m44s
Push Workflows / build (push) Successful in 18m42s
Push Workflows / docker-build (push) Successful in 20m7s
2024-09-29 14:04:51 -04:00
ec76269367 Fix duplicate api module definition
All checks were successful
Push Workflows / docs (push) Successful in 4m11s
Push Workflows / test (push) Successful in 5m18s
Push Workflows / leptos-test (push) Successful in 8m31s
Push Workflows / build (push) Successful in 9m13s
Push Workflows / docker-build (push) Successful in 14m31s
2024-09-28 20:50:25 -04:00
8fd064dffc Merge remote-tracking branch 'origin/main' into 41-implement-history
Some checks failed
Push Workflows / docs (push) Failing after 2m18s
Push Workflows / test (push) Failing after 2m44s
Push Workflows / build (push) Failing after 3m19s
Push Workflows / leptos-test (push) Failing after 3m38s
Push Workflows / docker-build (push) Failing after 8m43s
2024-09-28 20:40:37 -04:00
a83fb9dea5 Add friendships and friend_requests database tables
All checks were successful
Push Workflows / test (push) Successful in 2m20s
Push Workflows / docs (push) Successful in 2m16s
Push Workflows / leptos-test (push) Successful in 2m37s
Push Workflows / build (push) Successful in 3m3s
Push Workflows / docker-build (push) Successful in 10m39s
2024-09-28 20:28:00 -04:00
86f9b6fbb3 Convert Infaliable Result into Option and handle 2024-09-15 21:43:59 -04:00
d66849c6cb Change target cfg condition to target_env 2024-09-15 20:18:02 -04:00
18cbb0017f Merge remote-tracking branch 'origin/31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 36-implement-likes-and-dislikes 2024-07-30 22:12:44 -04:00
53cde3bed6 Hide scroll buttons when at end of scroll bar 2024-07-30 21:47:55 -04:00
eab011070d Don't track scroll_element in scroll button handlers 2024-07-30 21:46:59 -04:00
9d6013b8a4 Move dashboard tile row left spacing to margin-left 2024-07-30 21:35:44 -04:00
7f4108e1c5 Add conversion from SongData to DashboardTile 2024-07-30 21:02:48 -04:00