Toot-Mastodon-CLI-TUI-clien.../toot/tui
Ivan Habunek 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
..
NOTES.md Add basic timeline switching 2019-09-03 15:40:48 +02:00
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Simplify access to reblogged status data 2019-09-22 18:56:03 +02:00
compose.py Include mentions and replied-to account in compose text 2019-09-18 21:42:55 +02:00
constants.py Cleanup palette slightly 2019-09-03 15:40:49 +02:00
entities.py Simplify access to reblogged status data 2019-09-22 18:56:03 +02:00
overlays.py TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
timeline.py Simplify access to reblogged status data 2019-09-22 18:56:03 +02:00
utils.py Fix date parsing bug 2019-09-04 08:36:12 +02:00
widgets.py Add goto hash timeline 2019-09-03 15:40:48 +02:00