summaryrefslogtreecommitdiff
path: root/renderer/renderer.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-17Show quoted postsr1-0/+12
2023-12-28Update the default themer1-1/+1
This uses better color contrast and component spacing to improve legibility. The updated HTML also has better compatibility with browsers with limited/no CSS support.
2023-10-01Add profile edit pager1-0/+1
2022-12-17Add support for expiring mutesr1-0/+1
2022-05-10Refactor duration formattingr1-22/+19
2022-05-10Fix custom CSSr1-0/+5
2022-03-30Fix duration overflowr1-9/+8
time.Sub() returns int64 duration in nanoseconds, which can only represent around 290 years.
2022-03-30Switch to html/templater1-5/+8
2022-02-11Add listsr1-0/+2
2022-01-27Refactor status filterr1-15/+10
2022-01-27Highlight quotesr1-0/+4
2021-09-05Add quick replyr1-0/+1
2021-01-30Add filtersr1-0/+1
2020-10-30Use username as title for mentionsr1-1/+1
2020-10-17Fix search query escapingr1-2/+0
2020-09-22Update time duration calculationr1-4/+4
2020-09-22Update CSSr1-2/+2
Now it's mostly CSS 2.1 compliant. All the images now use the height attribute to limit the size on browsers that don't support CSS.
2020-05-29HTML Escape search queriesr1-0/+2
2020-05-24Imporve emoji styler1-2/+2
- Increase emoji size - Add colons to emoji alt text and title
2020-02-23Cleanup renderer.gor1-126/+61
2020-02-19Fix time duration valuer1-2/+10
- Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll
2020-02-18Add frame based navigationr1-0/+12
2020-02-09Add poll supportr1-3/+11
Currenlty only voting is possible.
2020-02-01Use vendored dependenciesr1-1/+1
2020-01-31Update user pager1-12/+0
- Use the same page to display status and user list - Add media only status list
2020-01-30Add user search pager1-0/+6
2020-01-30Remove iconsr1-42/+0
2020-01-28Refactor everythingr1-24/+41
2020-01-14Refactor renderer and templatesr1-49/+53
2020-01-12Add dark moder1-0/+42
2020-01-10Use readable timestamp for statusesr1-0/+5
2019-12-29Add following and followers pager1-0/+10
2019-12-27Add settings pager1-0/+5
2019-12-26Add search pager1-0/+5
2019-12-26Add liked by and retweeted by pager1-9/+19
2019-12-25Refector render structsr1-12/+12
2019-12-22Add emojis pager1-0/+5
2019-12-22Fix css and template issuesr1-2/+2
2019-12-21Show content warning in statusr1-1/+4
2019-12-21Add about pager1-0/+4
2019-12-21Use local url for for mentioned usersr1-5/+18
2019-12-20Fix TimeSince calculationr1-1/+1
2019-12-20Add user page and follow/unfollow callsr1-0/+5
2019-12-15Add notification supportr1-0/+5