Closed MichaelBuessemeyer closed 3 days ago
The changes in this pull request involve updates to the WEBKNOSSOS project, focusing on asynchronous image file handling and modifications to bounding box configurations for super users. The changelog highlights performance improvements and bug fixes, including resolving issues with tree deletions and NML file imports. Additionally, user permissions related to bounding box selection have been refined in the frontend code, allowing super users to bypass certain validation checks.
File Path | Change Summary |
---|---|
CHANGELOG.unreleased.md | Updated to document asynchronous image file handling, removal of bounding box size restrictions for super users, and various bug fixes related to performance and tree deletions. |
frontend/javascripts/oxalis/view/action-bar/starting_job_modals.tsx | Enhanced bounding box selection functionality by adding isSuperUser property, updating validation logic, and modifying UI rendering based on user permissions. Adjusted type signatures for relevant props. |
bug
🐇 In a world of boxes, big and small,
Super users can now stand tall.
With bugs all fixed and files in line,
Asynchronous reads make it all just fine.
So hop along, let’s start the show,
In WEBKNOSSOS, we’re ready to go! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@normanrz I just assigned you in case you have time. If you do not, feel free to re-assign the review :)
@dieknolle3333 Do you maybe have some time to look at this PR? It is pretty small :snail:
URL of deployed dev instance (used for testing):
Steps to test:
yarn enable-jobs
, inapplication.conf
setexportTiffMaxVolumeMVx = 100
andexportTiffMaxEdgeLengthVx = 100
Issues:
(Please delete unneeded items, merge only when none are left open)
Summary by CodeRabbit
New Features
precomputed://
when pasting remote URIs from Neuroglancer.Bug Fixes
Enhancements