157 Commits

Author SHA1 Message Date
2fffc16c82 Update ahash to fix build 2024-04-16 16:47:01 -04:00
08fcba5495 Fix wasm bindgen version issue 2024-04-16 16:27:43 -04:00
076d3a2865 Update styling of song in queue to adjust for blank space in suspense of artists 2024-04-12 23:47:36 -04:00
13d6d07e8e Fix handling of artists resource in song component 2024-04-12 23:46:37 -04:00
cf07ec2982 Fix handling of album and song resources in MediaInfo 2024-04-12 23:45:14 -04:00
aa76a068d6 Stop using set_player_src, instead, memo and effect to set src of audio element 2024-04-12 23:43:52 -04:00
2037122dc0 Add clone trait to Song model 2024-04-12 23:40:10 -04:00
9327ec19f5 Add server function to get song from song id 2024-04-12 23:38:35 -04:00
ece6d19fc3 Remove SongData struct 2024-04-05 23:51:17 -04:00
633000062c Modify queue, playbar, and playstatus to work with Song model struct instead of old SongData 2024-04-05 23:48:24 -04:00
082e6b9269 Add albums server functions to fetch album from album id 2024-04-05 23:47:08 -04:00
ec33b09fa9 update Song component to work for model version of Song struct 2024-04-05 23:46:24 -04:00
e1d3bb4099 Add songs server endpoint to get artists using song id 2024-04-05 23:43:44 -04:00
6bed5e5c55 Merge branch '28-make-ci-build-fail-on-warnings' into 'main'
Make CI build fail on warnings

Closes #28

See merge request libretunes/libretunes!17
2024-03-30 23:26:37 -04:00
93ea42b727
Fix warnings 2024-03-29 21:24:01 -04:00
6cef7ed36d
Set deny warnings Rust flag 2024-03-29 21:18:48 -04:00
827d88ac94 Merge branch '13-create-example-environment-variable-file' into 'main'
Add example environment variable file

Closes #13

See merge request libretunes/libretunes!15
2024-03-29 21:10:27 -04:00
fa17a11557 Merge branch '25-fix-incorrect-copyright-line-in-license' into 'main'
Fix incorrect copyright line in license

Closes #25

See merge request libretunes/libretunes!16
2024-03-29 21:03:56 -04:00
f2b68fd8e3
Add example environment variable file 2024-03-29 20:25:16 -04:00
d09caba44c Update copyright year to include 2023 in LICENSE file 2024-03-29 20:18:11 -04:00
5a62f93ba8 Update copyright year and author in LICENSE file 2024-03-29 20:14:50 -04:00
7b6630447f Merge branch '27-switch-to-new-ci-system' into 'main'
Switch to new CI system

Closes #27

See merge request libretunes/libretunes!14
2024-03-29 20:04:33 -04:00
a783fb4e62
Generate random hex value for Postgres password instead of base64 2024-03-29 19:48:29 -04:00
6fc66336b7
Fix review environment URL 2024-03-29 19:27:11 -04:00
27ef4589bf
Fix tunnel config script argument order 2024-03-29 17:08:24 -04:00
c736695cea
Add export command for environment variables 2024-03-29 16:53:32 -04:00
eb56957a27
Automatically stop review environment after 1 week 2024-03-29 16:53:32 -04:00
0ed4de8bfd
Deploy using Docker compose and Cloudflare for review environments 2024-03-26 16:39:14 -04:00
fd4d823cf5
Add misc CICD scripts and compose file 2024-03-26 16:36:50 -04:00
5e2b41da5d
Create Docker base template 2024-03-26 16:19:31 -04:00
126ee5c366
Use Docker runner and dind service for Docker build 2024-03-22 18:13:49 -04:00
0b73f16b04 Merge branch '23-rename-leptos_start-to-libretunes' into 'main'
Rename "leptos_start" to "libretunes"

Closes #23

See merge request libretunes/libretunes!13
2024-03-05 11:35:28 -05:00
124e94390f Merge branch '3-create-logo' into 'main'
Add logo

Closes #3

See merge request libretunes/libretunes!12
2024-03-05 11:34:55 -05:00
b06461ce74
Rename "leptos_start" to "libretunes" 2024-03-01 18:53:42 -05:00
59b469d16d
Add logo 2024-03-01 17:23:19 -05:00
59b11dae76 Merge branch '1-add-queue' into 'main'
Add functioning queue

See merge request libretunes/libretunes!11
2024-03-01 16:46:45 -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
d2ee1fdf9e Merge branch '16-implement-song-artist-and-album-search' into 'main'
Implement song, artist, and album search

Closes #16

See merge request libretunes/libretunes!9
2024-02-29 20:28:05 -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
2a0dacff3e Update styling and layout/coloring of the queue items 2024-02-23 19:22:19 -05:00
e6a68f4f40 Add trash outline icon for updated queue coloring 2024-02-23 19:21:45 -05:00