Closed MichaelBuessemeyer closed 1 week ago
The pull request introduces several updates to the WEBKNOSSOS project, primarily focusing on enhancing metadata handling for Trees and Segments, improving UI elements, and fixing various bugs. Key changes include the renaming of the "Resolution" property to "Magnification" (or "mag") across multiple components, improved loading speeds for precomputed meshes, and the addition of new functionalities in the search interface. Additionally, several bug fixes address issues related to dataset uploads, annotation management, and layout persistence.
File Path | Change Summary |
---|---|
CHANGELOG.unreleased.md | Updated to document unreleased changes including metadata handling, UI improvements, and bug fixes. |
frontend/javascripts/oxalis/model/helpers/generate_dummy_trees.ts | Renamed resolution property to mag in generateDummyTree function. |
frontend/javascripts/oxalis/model/reducers/skeletontracing_reducer_helpers.ts | Updated resolution property to mag in serverNodeToMutableNode function. |
frontend/javascripts/test/fixtures/skeletontracing_server_objects.ts | Replaced resolution with mag in tracing object node definitions. |
frontend/javascripts/test/fixtures/tasktracing_server_objects.ts | Updated tracing object to replace resolution with mag in node definitions. |
frontend/javascripts/types/api_flow_types.ts | Changed resolution property to mag in ServerNode type definition. |
mag
back to resolution
, aligning with the terminology changes in the main PR.ScrollableVirtualizedTree
, relevant to changes in enhanced UI functionalities and scrolling behavior.🐇 In the meadow where changes bloom,
A new term brings light to the room.
"Mag" replaces "Res," oh what a sight,
As bugs are fixed and features take flight.
With every hop, we celebrate cheer,
For WEBKNOSSOS shines bright this year! 🌼
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?
Fixes changes introduced by #8111. The server sends nodes with the field called mag and not resolution. This pr changes the frontend type to expect the name as now called mag.
URL of deployed dev instance (used for testing):
Steps to test:
inMag
field should not be empty.inMag
field should be emptyIssues:
(Please delete unneeded items, merge only when none are left open)
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Chores