|
8c356547e6
|
Merge branch 'main' into 138-load-playlist-data-from-database
|
2024-12-10 16:13:19 -05:00 |
|
|
1558afe488
|
Implement playlist data loading
|
2024-12-10 16:07:37 -05:00 |
|
|
0ddfe98618
|
Setup Playlist Data Structs
|
2024-12-03 13:11:26 -05:00 |
|
|
aaa9db93fb
|
Merge pull request 'Require login to fetch audio and image assets' (#160) from 110-require-login-to-fetch-audio-and into main
Reviewed-on: LibreTunes/LibreTunes#160
|
2024-11-24 21:35:41 +00:00 |
|
|
5ecb71ce9d
|
Return error on /api/signup if signup disabled
|
2024-11-24 14:36:56 -05:00 |
|
|
d1c8615105
|
Add router layer to require authentication
|
2024-11-24 14:28:06 -05:00 |
|
|
ede248d961
|
Add loading and error messages to signup page
|
2024-11-23 00:57:29 -05:00 |
|
|
930618dcad
|
Add loading and error messages to login page
|
2024-11-23 00:46:30 -05:00 |
|
|
9b48fc0204
|
Merge pull request '95-fix-home-screen-account-button-ui' (#124) from 95-fix-home-screen-account-button-ui into main
Reviewed-on: LibreTunes/LibreTunes#124
|
2024-11-22 22:32:53 +00:00 |
|
|
954cc0edce
|
Artist links and styling
|
2024-11-22 22:13:43 +00:00 |
|
|
e5ce0eab76
|
Fix Build Warnings
|
2024-11-22 21:55:59 +00:00 |
|
|
45eb7191f0
|
Bugfix and small changes to styling
|
2024-11-22 21:47:24 +00:00 |
|
|
21a17a8eb5
|
Album Page Styling
|
2024-11-22 21:34:21 +00:00 |
|
|
fcd987d433
|
change unwrap or default to unwrap or false for readability
|
2024-11-22 16:31:55 -05:00 |
|
|
dd14aa0b4d
|
AlbumData Query, API Endpoint, and Integration into AlbumPage
|
2024-11-20 04:43:53 +00:00 |
|
|
3b6035dd71
|
Album pages for users not signed in
|
2024-11-20 02:12:09 +00:00 |
|
|
22cee4a265
|
Merge remote-tracking branch 'origin/main' into 114-create-album-page
|
2024-11-19 22:21:46 +00:00 |
|
|
b25cb4549c
|
Revert get_user to not be server function
|
2024-11-19 16:21:35 -05:00 |
|
|
0c1bab9fbb
|
Switch from dotenv to dotenvy
|
2024-11-18 18:34:20 -05:00 |
|
|
73b4b7674e
|
Use global state user instead of local resource in personal page
|
2024-11-17 18:42:57 -05:00 |
|
|
3d1dc94b06
|
Merge remote-tracking branch 'origin/main' into 95-fix-home-screen-account-button-ui
|
2024-11-17 17:38:29 -05:00 |
|
|
a3b3174306
|
Handle SongListItem play/pause clicks
|
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 |
|
|
f0f34d4abe
|
Use GlobalState instead of passing play_status/logged_in_user everywhere
|
2024-11-15 18:49:19 -05:00 |
|
|
d42737f856
|
Create GlobalState
|
2024-11-15 18:47:13 -05:00 |
|
|
fe21785f2d
|
Implement SongList like/dislike functionality
|
2024-11-15 15:33:05 -05:00 |
|
|
d8fab0e068
|
Reduce calls to get_user by not having logged_in resource
|
2024-11-12 17:11:06 -05:00 |
|
|
7f298f75ce
|
Change Playlist Model to use chronos time
|
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 |
|
|
568f6ada0e
|
Working Albums Page (BETA)
|
2024-11-12 21:44:30 +00:00 |
|
|
7a1ffaad47
|
Finished Query for Song Data from Album
|
2024-11-08 22:16:46 +00:00 |
|
|
6dcbba2588
|
Switch to chrono instead of time
|
2024-11-04 18:23:25 -05:00 |
|
|
f23430af73
|
Remove unnecessary Artist import
|
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
|
2024-11-03 17:18:43 -05:00 |
|
|
2b380d7787
|
Refetch logged in user on login/signup
|
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 |
|
|
f1affc66bc
|
Remove email display on personal and rescale icon/pfp to be bigger & consistent
|
2024-11-01 17:17:59 -04:00 |
|
|
e60243e50c
|
Redirect to login when logging out
|
2024-11-01 17:17:06 -04:00 |
|
|
0335e3d255
|
Created model
|
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 |
|