1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-29 04:35:54 -04:00
toot/toot/tui
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
..
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
compose.py Add goto hash timeline 2019-09-03 15:40:48 +02:00
constants.py Cleanup palette slightly 2019-09-03 15:40:49 +02:00
entities.py Indicate if status is a reblog in timeline 2019-09-12 10:48:04 +02:00
NOTES.md Add basic timeline switching 2019-09-03 15:40:48 +02:00
overlays.py TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
timeline.py Indicate if status is a reblog in timeline 2019-09-12 10:48:04 +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