@jeffalo I know this is poorly designed but I think it’d be really cool to see a user’s all time stats like total likes and how many people in total reposted all their posts. I also don’t know if the positioning is good but if you want to implement this idea here’s a cool refrence image:

comments (single view)

calculating those stats might be really intensive.

(each love/repost is stored with the post id they’re for, not the user, meaning i would have to do a bunch of database queries to find the count of loves and reposts)

ohhh, alright

View all comments