|
4958d3a881
|
fixed bug
|
2024-05-16 20:58:27 -04:00 |
|
|
965bf5a457
|
Reduce axum features to tokio, http1
|
2024-05-16 19:30:46 -04:00 |
|
|
8ffe09381c
|
Remove futures dependency
Use tokio::join instead of futures::join
|
2024-05-16 19:23:48 -04:00 |
|
|
12384b5a75
|
Disable default features in time
|
2024-05-16 19:18:53 -04:00 |
|
|
bf9067aa43
|
Disable default features in serde
|
2024-05-16 19:17:21 -04:00 |
|
|
7b43906632
|
Disable default features in diesel
|
2024-05-16 19:14:38 -04:00 |
|
|
4685861af3
|
Make wasm-bindgen required for frontend only
|
2024-05-16 19:08:22 -04:00 |
|
|
df78afbe60
|
Disable default features in wasm-bindgen
|
2024-05-16 19:07:39 -04:00 |
|
|
caefc46fcc
|
added album search feature for upload
|
2024-05-16 18:59:16 -04:00 |
|
|
94d62ea2d5
|
Disable default features in leptos crate
|
2024-05-16 18:53:58 -04:00 |
|
|
893c411c7f
|
Disable default features in http crate
|
2024-05-16 18:51:47 -04:00 |
|
|
618b7d65ce
|
Make console_error_panic_hook required for frontend only
|
2024-05-16 18:47:45 -04:00 |
|
|
78d8e1243d
|
Remove csr feature
|
2024-05-16 18:42:03 -04:00 |
|
|
955fc84412
|
allow choosing artists by searching for upload
|
2024-05-16 18:35:02 -04:00 |
|
|
cc4aee4ab4
|
Add image_path column to albums table
|
2024-05-16 18:13:14 -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 |
|
|
e411ab9eee
|
Add API functions for liking and disliking songs
|
2024-05-10 20:32:23 -04:00 |
|
|
775c7eff3a
|
Add api module
|
2024-05-10 20:32:23 -04:00 |
|
|
2ed67e5545
|
Add various like/dislike functions for users
|
2024-05-10 20:32:22 -04:00 |
|
|
08f1b95c18
|
Add get_user auth function
|
2024-05-10 20:26:59 -04:00 |
|
|
7a750b60aa
|
Update styling to fit LikeDislike component
|
2024-05-10 20:26:25 -04:00 |
|
|
2b9d849578
|
Add styling for horizontally mirrored button
|
2024-05-10 20:26:25 -04:00 |
|
|
28ff98ab32
|
Add LikeDislike component
|
2024-05-10 20:26:10 -04:00 |
|
|
a0da89204c
|
Move MediaInfo into playbar-left-group div
|
2024-05-10 19:51:27 -04:00 |
|
|
c07237ad8a
|
Move redundant controlbtn styling
|
2024-05-10 17:38:37 -04:00 |
|
|
727029b757
|
Create DB tables for likes and dislikes
|
2024-05-10 16:03:18 -04:00 |
|
|
8a959d530d
|
Implement basic upload dialog
|
2024-05-10 15:51:26 -04:00 |
|
|
7abfbaf600
|
Fix unused imports
|
2024-05-10 15:25:57 -04:00 |
|
|
161ea5f9c2
|
Implement file upload backend
|
2024-05-10 15:20:57 -04:00 |
|
|
353a8e3a9c
|
Allow finding Artist and Album by primary key
|
2024-05-10 14:18:48 -04:00 |
|
|
5d7ac2bb80
|
Add returning codec type to audio util function
|
2024-05-10 14:09:24 -04:00 |
|
|
695f404ba8
|
Merge remote-tracking branch 'origin/main' into 19-implement-file-uploads
|
2024-05-10 12:49:58 -04:00 |
|
|
79ba191415
|
Add function to get audio file duration
|
2024-05-10 11:28:43 -04:00 |
|
|
3338cc2662
|
Add util module
|
2024-05-10 11:28:11 -04:00 |
|
|
60ad643669
|
Merge branch '34-fix-serde-version-warning-in-cargo-toml' into 'main'
Fix unspecified dependency version warnings in Cargo.toml
Closes #34
See merge request libretunes/libretunes!23
|
2024-05-10 11:11:11 -04:00 |
|
|
490772654d
|
Add multer crate
|
2024-05-10 10:55:26 -04:00 |
|
|
b2fd8dc8e5
|
Fix misspelling of "version" for tower
|
2024-05-10 10:33:16 -04:00 |
|
|
91812f4695
|
Fix misspelling of "version" for serde
|
2024-05-10 10:32:19 -04:00 |
|
|
9b1ea51896
|
Merge branch '30-add-logging-to-startup-of-backend' into 'main'
Add logging
Closes #30
See merge request libretunes/libretunes!22
|
2024-05-08 17:56:45 -04:00 |
|
|
6bf08b7507
|
Add symphonia crate
|
2024-04-19 09:23:10 -04:00 |
|
|
04e0a66122
|
Add server_fn crate
|
2024-04-12 17:04:51 -04:00 |
|
|
6c74220458
|
Merge branch '22-create-home-page-2' into 'main'
Created initial home page outline
Closes #22
See merge request libretunes/libretunes!20
|
2024-04-12 16:54:50 -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 |
|
|
8e44a48b18
|
Merge remote-tracking branch 'origin/main' into 22-create-home-page-2
|
2024-04-12 16:23:28 -04:00 |
|
|
f23b62de98
|
fixed google font api
|
2024-04-12 13:24:30 -04:00 |
|
|
b6066e2d3e
|
Include ASCII art file in Docker build
|
2024-04-11 23:42:22 -04:00 |
|
|
241389e5f7
|
Add logging to main
|
2024-04-11 23:19:21 -04:00 |
|