Commit Graph

3 Commits (50a97272b9ccc40d61123516664eabe17df258f5)

Author SHA1 Message Date
赵智超 6ccd19ef86
ui: Add dividing line between heatmap and feeds in dashboard view ()
* 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 <1012112796@qq.com>

* Change the implementation method

* change style

* restart ci

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Gary Kim 561e7a9a59
Migrate ActivityHeatmap to Vue SFC ()
* Migrate ActivityHeatmap to Vue SFC

Signed-off-by: Gary Kim <gary@garykim.dev>

* Readd vue compiler alias

Signed-off-by: Gary Kim <gary@garykim.dev>

* Remove unneeded use of v-html

Signed-off-by: Gary Kim <gary@garykim.dev>

Co-authored-by: zeripath <art27@cantab.net>
Lauris BH 81cfe243f9
Add top author stats to activity page ()