-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
ui: Add dividing line between heatmap and feeds in dashboard view #11437
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
Conversation
I think it's necessary to add dividing line between heatmap and feeds in dashboard view, or the first items in feed is too near with heatmap which is not a good view. Signed-off-by: a1012112796 <[email protected]>
why not just move the divider to the start of each of the feeds in templates/user/dashboards/feeds? |
good, I didn't thought it. Thanks for your suggestion. |
@lafriks I wander why move this pr to v1.13? 🤔 |
I think this should already work but there is a bug: gitea/templates/user/dashboard/heatmap.tmpl Lines 7 to 8 in 5cf224a
The divider should be on the outside of the heatmap div. It should be moved there |
@a1012112796 Since v1.12 will be rc1. All non-bug PRs should be moved to v1.13. |
This comment has been minimized.
This comment has been minimized.
I don't think it looks bad putting a divider line below the heatmap and having a completely empty feed seems pretty rare. However if you disable heatmap having the divider line on top of feed looks bad because it comes right after another dividing line in the header and then will always look bad. Also that breaks general behavior of always having the dividing line below the element. |
@mrsdizzie done |
ping LG-TM |
…-gitea#11437) * ui: Add dividing line between heatmap and feeds in dashboard view I think it's necessary to add dividing line between heatmap and feeds in dashboard view, or the first items in feed is too near with heatmap which is not a good view. Signed-off-by: a1012112796 <[email protected]> * Change the implementation method * change style * restart ci Co-authored-by: Lauris BH <[email protected]> Co-authored-by: techknowlogick <[email protected]>
I think it's necessary to add dividing line between heatmap and feeds in dashboard view, or the first items in feed is too near with heatmap which is not a good view.
from:
to: