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
* duration of time tracking view is now in mins and secs
* refactored time tracking view and added spinning wheel when loading
* moved time tracking chart into an own file;
fixed wrong positioned tooltip bug
* fixed flow errors
* displaying chart now at full size always
* fixed tooltip positioning
* Update CHANGELOG.md
* added fixed height to chart again to avoid bugs;
fixed bug that caused the tooltip not to be rendered
* adding mispositioned tooltip at window borders fix
* fixed the tooltip edgecase positioning bug
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,13 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.md).
36
36
- Added an two additional buttons to the dropdown menu of the tree hierarchy view. On Click, one collapses the other expands all subgroups. [#4143](https://github.com/scalableminds/webknossos/pull/4143)
37
37
38
38
### Changed
39
+
- The tooltip of the timeline chart in the Time Tracking view now displays the duration in minutes:seconds. [#4121](https://github.com/scalableminds/webknossos/pull/4121)
39
40
- Reactivated and renamed the "Quality" setting to "Hardware Utilization". Using a higher value will render data in higher quality, but puts more stress on the user's hardware and bandwidth. [#4142](https://github.com/scalableminds/webknossos/pull/4142)
40
41
42
+
41
43
### Fixed
42
44
- Fixed that team managers couldn't view time tracking details of other users anymore. [#4125](https://github.com/scalableminds/webknossos/pull/4125)
45
+
- Fixed the positioning of the tooltip of the timeline chart in the Time Tracking view. [#4121](https://github.com/scalableminds/webknossos/pull/4121)
43
46
- Fixed a rendering problem which caused a red viewport on some Windows machines. [#4133](https://github.com/scalableminds/webknossos/pull/4133)
0 commit comments