This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
Wrote a simple #bash script that generates a #GitHub-style activity graph for my #stagit server under https://src.jayvii.de
I think it worked out quite nicely. Works quite well both in bright and dark themes :)
In case you want to try it or have suggestions how to improve it, please let me know: https://src.jayvii.de/pub/git_activity
Oh, before I forget: It even works quite nicely on mobile, as the boxes are actually just a Unicode glyph of a black box "U+25A0". So normal text-wrapping works just fine.
Also added some tiny seperator between the individual years with a simple CSS fuzzy match:
/* Add year separators between points */ span[id*="-12"].activitypoint:after { content:"\007C"; }
The result is minor, but I think it still helps!