23 Commits

Author SHA1 Message Date
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
ab50826d31 Update formatting of profile login buttons and display 2024-10-04 17:44:10 -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
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