This is an automated email from the ASF dual-hosted git repository. jmuehlner pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit 83f0f193bd08f328fe43147bbe6787d721628509 Merge: 06374de1a 4ab265af7 Author: James Muehlner <[email protected]> AuthorDate: Thu Apr 4 14:43:39 2024 -0700 GUACAMOLE-1866: Merge new feature allowing users to configure recent connection display. .../frontend/src/app/history/services/guacHistory.js | 11 +++-------- .../src/app/home/controllers/homeController.js | 11 +++++++++++ .../src/app/home/directives/guacRecentConnections.js | 13 ++++++++++++- .../src/main/frontend/src/app/home/styles/home.css | 5 +++++ .../src/app/home/templates/guacRecentConnections.html | 2 +- .../src/main/frontend/src/app/home/templates/home.html | 10 +++++++--- .../src/main/frontend/src/app/index/styles/headers.css | 4 ++-- .../app/settings/directives/guacSettingsPreferences.js | 2 +- .../src/app/settings/services/preferenceService.js | 14 ++++++++++++++ .../app/settings/templates/settingsPreferences.html | 18 ++++++++++++++++++ guacamole/src/main/frontend/src/translations/en.json | 18 +++++++++++------- 11 files changed, 85 insertions(+), 23 deletions(-)
