Block a user
Make mastodon instance configurable
Increase delay between refreshes when page is in background
e3c15be31c
Merge pull request 'Implement issues for v1.1.0' (#20) from v1.1.0 into main
150d86b50c
Add redirect for feed readers checking /feed
cce926866d
Add icons, fix #5
2eed6ab4ea
Add ansible playbook to gitignore
cc180b40f1
Fix relative time display for everything older than 1 day
Implement issues for v1.1.0
Implement issues for v1.1.0
2eed6ab4ea
Add ansible playbook to gitignore
cc180b40f1
Fix relative time display for everything older than 1 day
95e9b8cabf
Fix "load more" button being greyed out falsely
8428f6e70e
Improve loading button animation
20cdd8e688
Animate loading button and new posts arriving
c16bfd9c82
Improved button legibility
Improve "Load More" button
Suggestion for improved design:
button:not(:disabled) {
box-shadow: 2px 2px 1px 0 var(--color-link-visited);
}
button:hover:not(:disabled) {
box-shadow: 4px 4px 3px 0 var(--color-…