mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #170] Parity of connection options between launcher and list #2064
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2064
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @majkinetor on GitHub (Dec 9, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/170
Originally assigned to: @VShawn on GitHub.
Is your enhancement related to a problem? Please describe.
Launcher doesn't have same options as list of connections. Also, now right click button might be more problematic then before. as it can't show popup menu
Describe the solution you'd like
Not sure. Will think about it and edit later.
@VShawn commented on GitHub (Dec 9, 2021):
I am sorry, i didn’t get you.
And what do you mean
as it can't show popup menu?@VShawn commented on GitHub (Dec 9, 2021):
ahhh I see, you mean here has no connection button.
related issue:
there are 2 connection buttons relate to a same runner when you have no custom runner.
@majkinetor commented on GitHub (Dec 9, 2021):
Yeah, that. But not only that, whatever in future ends up on one place should be possible in other (currently copy XXX to clipboard is also missing) and there are some stuff missing on launcher (delete being one of them).
@VShawn commented on GitHub (Dec 10, 2021):
it is been designed, I managed to separate launcher and list view: the task of launcher is quick operation while the list view is for full functional management.
then I try to offer a non-management launcher to our user. That's why launcher does not have a delete button and right click on list will go to edit page.
@majkinetor commented on GitHub (Dec 10, 2021):
OK, so minimal stuff to do here is to modify hamburger menu of the current row to add additional options. All forms of connect, copy to clipboard, delete. Multiselect with footer of actions could then stay as is.