15 lines
474 B
Plaintext
Raw Normal View History

2018-11-24 06:57:52 +00:00
//- component ProfileStats(stats *utils.UserStats, viewUser *arn.User, user *arn.User, uri string)
//- ProfileHeader(viewUser, user, uri)
2017-07-13 00:32:36 +00:00
2018-11-24 06:57:52 +00:00
//- .stats
//- each pie in stats.PieCharts
//- .widget.mountable
//- h3.widget-title
//- Icon("pie-chart")
//- span= pie.Title
//- PieChart(pie.Slices)
2019-09-01 07:39:17 +00:00
//- footer.footer.mountable
2018-11-24 06:57:52 +00:00
//- span= viewUser.Nick + " spent "
//- span= int(stats.AnimeWatchingTime / time.Hour / 24)
//- span days watching anime.