Commit Graph

4 Commits (6c38f371ea3ed98a2ed0534261f5d175c11c628d)

Author SHA1 Message Date
Cirno the Strongest 8770bceafa
Fix search form button overlap ()
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
zeripath aa29f1c2b9
Ensure search action button coalesced to adjacent input ()
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 

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
Gerben 2dc6f15eca Don't warn users about *every* dirty form ()
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 .
Ethan Koenig 833f8b94c2 Search bar for issues/pulls ()