Skip to content

Only show relevant repositories on explore page #19361

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

Merged
merged 36 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1dc8fde
Only show relevant repositories (part 1)
Apr 9, 2022
89caf08
Show information message to indicate filtered results
Apr 9, 2022
8bff6db
Merge branch 'main' into filter-explore-repo
Apr 9, 2022
254c4c7
Add control logic
Apr 9, 2022
08bb17f
Fix grammar
Apr 9, 2022
2998580
Move inline style to _explore.less
Apr 9, 2022
95b3be9
Correctify comment
Apr 9, 2022
47f7419
Fix linter
Apr 9, 2022
68a2395
Restrict if statement
Apr 9, 2022
7aab29a
Merge branch 'main' into filter-explore-repo
Apr 10, 2022
455b84b
Merge branch 'main' into filter-explore-repo
Apr 12, 2022
aa8223f
Enhance setting naming
Apr 15, 2022
82c6b6e
Merge branch 'main' into filter-explore-repo
Apr 15, 2022
5d5a501
Fix empty topics
Apr 25, 2022
db9d821
Always use filtering logic for recentupdate sort
Apr 25, 2022
5f4279d
Merge branch 'main' into filter-explore-repo
Apr 25, 2022
7b4ba21
Merge branch 'main' into filter-explore-repo
Apr 28, 2022
4fe22ef
Add no_filter to pager
Apr 30, 2022
fbe9744
Merge branch 'main' into filter-explore-repo
Apr 30, 2022
621b4bd
Merge branch 'main' into filter-explore-repo
May 5, 2022
b7d6a4c
Add more checks
May 14, 2022
36f38ae
Merge branch 'main' into filter-explore-repo
May 14, 2022
a502cf7
Merge branch 'main' into filter-explore-repo
May 28, 2022
d11a339
Apply suggestions from code review
Jun 17, 2022
4e406cb
Merge branch 'main' into filter-explore-repo
Jul 4, 2022
bc970ec
Improve wording
Jul 4, 2022
d385200
Fix translation
Jul 4, 2022
838c3e6
Merge branch 'main' into filter-explore-repo
6543 Jul 4, 2022
e8dcc7b
Merge branch 'main' into filter-explore-repo
Jul 6, 2022
5e293b7
Merge branch 'main' into filter-explore-repo
6543 Jul 25, 2022
8c4ff3c
Merge branch 'main' into filter-explore-repo
6543 Aug 9, 2022
5a6dc2d
Merge branch 'main' into filter-explore-repo
Aug 20, 2022
87b9b75
Merge branch 'main' into filter-explore-repo
6543 Aug 22, 2022
259de77
Merge branch 'main' into filter-explore-repo
Aug 22, 2022
93b4d37
Merge branch 'main' into filter-explore-repo
6543 Aug 25, 2022
6c17f9c
Merge branch 'main' into filter-explore-repo
6543 Aug 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move inline style to _explore.less
  • Loading branch information
Gusted committed Apr 9, 2022
commit 29985800a6e47c25c39aa049139a2ba9ba2a26cc
2 changes: 1 addition & 1 deletion templates/explore/repo_search.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</form>
{{if .OnlyShowRelevant}}
<div class="ui blue attached message" style="max-width: 90%; margin-top: 0; border-top: 0">
<div class="ui blue attached message explore-relevancy-note">
<span class="ui tooltip" data-content="{{.i18n.Tr "explore.relevant_repositories_tooltip"}}">{{.i18n.Tr "explore.relevant_repositories" ((printf "%s%s" $.Link "?no_filter=1")|Escape) | Safe}}</span>
</div>
{{end}}
Expand Down
6 changes: 6 additions & 0 deletions web_src/less/_explore.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,9 @@
}
}
}

.ui.explore-relevancy-note {
border-top: 0;
margin-top: 0;
max-width: 90%;
}