cblgh / cerca

lean forum software
Other
122 stars 18 forks source link

More granular relative time #48

Open alexwennerberg opened 8 months ago

alexwennerberg commented 8 months ago

Right now, timestamps are "today" or a date.

How would you feel about using relative timestamps (x [block]s ago) that on mouseover provide the exact RFC3339 timestamp? Something like this https://git.alexwennerberg.com/flounder/file/utils.go.html#l104

cblgh commented 8 months ago

can you pr it as one of the date formatting template functions? but leave the "today" function behaviour intact for the default templates

for the merveilles forum it's exclusion was a design choice. in general i wanted to see what things would be like if we did away with as many as possible design patterns that focus on fostering addictive consumption and instead focus on making things align along more of a "timeless"/archival design trajectory. it's the long tail, and having discussions over time, that i think forums excel at

alexwennerberg commented 8 months ago

totally understand your philosophy!

here's a PR: https://github.com/cblgh/cerca/pull/50