You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2023/02/03 19:29:58 UTC

[guacamole-client] 01/01: GUACAMOLE-1293: Merge add list/count of current users joined to a connection.

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.5.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 9193b37ed979344410f275b78b28478f34abf623
Merge: 9a587a16e bd9132741
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Fri Feb 3 14:29:50 2023 -0500

    GUACAMOLE-1293: Merge add list/count of current users joined to a connection.

 .../src/main/webapp/modules/Client.js              |  81 ++++++++-
 .../src/app/client/controllers/clientController.js |  18 --
 .../src/app/client/directives/guacClientMessage.js |  87 ---------
 .../app/client/directives/guacClientUserCount.js   | 196 +++++++++++++++++++++
 .../src/app/client/directives/guacMessageDialog.js |  76 --------
 .../src/app/client/styles/client-message.css       |  23 ---
 .../src/app/client/styles/message-dialog.css       | 122 -------------
 .../src/app/client/styles/tiled-client-grid.css    | 134 ++++++++++++++
 .../frontend/src/app/client/templates/client.html  |   5 -
 .../app/client/templates/guacClientMessage.html    |   8 -
 .../app/client/templates/guacClientUserCount.html  |   9 +
 .../app/client/templates/guacMessageDialog.html    |  21 ---
 .../src/app/client/templates/guacTiledClients.html |   7 +-
 .../frontend/src/app/client/types/ManagedClient.js |  78 ++++----
 .../src/app/client/types/ManagedClientMessage.js   |  59 -------
 .../src/images/user-icons/guac-user-white.svg      |   1 +
 .../src/main/frontend/src/translations/en.json     |   7 +-
 17 files changed, 474 insertions(+), 458 deletions(-)