Block a user
95-fix-home-screen-account-button-ui
Here you're making two separate calls to get_user, each of which causes an API request. In the interest of performance, it would be best to do this as a single query.
95-fix-home-screen-account-button-ui
See comment about the duplicate requests. I'm also debating changing how get_user() works (for the profile page work I'm doing) to return an Result<Option<User>, ...> instead of a Result<User, ...>, because there is a strong distinction between not having a user logged in, and a server error occurring when checking if a user is logged in.
Add webp files to gitignore
Implement Like/Dislike for songs in SongList
Implement play/pause for songs in SongList
Add webp files to gitignore
Add added_date column to songs table #100
This is good, except for a few things:
- You didn't quite follow the format of the migration folder name.
- In order to access the data in this column, add a field to the Song struct in…
eta357
deleted branch 119-fix-docker-compose-missing-libretunesimages-volume from LibreTunes/LibreTunes
2024-10-25 19:40:12 +00:00
Fix Docker compose missing libretunes-images volume
Fix Docker compose missing libretunes-images volume
Fix Docker compose missing libretunes-images volume
eta357
pushed to 119-fix-docker-compose-missing-libretunesimages-volume at LibreTunes/LibreTunes
2024-10-25 18:28:47 +00:00
Fix Docker compose missing libretunes-images volume
Fix missing libretunes-images volume in Docker compose