-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[dont merge] branch page some enhancements (-> PRs #7602 #7603 #7604) #7520
Conversation
maybe use a template vor all download butons in future?
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## master #7520 +/- ##
==========================================
- Coverage 41.25% 41.24% -0.02%
==========================================
Files 469 469
Lines 63618 63608 -10
==========================================
- Hits 26246 26234 -12
- Misses 33948 33955 +7
+ Partials 3424 3419 -5
Continue to review full report at Codecov.
|
duplicated protect button. |
That's not from this PR. I added the icon on the left so users without write access can also see if the branch is protected. |
@gary-kim done ... ? |
@gary-kim WIP |
@gary-kim test it now :D |
This comment has been minimized.
This comment has been minimized.
i moved the protect symbol to the delete colum, all symbols are in one row. if this is ok, we should rename the colum header (to actions?) or delete the table header because it isn't very usefull at all |
This comment has been minimized.
This comment has been minimized.
saw this bug too, but thought this sint relatet tho this PR would put it into another one. |
thx @gary-kim Co-Authored-By: Gary Kim <[email protected]>
This comment has been minimized.
This comment has been minimized.
shuld be seperat handel (go-gitea#7530) was first step ... to go-gitea#7454 (duble protection symbole ...)
@@ -92,14 +91,25 @@ | |||
{{end}} | |||
{{end}} | |||
</td> | |||
<td class="right alinged one wide download-column"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo alinged
?
I think the current implementation takes away too much space from the important left-aligned column because having the buttons inside individual fixed columns introduces unnecessary spacing. I'd put all three buttons in the same Then right-align the diffstat and let the leftmost column take the remaining space. |
Oh, and if you want to save even more space, change the pull button to a icon-only button. |
I'll split this pull up into seperate once ! so i can focus on one thing at a time |
splitup is complete |
is part of the issue "branch view some enhancements #7454"