enbas/internal/printer
Dan Anglin 28bf902599
fix: improve how lists are displayed
Improve how ordered and unordered lists are displayed within the
contents of a status by adding indentation when a list item is wrapped.

Changes:

- fix: improve how ordered and unordered lists are displayed in status
  and status list views.
- fix: improve how media attachments are displayed in status list views.
- refactor: move the line wrapping and HTML converting functions from
  utilities to the internal printer package.
- refactor: the convertHTMLToText now (optionally) applies line
  wrapping after conversion.
2024-07-08 22:53:13 +01:00
..
account.go fix: improve how lists are displayed 2024-07-08 22:53:13 +01:00
html.go fix: improve how lists are displayed 2024-07-08 22:53:13 +01:00
instance.go fix: improve how lists are displayed 2024-07-08 22:53:13 +01:00
list.go feat: show user's actions on a status 2024-06-27 09:10:18 +01:00
media_attachment.go feat: view media with external applications 2024-06-22 01:16:24 +01:00
poll.go fix: improve how lists are displayed 2024-07-08 22:53:13 +01:00
printer.go fix: improve how lists are displayed 2024-07-08 22:53:13 +01:00
status.go fix: improve how lists are displayed 2024-07-08 22:53:13 +01:00
version.go fix: add a new internal printer 2024-06-17 18:59:20 +01:00
wrap.go fix: improve how lists are displayed 2024-07-08 22:53:13 +01:00