summaryrefslogtreecommitdiff
path: root/renderer/renderer.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add profile edit pager2023-10-011-0/+1
|
* Add support for expiring mutesr2022-12-171-0/+1
|
* Refactor duration formattingr2022-05-101-22/+19
|
* Fix custom CSSr2022-05-101-0/+5
|
* Fix duration overflowr2022-03-301-9/+8
| | | | | time.Sub() returns int64 duration in nanoseconds, which can only represent around 290 years.
* Switch to html/templater2022-03-301-5/+8
|
* Add listsr2022-02-111-0/+2
|
* Refactor status filterr2022-01-271-15/+10
|
* Highlight quotesr2022-01-271-0/+4
|
* Add quick replyr2021-09-051-0/+1
|
* Add filtersr2021-01-301-0/+1
|
* Use username as title for mentionsr2020-10-301-1/+1
|
* Fix search query escapingr2020-10-171-2/+0
|
* Update time duration calculationr2020-09-221-4/+4
|
* Update CSSr2020-09-221-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.
* HTML Escape search queriesr2020-05-291-0/+2
|
* Imporve emoji styler2020-05-241-2/+2
| | | | | - Increase emoji size - Add colons to emoji alt text and title
* Cleanup renderer.gor2020-02-231-126/+61
|
* Fix time duration valuer2020-02-191-2/+10
| | | | | - Make sure that duration is not < 0 - Handle nil ExpiresAt time in poll
* Add frame based navigationr2020-02-181-0/+12
|
* Add poll supportr2020-02-091-3/+11
| | | | Currenlty only voting is possible.
* Use vendored dependenciesr2020-02-011-1/+1
|
* Update user pager2020-01-311-12/+0
| | | | | - Use the same page to display status and user list - Add media only status list
* Add user search pager2020-01-301-0/+6
|
* Remove iconsr2020-01-301-42/+0
|
* Refactor everythingr2020-01-281-24/+41
|
* Refactor renderer and templatesr2020-01-141-49/+53
|
* Add dark moder2020-01-121-0/+42
|
* Use readable timestamp for statusesr2020-01-101-0/+5
|
* Add following and followers pager2019-12-291-0/+10
|
* Add settings pager2019-12-271-0/+5
|
* Add search pager2019-12-261-0/+5
|
* Add liked by and retweeted by pager2019-12-261-9/+19
|
* Refector render structsr2019-12-251-12/+12
|
* Add emojis pager2019-12-221-0/+5
|
* Fix css and template issuesr2019-12-221-2/+2
|
* Show content warning in statusr2019-12-211-1/+4
|
* Add about pager2019-12-211-0/+4
|
* Use local url for for mentioned usersr2019-12-211-5/+18
|
* Fix TimeSince calculationr2019-12-201-1/+1
|
* Add user page and follow/unfollow callsr2019-12-201-0/+5
|
* Add notification supportr2019-12-151-0/+5
|
* Initial commitr2019-12-131-0/+112