32 Commits

Author SHA1 Message Date
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
e66b5e4976
Add component to display SongList with additional data 2024-11-01 14:36:38 -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
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
e211f476a7 added profile section to homepage 2024-03-22 20:25:52 -04:00
a7368aec30 create dashboard/search toggle.
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/app.rs
	modified:   src/components.rs
	new file:   src/components/search.rs
	modified:   src/components/sidebar.rs
	modified:   src/pages/signup.rs
	modified:   style/dashboard.scss
	modified:   style/main.scss
	new file:   style/search.scss
	modified:   style/sidebar.scss
2024-03-14 10:56:35 -04:00
189fdccd93 initialize all components 2024-03-12 20:56:38 -04:00