mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2026-03-02 23:07:02 -05:00
Feature request: Reset button and hotkeys for resetting the filter and returning to My Devices #2073
Labels
No labels
Can't Replicate
Closed
Feedback
Fixed - Please Verify & Close
Low Priority
Plugin's in use
Sponsor required
Stale
bootstrap
bug
docker
docs
duplicate
enhancement
help wanted
important
invalid
question
sponsor found
temporarily fixed
upstream fix needed
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MeshCentral#2073
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 @veitw on GitHub (Feb 16, 2021).
Originally assigned to: @Ylianst on GitHub.
Hi,
we make extensive use of the filter to manage our hundreds of clients and I would love to see a button inside or right of the filter input to reset the filter.
Even more I would appreciate some hotkeys to reset the filter and one to return to the My Devices view (at least if not currently in a terminal or desktop session), e.g. Esc and Ctrl+Esc.
As a PoC for the reset button, I injected
right after the filter search input, as shown here:
I know this is most probably not the way you would implement it and it is not very good looking -- this is just a PoC. ;)
Thanks for the great software and best regards,
// Veit
@Ylianst commented on GitHub (Feb 16, 2021):
Right now, if you press the
ESCkey, it will clear the filter box. I can look at adding a clearing box.@veitw commented on GitHub (Feb 17, 2021):
Oh, actually! I was confident this was not possible yet. Thank you very much and sorry for the confusion.
Have you thought about the idea to add other (global, as long as you do not have an active desktop or terminal session that require keyboard focus) hotkey combinations, such as the suggested Ctrl+Esc to jump back to the My Devices tab (or as a "reset view" hotkey, that also resets filter along with returning to My Devices)?
@Ylianst commented on GitHub (Feb 18, 2021):
Published MeshCentral v0.7.72 with a search clear button when in FireFox. Chrome and Edge already showed such a button since the input box was of "search" type.
Let me know if that works. For other requests, please open a new issue, that way we can track better. Thanks.
@veitw commented on GitHub (Feb 25, 2021):
@Ylianst: Works great, thank you!
Have you thought about implementing a "reset view" feature as mentioned above?
The idea was to have a hotkey combination (e.g. Ctrl+Esc) to jump back to the My Devices tab from anywhere, unless there is an active desktop or terminal sessionwhich requires keyboard focus.
@Ylianst commented on GitHub (Feb 26, 2021):
Not a bad idea. Open a new issue with it and I will look at adding it in.