17 Commits

Author SHA1 Message Date
ec33b09fa9 update Song component to work for model version of Song struct 2024-04-05 23:46:24 -04:00
93ea42b727
Fix warnings 2024-03-29 21:24:01 -04: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
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
8066c80459
Add search functions 2024-02-16 23:51:33 -05:00
28942a41a0 Merge remote-tracking branch 'origin/2-implement-authentication-backend' into danny-fix 2024-02-13 17:13: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
8f9d7b5bc5
Implement authentication on backend 2024-02-04 22:21:32 -05:00
7013b2e22e
Add basic database functions for users 2024-02-04 22:21:32 -05:00
1a1b6550a1 Add queue module to lib.rs 2024-02-02 17:18:35 -05:00
770dd4d2cd
Add types for users 2024-01-28 15:34:54 -05:00
b78d7d8598
Add connection to database 2024-01-16 21:47:44 -05:00
97304ba1a7
Implement a basic player bar 2024-01-03 00:31:58 -05:00
2a89dac9c9
Add PlayStatus struct 2024-01-01 16:47:13 -05:00
a65c7993d5
Add SongData struct 2024-01-01 15:08:13 -05:00
46ff5dfe7c
Create Leptos project 2023-12-28 20:19:23 -05:00