1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-11 17:13:58 +01:00
Toot-Mastodon-CLI-TUI-clien.../toot/tui
Daniel Schwarz d399eec6f5 Implement [P]oll command to view/vote on poll
Note that this change also switches some key meanings:
E -> X for View E[x]ception
P -> E for Sav[e] Timeline
to accomodate P for [P]oll
2023-02-10 21:48:42 -05:00
..
__init__.py
app.py Add signal and code to invoke poll overlay UI 2023-02-10 21:46:27 -05:00
compose.py Extract code for getting default visibility 2022-12-28 09:19:25 +01:00
constants.py Highlight followed tags 2023-01-02 14:25:30 +01:00
entities.py Add bookmark timeline and bookmarking to tui 2022-12-27 12:15:20 +01:00
NOTES.md Spelling fixes (#215) 2022-11-09 14:24:48 +01:00
overlays.py Extract link helper 2023-02-03 15:03:05 +01:00
poll.py Poll view/vote functionality in an overlay 2023-02-10 21:45:15 -05:00
scroll.py Status detail scrollbar feature 2023-01-19 09:02:35 +01:00
timeline.py Implement [P]oll command to view/vote on poll 2023-02-10 21:48:42 -05:00
utils.py Show relative datetimes in status list 2023-01-29 09:11:03 +01:00
widgets.py