15 lines
416 B
Plaintext
Raw Normal View History

2017-07-13 02:32:36 +02:00
component ProfileStats(stats *utils.UserStats, viewUser *arn.User, user *arn.User, uri string)
ProfileHeader(viewUser, user, uri)
2017-11-03 12:02:13 +01:00
.stats
2017-07-13 02:32:36 +02:00
each pie in stats.PieCharts
2017-07-13 05:47:17 +02:00
.widget.mountable
2017-07-13 02:32:36 +02:00
h3.widget-title
Icon("pie-chart")
span= pie.Title
PieChart(pie.Slices)
2018-04-17 18:29:48 +02:00
.footer.mountable
2017-07-13 05:47:17 +02:00
span= viewUser.Nick + " spent "
2017-07-13 02:32:36 +02:00
span= int(stats.AnimeWatchingTime / time.Hour / 24)
span days watching anime.