summaryrefslogtreecommitdiff
path: root/renderer/renderer.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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