Lulu
Lulu
The initial release has been rushed, and some web UI stuff is still incomplete. Please refer to the [project tracker](https://github.com/lolPants/beatsaver-reloaded/projects) for more info about what is still in progress. BeatSaver...
- [ ] API - [ ] Web UI When uploading a new version, stats are cloned to the new version and the old version is linked to the new...
## To-do - [ ] Implement storing beatmaps in redux store - [x] Per-route - [ ] Refactor to reference a global store - [x] Scroll handler - [x] Save...
Add additional launch arguments for Beat Saber that BSIPA can read to do various things. Here are some I would find useful: | Flag | Type | Description | Example...
Loading the Song list in the admin panel produces this error ``` ErrorException(code: 0): Trying to get property 'play_count' of non-object at /var/www/beatsaver-laravel/app/Models/Song.php:57) ``` Additionally, I had to bump the...
Tested on v0.7.2.1
## Requested changes * Split `songName` into `songName`, `songSubName`, and `authorName` from song details * Add accuracy % in `UpdatePlayerInfo` command * Add note missed counter in `UpdatePlayerInfo` command *...
In the `StartLevel` WebSocket command, `key` and `coverUrl` are always `null`
GitHub Actions is cool
Replace download finished check with some form of checksum. You could even have two checksums, one for the file tree (just names) for very quick hashing, and then a secondary...