1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00
toot/toot/tui
Denis Laxalde 9d3d38552e
Display saved timelines in "goto" menu
We introduce "saved timelines" as a new entry in configuration file. For
now, we only save whether the timeline is local or not. Timeline save is
not implemented yet, only retrieval from config file and display is
handled at the moment. Saved timelines in the goto menu.
2020-05-11 13:20:07 +02:00
..
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Display saved timelines in "goto" menu 2020-05-11 13:20:07 +02:00
compose.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00
constants.py Fix VISIBILITY_OPTIONS 2020-01-26 10:19:24 +01:00
entities.py Fall back to "username" when "display_name" is unset 2020-01-22 08:13:48 +01:00
NOTES.md Add basic timeline switching 2019-09-03 15:40:48 +02:00
overlays.py Display saved timelines in "goto" menu 2020-05-11 13:20:07 +02:00
timeline.py Add an action to display status links and open them 2020-04-15 14:11:31 +02:00
utils.py Add an action to display status links and open them 2020-04-15 14:11:31 +02:00
widgets.py Implement character count indicator when composing 2020-01-03 09:15:11 +01:00