232 Commits

Author SHA1 Message Date
db0d2c6cb9
Serve files in assets/ 2024-03-31 13:08:48 -04:00
174b23da1d
Fix compilation errors from updating axum 2024-03-31 12:08:20 -04:00
d5e16c80ea
Remove actix packages
Temporarily comment out login and authentication
2024-03-31 12:04:36 -04:00
c4c88a2905
Merge branch '21-upgrade-to-leptos-0-6' into 24-switch-from-actix-to-axum 2024-03-31 01:14:23 -04:00
bc94c60240
Fix unused NoCustomError import 2024-03-31 00:49:06 -04:00
013fb6391d
Upgrade to leptos 0.6 2024-03-31 00:46:31 -04:00
901aa2ce01
Update to leptos_icons 0.3.0 2024-03-31 00:46:25 -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
93ea42b727
Fix warnings 2024-03-29 21:24:01 -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
b06461ce74
Rename "leptos_start" to "libretunes" 2024-03-01 18:53:42 -05:00
e1e3fe52d4
Handle server functions 2024-03-01 18:00:16 -05:00
fe465e2246
Properly handle router errors
Fixes file serving, including favicon
2024-03-01 18:00:13 -05:00
dcd08ff46e
Remove favicon server 2024-03-01 18:00:10 -05:00
57fd838e10
Add file and error handler 2024-03-01 17:59:50 -05:00
f587a70155
Switch to axum server 2024-03-01 17:59:38 -05:00
03ba18e0b8
Merge branch 'main' into 1-add-queue 2024-03-01 02:20:15 -05:00
147e3c16c8
Separate Song component to own file instead of with queue 2024-03-01 02:14:21 -05:00
bf47efbff7
Stop reactively tracking status in toggle queue 2024-03-01 02:14:16 -05:00
6423d238b6 Merge branch '14-create-login-signup-page' into 'main'
Create login and signup pages

Closes #14

See merge request libretunes/libretunes!10
2024-02-29 20:47:16 -05:00
8507b536ec Add queue and playbar to homepage 2024-02-28 01:01:46 -05:00
d2986797bb Implement dragging to reorder queue 2024-02-28 00:54:35 -05:00
a47e6fedc3 Changed login and signup color themes 2024-02-27 16:41:54 -05:00
1c4ce06064 navigation to home page after login and signup 2024-02-27 16:23:53 -05:00
7236e09b4b added simple route to home after signup and login
modified:   src/pages/login.rs
	modified:   src/pages/signup.rs
2024-02-26 10:30:54 -05:00
2b76340608 changes to login
modified:   src/pages/login.rs
	modified:   src/pages/signup.rs
	modified:   style/login.scss
	modified:   style/signup.scss
2024-02-23 21:03:10 -05:00
f4bea8aa33 made a simple password visibility toggler
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/pages/signup.rs
	modified:   style/signup.scss
2024-02-23 20:31:25 -05:00
e6a68f4f40 Add trash outline icon for updated queue coloring 2024-02-23 19:21:45 -05:00
5650882ba8 Finished inaugural login and signup pages
modified:   src/pages/login.rs
	modified:   src/pages/signup.rs
2024-02-23 16:24:05 -05:00
e0552269fb Don't update status on every time_update 2024-02-23 16:16:50 -05:00
2ab1f44317 added functionality to login page.
modified:   src/pages/login.rs
2024-02-18 02:01:34 -05:00
c30ba689b1 Added functionalty to the signup page.
modified:   src/pages/signup.rs
2024-02-18 01:53:57 -05:00
8066c80459
Add search functions 2024-02-16 23:51:33 -05:00
fbc57fd90e Modify queue to only allow delete of upcoming songs 2024-02-16 17:34:45 -05:00
371b184ef8
Merge branch 'main' into 15-create-database-tables-for-songs-artists-and-albums 2024-02-16 00:16:03 -05:00
7e24038b22
Implement data manipulation methods for artists, albums, songs 2024-02-16 00:12:24 -05:00
7498ee0dd3 Merge branch '10-run-diesel-database-migrations-automatically' into 'main'
Run Diesel database migrations automatically

Closes #10

See merge request libretunes/libretunes!4
2024-02-15 23:55:03 -05:00
cfcfe5a7c8 Merge branch '12-allow-separation-of-postgres-db-endpoint-and-credentials' into 'main'
Build database URL from POSTGRES_ environment variables

Closes #12

See merge request libretunes/libretunes!5
2024-02-15 23:54:08 -05:00
28942a41a0 Merge remote-tracking branch 'origin/2-implement-authentication-backend' into danny-fix 2024-02-13 17:13:18 -05:00
79a0bb579e
Merge remote-tracking branch 'origin/main' into 10-run-diesel-database-migrations-automatically 2024-02-13 16:58:17 -05:00
2a183eec2c Finished Initial Signup Page Design/Outline 2024-02-10 01:12:19 -05:00
5cc7d6ce94 Completely Finished Design of Login Page
modified:   src/pages/login.rs
	modified:   src/pages/signup.rs
	modified:   style/login.scss
2024-02-10 00:54:18 -05:00
598f3b2a18 Finished Initial Design of Login Page
modified:   src/app.rs
	modified:   src/lib.rs
	new file:   src/pages.rs
	new file:   src/pages/login.rs
	new file:   src/pages/signup.rs
	new file:   style/login.scss
	modified:   style/main.scss
	new file:   style/signup.scss
	modified:   style/theme.scss
2024-02-09 17:15:00 -05:00
04898fe7f0
Add remove button for queue items 2024-02-09 16:42:35 -05:00
b8d2fca0ee
Make functions needed for queue public and add trash icon dependency 2024-02-09 16:42:34 -05:00
604e2c9c7f
created simple song component for queue 2024-02-09 16:42:34 -05:00
7476aa6d39
Rebuild project when DB migrations changed 2024-02-08 23:07:27 -05:00
a6556b7a98
Create song model 2024-02-08 22:03:18 -05:00