Closed daniel-wer closed 2 days ago
The pull request introduces several enhancements and fixes to the WEBKNOSSOS platform. Key features include the addition of metadata to annotations for Trees and Segments, improved slider functionality, and expanded search capabilities for unnamed segments. The changelog has been updated to reflect these changes, along with bug fixes related to dataset uploads and sharing tokens. Additionally, modifications have been made to the FlexLayoutWrapper
and TracingLayoutView
components to improve layout management and user experience during state updates.
File Path | Change Summary |
---|---|
CHANGELOG.unreleased.md | Updated to include new features, changes, and bug fixes related to annotations and layout. |
frontend/javascripts/oxalis/view/layouting/flex_layout_wrapper.tsx | Modified rebuildLayout and onLayoutChange methods for improved state management. Updated toggleBorder method for clarity. |
frontend/javascripts/oxalis/view/layouting/tracing_layout_view.tsx | Updated onLayoutChange for better state handling and improved user feedback during refresh. Added setControllerStatus method. |
frontend
🐇 In the meadow where changes bloom,
New features sprout, dispelling gloom.
Annotations dance with metadata bright,
Layouts refresh, a joyous sight!
Bugs are chased away with glee,
Hopping forward, we’re wild and free! 🌼
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?
On master, switching between the modes reliably leads to empty viewports, because the wrong layout is chosen (e.g. the orthogonal layout, although flight mode is active)
URL of deployed dev instance (used for testing):
Steps to test:
(Please delete unneeded items, merge only when none are left open)
Summary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes