feat: 🎸 preferred clients section on settings page#3034
Merged
priya-patel04 merged 11 commits intollb/rdp-client-launchfrom Oct 31, 2025
Merged
feat: 🎸 preferred clients section on settings page#3034priya-patel04 merged 11 commits intollb/rdp-client-launchfrom
priya-patel04 merged 11 commits intollb/rdp-client-launchfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
550654c to
1cbed00
Compare
Base automatically changed from
ICU-17876-ui-desktop-ipc-implement-ipc-handlers-to-detect-and-launch-rdp-client-set-user-preferred-client
to
llb/rdp-client-launch
October 27, 2025 21:01
1cbed00 to
d129e23
Compare
hashicc
requested changes
Oct 27, 2025
Collaborator
hashicc
left a comment
There was a problem hiding this comment.
This looks great! Would this work already with a test desktop client build? I can give that a try tomorrow if so.
My feedback is:
- another test (or test assertion in the existing test) to check that the data is responding from the
changeevent - try and assign these known set of values to constants that are exported from the best source module (maybe
ui/desktop/app/services/rdp.js)
ui/desktop/tests/integration/components/settings-card/preferred-clients-test.js
Show resolved
Hide resolved
Collaborator
Author
Yes, we can test with local DC build. |
hashicc
previously approved these changes
Oct 31, 2025
Collaborator
hashicc
left a comment
There was a problem hiding this comment.
🚀 Looks good! Thanks for all the work on this
104a4e6
9f0cf22 to
104a4e6
Compare
DhariniJeeva
approved these changes
Oct 31, 2025
priya-patel04
added a commit
that referenced
this pull request
Nov 3, 2025
* feat: 🎸 preferred clients section on settings page * chore: 🤖 update mock ipc with new handlers * refactor: 💡 moved windows rdp protocol to const * refactor: 💡 moved rdp calls to app route * test: 💍 fixed failings tests * refactor: 💡 addressed comments * fix: 🐛 fixed failing tests * refactor: 💡 add mock rdp service calls to tests * refactor: 💡 addressed comments * test: 💍 add additional tests * refactor: 💡 fixed test failure
DhariniJeeva
pushed a commit
that referenced
this pull request
Nov 4, 2025
* feat: 🎸 preferred clients section on settings page * chore: 🤖 update mock ipc with new handlers * refactor: 💡 moved windows rdp protocol to const * refactor: 💡 moved rdp calls to app route * test: 💍 fixed failings tests * refactor: 💡 addressed comments * fix: 🐛 fixed failing tests * refactor: 💡 add mock rdp service calls to tests * refactor: 💡 addressed comments * test: 💍 add additional tests * refactor: 💡 fixed test failure
DhariniJeeva
pushed a commit
that referenced
this pull request
Nov 10, 2025
* feat: 🎸 preferred clients section on settings page * chore: 🤖 update mock ipc with new handlers * refactor: 💡 moved windows rdp protocol to const * refactor: 💡 moved rdp calls to app route * test: 💍 fixed failings tests * refactor: 💡 addressed comments * fix: 🐛 fixed failing tests * refactor: 💡 add mock rdp service calls to tests * refactor: 💡 addressed comments * test: 💍 add additional tests * refactor: 💡 fixed test failure
DhariniJeeva
pushed a commit
that referenced
this pull request
Nov 12, 2025
* feat: 🎸 preferred clients section on settings page * chore: 🤖 update mock ipc with new handlers * refactor: 💡 moved windows rdp protocol to const * refactor: 💡 moved rdp calls to app route * test: 💍 fixed failings tests * refactor: 💡 addressed comments * fix: 🐛 fixed failing tests * refactor: 💡 add mock rdp service calls to tests * refactor: 💡 addressed comments * test: 💍 add additional tests * refactor: 💡 fixed test failure
DhariniJeeva
pushed a commit
that referenced
this pull request
Nov 17, 2025
* feat: 🎸 preferred clients section on settings page * chore: 🤖 update mock ipc with new handlers * refactor: 💡 moved windows rdp protocol to const * refactor: 💡 moved rdp calls to app route * test: 💍 fixed failings tests * refactor: 💡 addressed comments * fix: 🐛 fixed failing tests * refactor: 💡 add mock rdp service calls to tests * refactor: 💡 addressed comments * test: 💍 add additional tests * refactor: 💡 fixed test failure
DhariniJeeva
pushed a commit
that referenced
this pull request
Nov 19, 2025
* feat: 🎸 preferred clients section on settings page * chore: 🤖 update mock ipc with new handlers * refactor: 💡 moved windows rdp protocol to const * refactor: 💡 moved rdp calls to app route * test: 💍 fixed failings tests * refactor: 💡 addressed comments * fix: 🐛 fixed failing tests * refactor: 💡 add mock rdp service calls to tests * refactor: 💡 addressed comments * test: 💍 add additional tests * refactor: 💡 fixed test failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new Preferred Clients section on Settings Page.
🎟️ Jira ticket
Screenshots (if appropriate)
Mac:
Screen.Recording.2025-10-27.at.12.35.57.PM.mov
None detected:
Screen.Recording.2025-10-28.at.5.24.31.PM.mov
Windows:
Screen.Recording.2025-10-27.at.1.06.55.PM.mov
None detected:
Screen.Recording.2025-10-28.at.6.05.18.PM.mov
How to Test
Checklist
a11y-testslabel to run a11y audit tests if neededPCI review checklist
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.