Commit graph

15 commits

Author SHA1 Message Date
c3bf0f3bb0
Enable toggling translation 2022-12-11 22:51:32 +01:00
Denis Laxalde
690a91ce04 Fall back to "username" when "display_name" is unset
We add a "username" field to Author entity, this is then used when
displaying the "reblogged by" information when respective account has no
display name.
2020-01-22 08:13:48 +01:00
35e03a13b1 Simplify access to reblogged status data
Adds two properties to `Status` entity:
* `reblog` - contains the reblogged Status or None if not a reblog
* `original`- contains the reblogged Status or self if not a reblog

Anywhere where you wish to show a reblogged status's property when it's
a reblog, or the base status proprety if not a reblog, use
`status.original.<property>`.
2019-09-22 18:56:03 +02:00
Denis Laxalde
9623219959 Include mentions and replied-to account in compose text
We add a "mentions" attribute to Status. Then when composing a reply, we
fill the edit text of the compose box with the account name of status
being replied to and possibly include mentions at the bottom of the edit
text. Initial cursor position is set after replied account name.
2019-09-18 21:42:55 +02:00
Denis Laxalde
a8774fc9ea Indicate if status is a reblog in timeline
This is different from the "reblogged" yellow icon already displayed on
the left of account name which indicates if own status got reblogged.
This one indicates if displayed status is a reblog.
2019-09-12 10:48:04 +02:00
Denis Laxalde
e06478a798 Use original account information for reblogged statuses
Otherwise, we get the account name of reblogger in the timeline.
2019-09-12 10:48:04 +02:00
Denis Laxalde
9d0d1b2dd7
Make "view" action work for reblogged statuses
When the status is a reblog, the URL of the original toot should be used
as the one of reblog is null.

We add a "url" attribute to Status class storing computed URL.
2019-09-06 16:01:04 +02:00
1d3ff87ffa
TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
Denis Laxalde
efbaf9e706
Indicate if status is a reply in timeline of TUI 2019-09-03 15:40:50 +02:00
1dce948166
Show content warning in status details 2019-09-03 15:40:47 +02:00
871e2bc960
Render polls 2019-09-03 15:40:45 +02:00
372976b1b2
Overhaul async actions, implement boost and reblog 2019-09-03 15:40:43 +02:00
7da2e2dbbc
Handle reblogs 2019-09-03 15:40:43 +02:00
c99999161d
Render status details 2019-09-03 15:40:42 +02:00
ea1ef6f207
Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00