|
b1a62ee284
|
Merge pull request 'Switch from dotenv to dotenvy' (#146) from 127-switch-from-dotenv-to-dotenvy into main
Push Workflows / docker-build (push) Successful in 13s
Push Workflows / docs (push) Successful in 2m5s
Push Workflows / leptos-test (push) Successful in 2m46s
Push Workflows / test (push) Successful in 4m29s
Push Workflows / build (push) Successful in 9m28s
Reviewed-on: #146
|
2024-11-19 00:44:27 +00:00 |
|
|
0c1bab9fbb
|
Switch from dotenv to dotenvy
Push Workflows / docs (push) Successful in 2m0s
Push Workflows / test (push) Successful in 3m9s
Push Workflows / build (push) Successful in 4m39s
Push Workflows / leptos-test (push) Successful in 5m55s
Push Workflows / docker-build (push) Successful in 14m10s
|
2024-11-18 18:34:20 -05:00 |
|
|
190df0edfd
|
Merge pull request 'Implement play/pause for songs in SongList' (#145) from 122-implement-playpause-for-songs-in-songlist into main
Push Workflows / docker-build (push) Successful in 23s
Push Workflows / test (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Push Workflows / docs (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Reviewed-on: #145
|
2024-11-18 00:13:47 +00:00 |
|
|
a3b3174306
|
Handle SongListItem play/pause clicks
Push Workflows / docs (push) Successful in 1m9s
Push Workflows / test (push) Successful in 2m34s
Push Workflows / build (push) Successful in 3m26s
Push Workflows / leptos-test (push) Successful in 4m54s
Push Workflows / docker-build (push) Successful in 12m21s
|
2024-11-17 15:39:08 -05:00 |
|
|
f633cffe69
|
Remove unnecessary .into()
|
2024-11-15 22:45:47 -05:00 |
|
|
cf6f7b7db7
|
Refactor SongList/SongListExtra
Don't use MaybeSignal
Combine into SongListInner
|
2024-11-15 22:44:57 -05:00 |
|
|
8f01ff24d8
|
Merge pull request 'Use provide_context for global state' (#143) from 142-use-providecontext-for-global-state into main
Push Workflows / docker-build (push) Successful in 13s
Push Workflows / docs (push) Successful in 2m7s
Push Workflows / leptos-test (push) Successful in 2m57s
Push Workflows / test (push) Successful in 3m4s
Push Workflows / build (push) Successful in 4m32s
Reviewed-on: #143
|
2024-11-16 01:13:25 +00:00 |
|
|
f0f34d4abe
|
Use GlobalState instead of passing play_status/logged_in_user everywhere
Push Workflows / test (push) Successful in 2m20s
Push Workflows / build (push) Successful in 4m40s
Push Workflows / docs (push) Successful in 54s
Push Workflows / leptos-test (push) Successful in 4m24s
Push Workflows / docker-build (push) Successful in 9m38s
|
2024-11-15 18:49:19 -05:00 |
|
|
d42737f856
|
Create GlobalState
|
2024-11-15 18:47:13 -05:00 |
|
|
47fc35814d
|
Merge pull request 'Implement SongList like/dislike functionality' (#141) from 123-implement-likedislike-for-songs-in-songlist into main
Push Workflows / docker-build (push) Successful in 12s
Push Workflows / docs (push) Successful in 2m13s
Push Workflows / leptos-test (push) Successful in 2m23s
Push Workflows / test (push) Successful in 3m16s
Push Workflows / build (push) Successful in 4m48s
Reviewed-on: #141
|
2024-11-15 21:45:06 +00:00 |
|
|
fe21785f2d
|
Implement SongList like/dislike functionality
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 |
|
|
c6024a7457
|
Merge pull request 'Update wasm-bindgen to 0.2.95' (#139) from 132-update-wasmbindgen-to-0295 into main
Push Workflows / docker-build (push) Successful in 17s
Push Workflows / docs (push) Successful in 2m19s
Push Workflows / test (push) Successful in 2m1s
Push Workflows / leptos-test (push) Successful in 2m40s
Push Workflows / build (push) Successful in 2m47s
Reviewed-on: #139
|
2024-11-15 18:42:18 +00:00 |
|
|
41327c8ed6
|
Update wasm-bindgen to 0.2.95
Push Workflows / docs (push) Successful in 3m31s
Push Workflows / test (push) Successful in 6m34s
Push Workflows / leptos-test (push) Successful in 8m12s
Push Workflows / docker-build (push) Successful in 16m16s
Push Workflows / build (push) Successful in 6m50s
|
2024-11-15 13:23:20 -05:00 |
|
|
d09060959a
|
Merge pull request '111-create-playlist-database-tables' (#137) from 111-create-playlist-database-tables into main
Push Workflows / docs (push) Successful in 2m55s
Push Workflows / test (push) Successful in 5m6s
Push Workflows / leptos-test (push) Successful in 7m4s
Push Workflows / build (push) Successful in 7m56s
Push Workflows / docker-build (push) Failing after 14m2s
Reviewed-on: #137
Reviewed-by: Ethan Girouard <ethan@girouard.com>
|
2024-11-12 22:21:52 +00:00 |
|
|
7f298f75ce
|
Change Playlist Model to use chronos time
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 |
|
|
b800e4ee47
|
Merge pull request 'Fix time not implemented on wasm on profile page' (#135) from 134-fix-time-not-implemented-on-wasm into main
Push Workflows / docs (push) Successful in 2m24s
Push Workflows / leptos-test (push) Successful in 3m5s
Push Workflows / test (push) Successful in 3m25s
Push Workflows / build (push) Successful in 5m0s
Push Workflows / docker-build (push) Failing after 5m47s
Reviewed-on: #135
|
2024-11-04 23:40:11 +00:00 |
|
|
6dcbba2588
|
Switch to chrono instead of time
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 |
|
|
820a1d816a
|
Merge pull request 'Create profile page' (#133) from 42-create-profile-page into main
Push Workflows / docs (push) Successful in 2m1s
Push Workflows / test (push) Successful in 3m10s
Push Workflows / leptos-test (push) Successful in 3m18s
Push Workflows / build (push) Successful in 4m52s
Push Workflows / docker-build (push) Failing after 9m9s
Reviewed-on: #133
|
2024-11-04 22:40:14 +00:00 |
|
|
f23430af73
|
Remove unnecessary Artist import
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 |
|
|
5011cda8fa
|
Allow home-component to scroll
|
2024-11-04 17:01:42 -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 |
|
|
186c622e6f
|
Merge pull request 'Create global logged in user resource' (#128) from 126-create-global-logged-in-user-resource into main
Push Workflows / docs (push) Successful in 1m51s
Push Workflows / test (push) Successful in 3m25s
Push Workflows / leptos-test (push) Successful in 4m20s
Push Workflows / build (push) Successful in 4m52s
Push Workflows / docker-build (push) Successful in 8m56s
Reviewed-on: #128
|
2024-11-03 22:23:32 +00:00 |
|
|
35abbe19ee
|
Merge branch '126-create-global-logged-in-user-resource' into 42-create-profile-page
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
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 |
|
|
1f70da1747
|
Merge pull request 'Added webp files' (#125) from 121-add-webp-files-to-gitignore into main
Push Workflows / docker-build (push) Successful in 16s
Push Workflows / leptos-test (push) Successful in 1m45s
Push Workflows / docs (push) Successful in 2m4s
Push Workflows / test (push) Successful in 3m13s
Push Workflows / build (push) Successful in 4m37s
Reviewed-on: #125
|
2024-11-02 02:58:41 +00:00 |
|
|
a70de76c4d
|
Added webp files
Push Workflows / leptos-test (push) Successful in 2m28s
Push Workflows / docs (push) Successful in 3m47s
Push Workflows / test (push) Successful in 6m38s
Push Workflows / docker-build (push) Successful in 8m3s
Push Workflows / build (push) Successful in 10m45s
|
2024-11-02 02:37:50 +00:00 |
|
|
0335e3d255
|
Created model
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 |
|
|
f299254d55
|
Merge pull request 'Fix Docker compose missing libretunes-images volume' (#120) from 119-fix-docker-compose-missing-libretunesimages-volume into main
Push Workflows / docs (push) Successful in 1m19s
Push Workflows / docker-build (push) Successful in 1m30s
Push Workflows / test (push) Has been cancelled
Push Workflows / leptos-test (push) Has been cancelled
Push Workflows / build (push) Has been cancelled
Reviewed-on: #120
|
2024-10-25 19:40:10 +00:00 |
|
|
14aa4d236e
|
Add libretunes-images to volumes
Push Workflows / leptos-test (push) Successful in 2m49s
Push Workflows / docker-build (push) Successful in 7m49s
Push Workflows / docs (push) Successful in 2m16s
Push Workflows / test (push) Successful in 3m34s
Push Workflows / build (push) Successful in 4m58s
|
2024-10-25 18:28:45 +00:00 |
|
|
f1e177c7b0
|
Add page for displaying error
|
2024-10-21 22:57:27 -04:00 |
|
|
88e2a229a4
|
Move home component width to .home-component selector
|
2024-10-21 22:54:26 -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
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 |
|
|
f39d93bd0c
|
Change audio and image path Docker comopse settings
Push Workflows / test (push) Successful in 1m56s
Push Workflows / docs (push) Successful in 1m56s
Push Workflows / build (push) Successful in 2m37s
Push Workflows / leptos-test (push) Successful in 14m4s
Push Workflows / docker-build (push) Successful in 34m2s
Add volume for images
|
2024-10-15 23:22:15 -04:00 |
|
|
cdffd2c5eb
|
Merge pull request 'Create song list component' (#113) from 106-create-song-list-component into main
Push Workflows / docker-build (push) Successful in 54s
Push Workflows / docs (push) Successful in 1m14s
Push Workflows / test (push) Successful in 1m35s
Push Workflows / build (push) Successful in 2m9s
Push Workflows / leptos-test (push) Successful in 4m32s
Reviewed-on: #113
|
2024-10-15 19:31:05 +00:00 |
|
|
e90ea56d14
|
Remove TODO
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 |
|
|
b222b7911f
|
Add example environment variables and update docker-compose
Push Workflows / docs (push) Successful in 2m43s
Push Workflows / test (push) Successful in 5m24s
Push Workflows / leptos-test (push) Successful in 7m12s
Push Workflows / build (push) Successful in 7m37s
Push Workflows / docker-build (push) Successful in 13m56s
|
2024-10-11 16:53:08 -04:00 |
|