This is an automated email from the ASF dual-hosted git repository. mjumper pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit d03da4a3859fc8c75dca4753d08918d91347d4fd Merge: ac6e501ef 6bd19b471 Author: Mike Jumper <[email protected]> AuthorDate: Thu Nov 2 16:05:07 2023 -0700 GUACAMOLE-1876: Merge support for displaying a "points of interest" histogram alongside session recordings. doc/licenses/d3-path-3.1.0/LICENSE | 13 + doc/licenses/d3-path-3.1.0/README | 8 + doc/licenses/d3-path-3.1.0/dep-coordinates.txt | 1 + doc/licenses/d3-shape-3.2.0/LICENSE | 13 + doc/licenses/d3-shape-3.2.0/README | 8 + doc/licenses/d3-shape-3.2.0/dep-coordinates.txt | 1 + guacamole/src/main/frontend/package-lock.json | 34 +++ guacamole/src/main/frontend/package.json | 2 + .../frontend/src/app/player/directives/player.js | 97 +++++++- .../app/player/services/playerHeatmapService.js | 264 +++++++++++++++++++++ .../frontend/src/app/player/templates/player.html | 15 ++ .../src/app/settings/styles/history-player.css | 73 ++++++ .../src/main/frontend/src/translations/en.json | 10 +- 13 files changed, 534 insertions(+), 5 deletions(-)
