-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Unify search boxes #29530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify search boxes #29530
Changes from 30 commits
9fc1cee
3420d76
cbf68b6
0827d70
68737d1
64d0b72
d647d6a
11dca6e
f57d864
74e70b7
d9b35e3
142ff7c
732b74e
e04497d
94208c1
5774a2c
33f0bab
7525ce0
f1d15fa
788ac65
a7b955f
1dfadb6
dd14dc4
c1dcf7f
8c2d0e4
22124c4
0539de3
e222490
40a58c6
b67c1f5
655fcdd
948a98d
75afa66
f49e69d
3d2d213
ea418f3
8aaa5ca
2372dc3
0601976
d5a1c84
329c2f4
91f7e35
b64a6e9
d17d86e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -155,6 +155,30 @@ filter.not_template = Not Template | |||||
filter.public = Public | ||||||
filter.private = Private | ||||||
|
||||||
[search] | ||||||
search = Search | ||||||
type_tooltip = Search type | ||||||
fuzzy = Fuzzy | ||||||
fuzzy_tooltip = Include results that also match the search term closely | ||||||
match = Match | ||||||
match_tooltip = Include only results that match the exact search term | ||||||
repo_kind = Search repos... | ||||||
repo_no_results = No matching repositories found. | ||||||
user_kind = Search users... | ||||||
user_no_results = No matching users found. | ||||||
org_kind = Search orgs... | ||||||
org_no_results = No matching organizations found. | ||||||
team_kind = Search teams... | ||||||
code_kind = Search code... | ||||||
code_no_results = No matching source code found. | ||||||
code_search_unavailable = Code search is currently not available. Please contact your site administrator. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
package_kind = Search packages... | ||||||
project_kind = Search projects... | ||||||
branch_kind = Search branches... | ||||||
commit_kind = Search commits... | ||||||
runner_kind = Search runners... | ||||||
keyword_search_unavailable = Searching by keyword is currently not available. Please contact your site administrator. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
[aria] | ||||||
navbar = Navigation Bar | ||||||
footer = Footer | ||||||
|
@@ -330,7 +354,6 @@ collaborative_repos = Collaborative Repositories | |||||
my_orgs = My Organizations | ||||||
my_mirrors = My Mirrors | ||||||
view_home = View %s | ||||||
search_repos = Find a repository… | ||||||
filter = Other Filters | ||||||
filter_by_team_repositories = Filter by team repositories | ||||||
feed_of = Feed of "%s" | ||||||
|
@@ -351,20 +374,8 @@ issues.in_your_repos = In your repositories | |||||
repos = Repositories | ||||||
users = Users | ||||||
organizations = Organizations | ||||||
search = Search | ||||||
go_to = Go to | ||||||
code = Code | ||||||
search.type.tooltip = Search type | ||||||
search.fuzzy = Fuzzy | ||||||
search.fuzzy.tooltip = Include results that also matches the search term closely | ||||||
search.match = Match | ||||||
search.match.tooltip = Include only results that matches the exact search term | ||||||
code_search_unavailable = Currently code search is not available. Please contact your site administrator. | ||||||
repo_no_results = No matching repositories found. | ||||||
user_no_results = No matching users found. | ||||||
org_no_results = No matching organizations found. | ||||||
code_no_results = No source code matching your search term found. | ||||||
code_search_results = Search results for "%s" | ||||||
code_last_indexed_at = Last indexed %s | ||||||
relevant_repositories_tooltip = Repositories that are forks or that have no topic, no icon, and no description are hidden. | ||||||
relevant_repositories = Only relevant repositories are being shown, <a href="%s">show unfiltered results</a>. | ||||||
|
@@ -1324,9 +1335,8 @@ commits.desc = Browse source code change history. | |||||
commits.commits = Commits | ||||||
commits.no_commits = No commits in common. "%s" and "%s" have entirely different histories. | ||||||
commits.nothing_to_compare = These branches are equal. | ||||||
commits.search = Search commits… | ||||||
commits.search.tooltip = You can prefix keywords with "author:", "committer:", "after:", or "before:", e.g. "revert author:Alice before:2019-01-13". | ||||||
commits.find = Search | ||||||
commits.search_branch = This Branch | ||||||
commits.search_all = All Branches | ||||||
commits.author = Author | ||||||
commits.message = Message | ||||||
|
@@ -1502,7 +1512,6 @@ issues.filter_sort.moststars = Most stars | |||||
issues.filter_sort.feweststars = Fewest stars | ||||||
issues.filter_sort.mostforks = Most forks | ||||||
issues.filter_sort.fewestforks = Fewest forks | ||||||
issues.keyword_search_unavailable = Searching by keyword is currently not available. Please contact your site administrator. | ||||||
issues.action_open = Open | ||||||
issues.action_close = Close | ||||||
issues.action_label = Label | ||||||
|
@@ -2035,17 +2044,6 @@ contributors.contribution_type.commits = Commits | |||||
contributors.contribution_type.additions = Additions | ||||||
contributors.contribution_type.deletions = Deletions | ||||||
|
||||||
search = Search | ||||||
search.search_repo = Search repository | ||||||
search.type.tooltip = Search type | ||||||
search.fuzzy = Fuzzy | ||||||
search.fuzzy.tooltip = Include results that also matches the search term closely | ||||||
search.match = Match | ||||||
search.match.tooltip = Include only results that matches the exact search term | ||||||
search.results = Search results for "%s" in <a href="%s">%s</a> | ||||||
search.code_no_results = No source code matching your search term found. | ||||||
search.code_search_unavailable = Currently code search is not available. Please contact your site administrator. | ||||||
denyskon marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
settings = Settings | ||||||
settings.desc = Settings is where you can manage the settings for the repository | ||||||
settings.options = Repository | ||||||
|
@@ -2206,15 +2204,13 @@ settings.delete_collaborator = Remove | |||||
settings.collaborator_deletion = Remove Collaborator | ||||||
settings.collaborator_deletion_desc = Removing a collaborator will revoke their access to this repository. Continue? | ||||||
settings.remove_collaborator_success = The collaborator has been removed. | ||||||
settings.search_user_placeholder = Search user… | ||||||
settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator. | ||||||
settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner | ||||||
settings.team_not_in_organization = The team is not in the same organization as the repository | ||||||
settings.teams = Teams | ||||||
settings.add_team = Add Team | ||||||
settings.add_team_duplicate = Team already has the repository | ||||||
settings.add_team_success = The team now have access to the repository. | ||||||
settings.search_team = Search Team… | ||||||
settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository | ||||||
settings.delete_team_tip = This team has access to all repositories and can't be removed | ||||||
settings.remove_team_success = The team's access to the repository has been removed. | ||||||
|
@@ -2367,9 +2363,7 @@ settings.protect_whitelist_committers = Whitelist Restricted Push | |||||
settings.protect_whitelist_committers_desc = Only whitelisted users or teams will be allowed to push to this branch (but not force push). | ||||||
settings.protect_whitelist_deploy_keys = Whitelist deploy keys with write access to push. | ||||||
settings.protect_whitelist_users = Whitelisted users for pushing: | ||||||
settings.protect_whitelist_search_users = Search users… | ||||||
settings.protect_whitelist_teams = Whitelisted teams for pushing: | ||||||
settings.protect_whitelist_search_teams = Search teams… | ||||||
settings.protect_merge_whitelist_committers = Enable Merge Whitelist | ||||||
settings.protect_merge_whitelist_committers_desc = Allow only whitelisted users or teams to merge pull requests into this branch. | ||||||
settings.protect_merge_whitelist_users = Whitelisted users for merging: | ||||||
|
@@ -2614,7 +2608,6 @@ branch.default_deletion_failed = Branch "%s" is the default branch. It cannot be | |||||
branch.restore = Restore Branch "%s" | ||||||
branch.download = Download Branch "%s" | ||||||
branch.rename = Rename Branch "%s" | ||||||
branch.search = Search Branch | ||||||
branch.included_desc = This branch is part of the default branch | ||||||
branch.included = Included | ||||||
branch.create_new_branch = Create branch from branch: | ||||||
|
@@ -2760,7 +2753,6 @@ teams.write_permission_desc = This team grants <strong>Write</strong> access: me | |||||
teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories. | ||||||
teams.create_repo_permission_desc = Additionally, this team grants <strong>Create repository</strong> permission: members can create new repositories in organization. | ||||||
teams.repositories = Team Repositories | ||||||
teams.search_repo_placeholder = Search repository… | ||||||
teams.remove_all_repos_title = Remove all team repositories | ||||||
teams.remove_all_repos_desc = This will remove all repositories from the team. | ||||||
teams.add_all_repos_title = Add all repositories | ||||||
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,26 @@ | |
</div> | ||
</h4> | ||
<div class="ui attached segment"> | ||
{{template "admin/base/search" .}} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did you delete that template? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can answer your question. That's caused by an over-abstraction in old days. At that time, |
||
<div class="ui secondary filter menu gt-ac gt-mx-0"> | ||
<form class="ui form ignore-dirty gt-f1"> | ||
{{template "shared/search/combo" dict "Value" .Keyword "Placeholder" (ctx.Locale.Tr "search.org_kind")}} | ||
</form> | ||
<!-- Sort --> | ||
<div class="ui dropdown type jump item gt-mr-0"> | ||
<span class="text"> | ||
{{ctx.Locale.Tr "repo.issues.filter_sort"}} | ||
</span> | ||
{{svg "octicon-triangle-down" 14 "dropdown icon"}} | ||
<div class="menu"> | ||
<a class="{{if or (eq .SortType "oldest") (not .SortType)}}active {{end}}item" href="{{$.Link}}?sort=oldest&q={{$.Keyword}}">{{ctx.Locale.Tr "repo.issues.filter_sort.oldest"}}</a> | ||
<a class="{{if eq .SortType "newest"}}active {{end}}item" href="{{$.Link}}?sort=newest&q={{$.Keyword}}">{{ctx.Locale.Tr "repo.issues.filter_sort.latest"}}</a> | ||
<a class="{{if eq .SortType "alphabetically"}}active {{end}}item" href="{{$.Link}}?sort=alphabetically&q={{$.Keyword}}">{{ctx.Locale.Tr "repo.issues.label.filter_sort.alphabetically"}}</a> | ||
<a class="{{if eq .SortType "reversealphabetically"}}active {{end}}item" href="{{$.Link}}?sort=reversealphabetically&q={{$.Keyword}}">{{ctx.Locale.Tr "repo.issues.label.filter_sort.reverse_alphabetically"}}</a> | ||
<a class="{{if eq .SortType "recentupdate"}}active {{end}}item" href="{{$.Link}}?sort=recentupdate&q={{$.Keyword}}">{{ctx.Locale.Tr "repo.issues.filter_sort.recentupdate"}}</a> | ||
<a class="{{if eq .SortType "leastupdate"}}active {{end}}item" href="{{$.Link}}?sort=leastupdate&q={{$.Keyword}}">{{ctx.Locale.Tr "repo.issues.filter_sort.leastupdate"}}</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="ui attached table segment"> | ||
<table class="ui very basic striped table unstackable"> | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.