1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-11 09:03:57 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot/tui
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
..
__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 Make "view" action work for reblogged statuses 2019-09-06 16:01: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 Make "view" action work for reblogged statuses 2019-09-06 16:01: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