Search input with hotkey #12
Labels
No labels
dependencies
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
State: Abandoned
State: Blocked
State: Completed
State: In progress
State: New
State: On Hold
State: Pending
State: Review needed
State: Waiting for release
Type: Bug
Type: Enhancement
Type: Maintenance
Type: Question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Serraniel/AniwatchPlus#12
Loading…
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?
Additionally to the search link in the navigation there should be an input field for quick search and maybe a hotkey to focus this element.
One idea for hotkey might be
Shift
+F
, as this is easy to remember and does not override the globalCtrl
+Hotkey
for content search.Hovering over the User Navbar Item shows it's dropdown menu on the old position (before adding the quick search item).
Setting the quick search items position to afterbegin avoids this behavior, but moves the quick search item in front of the home item.
Furthermore focusing the quick search item should un-highlight the other items.
Yes, can reproduce the issue with the dropdown. Weird it only affects the last one, the others are fine. Will have a look into it.
The last dropdown is set to
right: 0px
via style. I have no idea why exactly they have done this but changing this toauto
should fix the issue:Probably found out the reason why they do not use
auto
: if it is the last element it will overflow the viewport in some cases when you resize the browser.However this should not be the problem if the search input is placed behind it, as there always will be enough space then.
Using 769px as browser width it does not overflow the viewport, smaller than 769px and the site changes to mobile view.
The changes have been released with https://github.com/Serraniel/AniwatchPlus/releases/tag/0.1.0.0-beta.0