Commit Graph

5 Commits

Author SHA1 Message Date
St John Karp 52a9cf68cd Fall back to URL for image alt text
If an attacment image has no description, use the URL for the
alt text instead. Having no description was causing image links
not to appear in Lynx.
2018-10-07 17:58:57 -07:00
St John Karp 457da06f22 Switch from hr dividers to list items
Switched from using horizontal rules to divide articles to
making each article a list item. This is invisible to graphical
browsers, but makes identifying posts and reposts much easier
in text browsers.
2018-10-07 17:51:22 -07:00
St John Karp b76a68cd7c Support showing video attachments
Added support for showing video and gifv attachment types.
2018-08-25 10:36:46 -07:00
St John Karp cfaf2009ab Display image attachments as previews
Display image attachments as previews with a link to the original.
2018-08-25 10:16:38 -07:00
St John Karp d95406c407 Hide statuses if they have spoiler text
Hide statuses behind an HTML details element if they have
spoiler text.
2018-08-19 10:30:15 -07:00