aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/search.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Disable search box autofocus on issue/pr pages (#12229)silverwind2020-07-261-1/+1
| | | | | | Various pages like the issue list autofocus their search box which I find rather intrusive because more often than not I don't want to type into the search box, it's distracting if the focus jumps after page load. Disable this behaviour. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Fix search form button overlap (#11840)Cirno the Strongest2020-06-111-5/+3
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Ensure search action button coalesced to adjacent input (#11385)zeripath2020-05-121-1/+1
| | | | | | | | | | | Fomantic-ui's action button syntax requires that the button is the next sibling of the input it is attached to and that they are both children of a div.action. Fix #11375 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* Don't warn users about *every* dirty form (#3707)Gerben2018-03-231-1/+1
| | | | | | | | | | | The choice regarding which forms should or should not trigger a warning is subjective. I tried to be consistent and not warn about forms that: - run an action, rather than edit data: search, send an email. - delete data: a warning about losing data would be confusing Note that forms on sign-in pages were already ignored (using a selector, rather than an explicit class on the form element). Fixes #3698.
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-0/+13