Skip to content

Commit 6ccd19e

Browse files
a1012112796lafrikstechknowlogick
authored
ui: Add dividing line between heatmap and feeds in dashboard view (#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]>
1 parent 7b66400 commit 6ccd19e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/components/ActivityHeatmap.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{{ totalContributions }} total contributions in the last 12 months
88
</h4>
99
<calendar-heatmap v-show="!isLoading" :locale="locale" :no-data-text="locale.no_contributions" :tooltip-unit="locale.contributions" :end-date="endDate" :values="values" :range-color="colorRange"/>
10+
<div class="ui divider"></div>
1011
</div>
1112
</template>
1213

0 commit comments

Comments
 (0)