Block a user
Implement SongList like/dislike functionality
eta357
pushed to 123-implement-likedislike-for-songs-in-songlist at LibreTunes/LibreTunes
2024-11-15 20:33:31 +00:00
Display like/dislike for client instead of viewed user on profile page
eta357
deleted branch 132-update-wasmbindgen-to-0295 from LibreTunes/LibreTunes
2024-11-15 18:42:21 +00:00
Update wasm-bindgen to 0.2.95
Update wasm-bindgen to 0.2.95
Update wasm-bindgen to 0.2.95
Create Playlist Database Tables
111-create-playlist-database-tables
111-create-playlist-database-tables
I should have warned you about this before, but unfortunately the time crate doesn't have full functionality on WASM, so I had to switch to using chronos and this involves changing some of the time/data datatypes in models. What we'll need to do here is merge my branch 134-fix-time-not-implemented-on-wasm
into this one and change the types in models.rs
a bit. I can do this or you can if you want.