mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #204] Improvements on connection color configuration option #176
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#176
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 @VShawn on GitHub (Feb 19, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/204
Originally assigned to: @VShawn on GitHub.
It seems that the color does not make much benefits to our app.
Is there any people use color as identification markers? If not, I would suggest to remove color mark to get a thinner title bar.
like this
@majkinetor commented on GitHub (Feb 19, 2022):
Yes, color in title bars should be removed as its not very identifiable. I didn't see it at all.
But IMO, we could keep color and perhaps find better way to show it, for example color items/rows in connection list and quick launcher, color blank RDP/whatever window during connection (now black) and/or add separate color column.
So here is the possible list where it could go:
Config background/overlay
Host window border
List view on the side (and similar in quick launcher)
List view row
There could be number of options related to this: border size, border position, if to show it etc.
I believe overlay here is mandatory if possible easy to achieve in WPF (I don't really know) as you can blend color in given percentage with original background.
@VShawn commented on GitHub (Feb 22, 2022):
I‘ve tried the
Host window borderand found it disperse my attention a lot.@majkinetor commented on GitHub (Feb 22, 2022):
That is the point if you want to be alerted you are on Production all the time. This should be an option anyway, and probably off by default. Also, "dispersion" is certainly related to border size and position - for instance thinner border or positioned only on top/bottom might be less distracting and still alerting.
@majkinetor commented on GitHub (Feb 22, 2022):
Check it out in dBeaver, also off by default:
details
In the list
GUI around the table and tab color:
Its settable here and off by default:
Its of tremendous help IMO. I am constantly alerted when on Production database and it screams all the time as it should.
Here is another example in vscode:
details
@VShawn commented on GitHub (Feb 23, 2022):
make something like:
hidden by default
once color is set
@VShawn commented on GitHub (Feb 24, 2022):
close ticket now?
this is not achieved yet.
@VShawn commented on GitHub (Feb 24, 2022):
done : )
@majkinetor commented on GitHub (Feb 24, 2022):
This actually looks great :)