]> source.dussan.org Git - gitea.git/commit
Use Semantic UI's Search component for user and repo search (#2636)
authorharry <harryzhxu@gmail.com>
Tue, 3 Oct 2017 03:27:48 +0000 (22:27 -0500)
committerLauris BH <lauris@nix.lv>
Tue, 3 Oct 2017 03:27:48 +0000 (06:27 +0300)
commitb3cfa5a77ecca54f873d9c477f052770206b3f55
treed85f7203a5864b359f6694484754107417dafab9
parenta04718a2a6c2cfd46be17572b8220ee14b1bd1ac
Use Semantic UI's Search component for user and repo search (#2636)

* Use search component on org invitation user input.

* Search component for collaboration and members.

* Search component for repo search.

* minCharacters for search input

* Display full_name for user search.

* Fixed missing uid query parameter for repo search.

* Removed unused comment.
public/css/index.css
public/js/index.js
public/less/_repository.less
templates/org/member/invite.tmpl
templates/org/team/members.tmpl
templates/org/team/repositories.tmpl
templates/repo/settings/collaboration.tmpl