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

Make Issue/PR/projects more compact, misc CSS tweaks #24459

Merged
merged 33 commits into from
May 3, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
19d9288
Various CSS and HTML tweaks
silverwind May 1, 2023
8060169
issue title enhancements
silverwind May 1, 2023
e06acbe
hide 'new issue' button on pull, add margin
silverwind May 1, 2023
3d7d714
edit title enhancements
silverwind May 1, 2023
970429e
move index
silverwind May 1, 2023
50358bb
use small buttons on issue/pr, fix focus and select all
silverwind May 1, 2023
67d2e5e
remove unneeded margin
silverwind May 1, 2023
66a60ff
remove last button right margin
silverwind May 1, 2023
40fce15
fix integration
silverwind May 1, 2023
98f6557
really fix integration
silverwind May 1, 2023
d1ea7f0
style cleanup and mobile improvements
silverwind May 1, 2023
7b8e70d
padding tweak
silverwind May 1, 2023
79ee750
another padding tweak
silverwind May 1, 2023
eb06789
fix integration check
silverwind May 1, 2023
0069481
Merge branch 'main' into csstweaks28
silverwind May 1, 2023
e7c5f6b
Merge branch 'main' into csstweaks28
silverwind May 2, 2023
71014eb
rename to small-menu-items
silverwind May 2, 2023
5a4bc2b
move styles and misc tweaks
silverwind May 2, 2023
f67d75e
label tweaks and more
silverwind May 2, 2023
81a0c0f
fix branch dropdown
wxiaoguang May 3, 2023
c551d02
slight improve for align
wxiaoguang May 3, 2023
6acc168
simplify js
wxiaoguang May 3, 2023
8551bd1
remove unnecessary flex
silverwind May 3, 2023
61976e7
fix margin issue, clean up repo/issue/view.tmpl
silverwind May 3, 2023
2b755a9
move flash into view_title.tmpl
silverwind May 3, 2023
2bcfc5a
fix up commits and files tabs
silverwind May 3, 2023
95d3fea
introduce issue-title-meta, tweak issue-state-label, fix mobile paddi…
silverwind May 3, 2023
72649de
clean up a few styles
silverwind May 3, 2023
2976f3b
move description into wrapper, re-add border-radius
silverwind May 3, 2023
277c6d6
add margin for flash
silverwind May 3, 2023
ae027ce
move flash margin to flash itself
silverwind May 3, 2023
69ae142
Merge branch 'main' into csstweaks28
silverwind May 3, 2023
9a13804
Merge branch 'main' into csstweaks28
GiteaBot May 3, 2023
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 flash into view_title.tmpl
silverwind committed May 3, 2023

Verified

This commit was signed with the committer’s verified signature.
commit 2b755a95d8631b104e74344f7d3a6aff5bcae653
5 changes: 0 additions & 5 deletions templates/repo/issue/view.tmpl
Original file line number Diff line number Diff line change
@@ -2,11 +2,6 @@
<div role="main" aria-label="{{.Title}}" class="page-content repository view issue pull">
{{template "repo/header" .}}
<div class="ui container">
{{if .Flash}}
<div class="sixteen wide column">
{{template "base/alert" .}}
</div>
{{end}}
{{template "repo/issue/view_title" .}}
{{if .Issue.IsPull}}
{{template "repo/pulls/tab_menu" .}}
5 changes: 5 additions & 0 deletions templates/repo/issue/view_title.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{{if .Flash}}
<div class="sixteen wide column">
{{template "base/alert" .}}
</div>
{{end}}
<div class="issue-title-header">
<div class="issue-title" id="issue-title-wrapper">
<h1 class="gt-word-break">