summaryrefslogtreecommitdiff
path: root/renderer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for expiring mutesr2022-12-172-0/+6
|
* 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-112-0/+15
|
* Refactor status filterr2022-01-271-15/+10
|
* Highlight quotesr2022-01-271-0/+4
|
* Add quick replyr2021-09-052-0/+8
|
* Add option for user CSSr2021-04-031-0/+1
|
* Update error pager2021-04-031-1/+3
| | | | | - Add retry button for GET requests - Only show signin button when it's a session error
* Refactorr2021-03-281-6/+6
|
* Add filtersr2021-01-302-0/+6
|
* Add remote timeliner2021-01-231-0/+2
|
* Make redirection work without Referer headerr2021-01-171-0/+1
|
* Add notification interval settingr2020-11-141-6/+6
| | | | It replaces the "Auto refresh notifications" checkbox
* Use username as title for mentionsr2020-10-301-1/+1
|
* Add setting for default formatr2020-10-191-1/+2
|
* 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.
* Fix issues related to AntiDopamine moder2020-09-031-7/+7
| | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
* Add the Anti Dopamine featureHyphen2020-09-031-0/+1
|
* 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
* Add option to hide attachmentsr2020-04-251-6/+7
|
* Add notification count in page titler2020-02-261-0/+1
|
* Cleanup renderer.gor2020-02-231-126/+61
|
* Use <base> element to set targetr2020-02-231-0/+1
|
* 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-182-28/+30
|
* Add poll supportr2020-02-091-3/+11
| | | | Currenlty only voting is possible.
* Remove account relationship buttons for logged in user's pager2020-02-081-6/+16
|
* Add status deletionr2020-02-021-0/+1
|
* Use vendored dependenciesr2020-02-012-2/+2
|
* Update user pager2020-01-312-24/+2
| | | | | - Use the same page to display status and user list - Add media only status list
* Add user search pager2020-01-302-0/+14
|
* Remove iconsr2020-01-301-42/+0
|
* Refactor everythingr2020-01-282-33/+41
|
* Add CSRF protectionr2020-01-261-0/+2
|
* Refactor renderer and templatesr2020-01-142-51/+60
|
* Add dark moder2020-01-122-0/+45
|
* Use readable timestamp for statusesr2020-01-101-0/+5
|
* Add fluoride moder2020-01-081-0/+1
|
* Rename package to bloatr2020-01-011-3/+3
|
* Add following and followers pager2019-12-292-0/+24
|
* Add settings pager2019-12-272-5/+15
|
* Add search pager2019-12-262-11/+26
|
* Add liked by and retweeted by pager2019-12-262-10/+47
|
* Update header template and add option for custom cssr2019-12-251-6/+17
|