Commit Graph
4 Commits
Author SHA1 Message Date
wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf a2d7999e93 Insert ui divider directly in templates instead of from inside heatmap vue component (#11508)
* ui: remove the divider between heatmap and feeds in the dashboard view

* this commit reverses 6ccd19ef86

Signed-off-by: surtur <[email protected]>

* add a divider to the default user dashboard view

* another one-line change, this time as a direct complement of
  2bfc71614c to implement a divider of
  sorts (as per 6ccd19ef86 originally)

Signed-off-by: surtur <[email protected]>

* removed the divider in heatmap.tmpl

* the separator is added by partial templates as needed

Signed-off-by: surtur <[email protected]>

* load proper dashboard template code in profile.tmpl

* as discussed in Discord
* includes a divider of its own

Signed-off-by: surtur <[email protected]>
2020-05-19 21:24:14 +01:00
赵智超 6ccd19ef86 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]>
2020-05-19 02:42:43 -04:00
Gary Kim 561e7a9a59 Migrate ActivityHeatmap to Vue SFC (#10953)
* Migrate ActivityHeatmap to Vue SFC

Signed-off-by: Gary Kim <[email protected]>

* Readd vue compiler alias

Signed-off-by: Gary Kim <[email protected]>

* Remove unneeded use of v-html

Signed-off-by: Gary Kim <[email protected]>

Co-authored-by: zeripath <[email protected]>
2020-04-06 09:31:11 +08:00
Lauris BH 81cfe243f9 Add top author stats to activity page (#9615) 2020-01-20 12:07:30 +02:00