Skip to content
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

GitHub like repo home page #32213

Merged
merged 56 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
83fe8c9
wip
yp05327 Oct 8, 2024
e28398b
fix cite button
yp05327 Oct 8, 2024
ca47b74
fix
yp05327 Oct 8, 2024
4265297
fix
yp05327 Oct 8, 2024
f217245
simpify mobile view
yp05327 Oct 8, 2024
1bf3f66
Merge branch 'main' into github-like-repo-home-page
yp05327 Oct 8, 2024
3652576
improve
yp05327 Oct 8, 2024
4018f54
fix lint
yp05327 Oct 8, 2024
69ab709
fix lint
yp05327 Oct 8, 2024
c2c9a1e
improve
yp05327 Oct 21, 2024
c4b2b95
fix lint
yp05327 Oct 21, 2024
156fdec
fix
yp05327 Oct 21, 2024
69f8601
Merge branch 'main' into github-like-repo-home-page
yp05327 Oct 21, 2024
72d2bbe
fix edit topic
yp05327 Oct 21, 2024
cbb7426
Merge branch 'main' into github-like-repo-home-page
yp05327 Nov 7, 2024
56dd034
add changes from #32383 #32409
yp05327 Nov 7, 2024
16bf69c
Add 'Copy path' button to file view #32584
yp05327 Nov 27, 2024
0dd7935
Fix issues with inconsistent spacing in areas #32607
yp05327 Nov 27, 2024
ba6bd51
Merge branch 'main' into github-like-repo-home-page
yp05327 Nov 28, 2024
176c90d
fix
yp05327 Nov 28, 2024
2e3c4d3
fix ts type issues
yp05327 Nov 28, 2024
4e2480b
Remove jQuery import from some files #32512
yp05327 Nov 28, 2024
3cc6973
follow hiifong's suggestion
yp05327 Nov 28, 2024
eb65b87
fix lint
yp05327 Nov 28, 2024
1597ba5
Merge branch 'main' into github-like-repo-home-page
yp05327 Nov 28, 2024
4455935
fix files table width
yp05327 Dec 3, 2024
d90d552
Merge branch 'main' into github-like-repo-home-page
yp05327 Dec 3, 2024
3720d0e
fix branch-selector-dropdown width
yp05327 Dec 3, 2024
ac44d90
fix lint
yp05327 Dec 3, 2024
c562e11
fix topic overflow bug
yp05327 Dec 3, 2024
5c0e899
fix label word break
yp05327 Dec 3, 2024
536ec4a
move to home.css
yp05327 Dec 4, 2024
d11bf78
add release unit enable check
yp05327 Dec 4, 2024
f651272
simplify the condition
yp05327 Dec 5, 2024
67026e1
simplify the condiftion
yp05327 Dec 5, 2024
4373ad1
remove jQuery
yp05327 Dec 5, 2024
0a2d81c
fix
yp05327 Dec 5, 2024
156a195
Update web_src/js/features/citation.ts
wxiaoguang Dec 5, 2024
db453b5
Update web_src/js/features/citation.ts
wxiaoguang Dec 5, 2024
be1875e
Update web_src/js/features/citation.ts
wxiaoguang Dec 5, 2024
8a865de
remvoe unnecessary code
yp05327 Dec 5, 2024
a4b0b0e
improve
yp05327 Dec 5, 2024
5dbb110
convert into one line
yp05327 Dec 6, 2024
20cf941
improve
yp05327 Dec 6, 2024
e67c4c1
improve
yp05327 Dec 6, 2024
15a1600
fix lint
yp05327 Dec 6, 2024
16d77d8
fix lint
yp05327 Dec 6, 2024
c261174
Merge branch 'main' into github-like-repo-home-page
wxiaoguang Dec 6, 2024
b83d4d0
fix layout
wxiaoguang Dec 6, 2024
2aa1b19
the code SHOULD and MUST match
wxiaoguang Dec 6, 2024
0538c5a
temp fix
wxiaoguang Dec 6, 2024
ca5bfa6
refactor
wxiaoguang Dec 6, 2024
680aee4
remove dead code and fix lint
wxiaoguang Dec 6, 2024
b9e5dcc
change tooltips to title
yp05327 Dec 6, 2024
a6f2570
Merge branch 'main' into github-like-repo-home-page
wxiaoguang Dec 6, 2024
6412de6
fix layout
wxiaoguang Dec 6, 2024
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
fix
yp05327 committed Oct 21, 2024
commit 156fdec89953e55e62d8f214d581cc912e555bb7
4 changes: 2 additions & 2 deletions templates/repo/home.tmpl
Original file line number Diff line number Diff line change
@@ -21,10 +21,10 @@
{{$isHomepage := (eq $n 0)}}

{{if $isHomepage}}
<div class="mobile">
<div class="only-mobile">
{{template "repo/home_search_code" .}}
</div>
<div class="flex-list mobile">
<div class="flex-list only-mobile">
{{template "repo/home_share_sidebar" .}}
</div>
{{end}}