You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to expand and collapse all children of segment group (#7911)
* WIP: add option to expand and collable all children of segment group
* recursively open subgroups
* adjust icon, label and expand all groups on default
* WIP: add two menu entries
* add two menu entries and hide/show them as useful
* remove comments
* only collapse subgroups
* remove unnecessary types and extract groupid to key conversion to method
* avoid multiple calculations to get children
* only add group itself to expanded if it is collapsed
* add changelog
* address review
Copy file name to clipboardexpand all lines: CHANGELOG.unreleased.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
14
14
- WEBKNOSSOS now automatically searches in subfolder / sub-collection identifiers for valid datasets in case a provided link to a remote dataset does not directly point to a dataset. [#7912](https://github.com/scalableminds/webknossos/pull/7912)
15
15
- Added the option to move a bounding box via dragging while pressing ctrl / meta. [#7892](https://github.com/scalableminds/webknossos/pull/7892)
16
16
- Added route `/import?url=<url_to_datasource>` to automatically import and view remote datasets. [#7844](https://github.com/scalableminds/webknossos/pull/7844)
17
-
- The context menu that is opened upon right-clicking a segment in the dataview port now contains the segment's name. [#7920](https://github.com/scalableminds/webknossos/pull/7920)
17
+
- Added option to expand or collapse all subgroups of a segment group in the segments tab. [#7911](https://github.com/scalableminds/webknossos/pull/7911)
18
+
- The context menu that is opened upon right-clicking a segment in the dataview port now contains the segment's name. [#7920](https://github.com/scalableminds/webknossos/pull/7920)
18
19
- Upgraded backend dependencies for improved performance and stability. [#7922](https://github.com/scalableminds/webknossos/pull/7922)
0 commit comments