|
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 |
|
|
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 |
|
|
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 |
|
|
cf6f7b7db7
|
Refactor SongList/SongListExtra
Don't use MaybeSignal
Combine into SongListInner
|
2024-11-15 22:44:57 -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 |
|
|
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 |
|
|
ddcb4a5be7
|
Add loading indicator
|
2024-11-04 16:34:13 -05:00 |
|
|
f1affc66bc
|
Remove email display on personal and rescale icon/pfp to be bigger & consistent
|
2024-11-01 17:17:59 -04:00 |
|
|
e66b5e4976
|
Add component to display SongList with additional data
|
2024-11-01 14:36:38 -04:00 |
|
|
6aa933be09
|
Refactor profile picture display to account for no profile picture
|
2024-10-25 22:59:06 -04:00 |
|
|
acf15961cd
|
Fix formatting and styling of profile picture display, as well as display email when logged in as well
|
2024-10-25 17:01:50 -04:00 |
|
|
2d7b91413b
|
Display username in profile container when logged in
|
2024-10-18 19:31:20 -04:00 |
|
|
c2ebd8307f
|
Display user profile picture when logged in instead of generic profile icon
|
2024-10-18 19:30:45 -04:00 |
|
|
2be665c549
|
Track logged in status and user as local resource instead of signal
|
2024-10-18 19:26:10 -04:00 |
|
|
f104a14f98
|
Remove derive Default for User and make user signal Option type instead
|
2024-10-15 17:26:30 -04:00 |
|
|
f78066d7a8
|
Display username in profile when logged in
|
2024-10-15 17:18:41 -04:00 |
|
|
3149f65a97
|
Detect user logged in and display "logged in" for profile
|
2024-10-11 17:21:11 -04:00 |
|
|
0550b18d77
|
Add SongList component
|
2024-10-11 13:25:14 -04:00 |
|
|
553e24800b
|
Refactor DashboardTile into trait
|
2024-10-06 15:47:18 -04:00 |
|
|
ab50826d31
|
Update formatting of profile login buttons and display
|
2024-10-04 17:44:10 -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 |
|
|
906b5bd9dd
|
Merge remote-tracking branch 'origin/31-update-songdata-for-fetching-songs-on-frontend-for-playback' into 33-create-component-for-displaying-music-on-dashboard
|
2024-07-30 20:57:52 -04:00 |
|
|
355c791ea7
|
Reset form fields after sucessful submission
|
2024-05-18 18:15:50 -04:00 |
|
|
b0edd2174e
|
Don't initially show upload error message
|
2024-05-18 18:10:48 -04:00 |
|
|
3978526231
|
Merge remote-tracking branch 'origin/main' into 19-implement-file-uploads
|
2024-05-18 18:10:03 -04:00 |
|
|
0adf294cfc
|
Display error message when upload song fails
|
2024-05-18 16:36:37 -04:00 |
|
|
952fb93e1e
|
Only allow mp3 file upload selections
|
2024-05-18 16:34:07 -04:00 |
|
|
1633d8c1a5
|
Fix required/optional form fields
|
2024-05-18 16:33:48 -04:00 |
|
|
caefc46fcc
|
added album search feature for upload
|
2024-05-16 18:59:16 -04:00 |
|
|
955fc84412
|
allow choosing artists by searching for upload
|
2024-05-16 18:35:02 -04:00 |
|
|
5775d3148b
|
finished upload design
|
2024-05-16 15:44:13 -04:00 |
|
|
714fbc596a
|
styled upload form
|
2024-05-12 23:56:59 -07:00 |
|
|
ff43b3f7e8
|
Use nested routing for navigation
Remove dashboard_open signal
Use <a> tags to navigate to new pages
Add dashboard and search to nested routing
|
2024-05-12 11:00:47 -04:00 |
|
|
af66381f5f
|
Implement dashboard row sideways scrolling
|
2024-05-11 15:23:49 -04:00 |
|
|
f4908ad3b3
|
Add DashboardRow component
|
2024-05-11 13:16:02 -04:00 |
|
|
ec43ab472d
|
Add DashboardTile component
|
2024-05-11 13:08:05 -04:00 |
|
|
8a959d530d
|
Implement basic upload dialog
|
2024-05-10 15:51:26 -04:00 |
|
|
14a8f83fe6
|
Removed unused leptos_dom import
|
2024-04-12 16:43:04 -04:00 |
|
|
a4fb055e84
|
Fix use of old icons crate
|
2024-04-12 16:33:33 -04:00 |
|
|
5f9140c96d
|
modified: Cargo.toml
modified: src/components/sidebar.rs
modified: style/sidebar.scss
|
2024-04-05 16:49:09 -04:00 |
|
|
7c5f21791c
|
Added simple popup to profile icon
modified: src/components/dashboard.rs
modified: src/components/personal.rs
modified: style/dashboard.scss
modified: style/home.scss
modified: style/personal.scss
|
2024-03-30 13:22:09 -04:00 |
|