224 Commits

Author SHA1 Message Date
00f4b2e28f Separate Song component from queue styling to use for general case 2024-11-19 22:28:35 +00:00
340129a859 Modify playbar to not allow audio control shortcuts based on search active 2024-11-19 22:27:00 +00:00
7828992e80 Add search_active to playstatus 2024-11-19 22:26:32 +00:00
9600e8c442 Modify search functions to include distance for each result 2024-11-19 21:31:54 +00:00
0c1bab9fbb
Switch from dotenv to dotenvy 2024-11-18 18:34:20 -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
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
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
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
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
Reviewed-on: LibreTunes/LibreTunes#107
Reviewed-by: Ethan Girouard <ethan@girouard.com>
2024-10-16 17:48:12 +00:00
e90ea56d14 Remove TODO 2024-10-11 17:16:51 -04:00
0550b18d77
Add SongList component 2024-10-11 13:25:14 -04:00
134b425ce6
Remove unused MediaType 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 2024-10-06 14:16:58 -04:00
51858593c2 Updated Title Display 2024-10-04 23:56:12 +00:00
2bb9b3bdd7 Page Title Updates on Playing Song 2024-10-04 23:19:07 +00:00
a43955726a Setup routing for image and audio assets based on environment variables 2024-10-04 17:33:51 -04:00
b2f138e7e9
Move NoCustomError import to fix warning 2024-10-01 00:17:20 -04:00
33aa285deb
Add upload_picture api endpoint 2024-10-01 00:07:26 -04:00
b9551e5bee Merge pull request 'Implement history' (#98) from 41-implement-history into main
Reviewed-on: LibreTunes/LibreTunes#98
2024-09-29 18:27:08 +00:00
73910a087a
Add playing songs to history 2024-09-29 14:04:51 -04:00
ec76269367
Fix duplicate api module definition 2024-09-28 20:50:25 -04:00