Toot-Mastodon-CLI-TUI-clien.../toot/tui
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
..
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 Implement character count indicator when composing 2020-01-03 09:15:11 +01:00
compose.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00
constants.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00
entities.py Fall back to "username" when "display_name" is unset 2020-01-22 08:13:48 +01:00
overlays.py TUI: Implement deleting own status messages 2019-09-04 16:16:16 +02:00
timeline.py Fall back to "username" when "display_name" is unset 2020-01-22 08:13:48 +01:00
utils.py Fix date parsing bug 2019-09-04 08:36:12 +02:00
widgets.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00