toot/toot/tui
Daniel Schwarz 85df15f533
Implement actions for Account
Actions: un/follow, un/mute, un/block are invoked synchronously
and the Account overlay window is updated to reflect the changes.
2023-02-20 09:11:36 +01:00
..
NOTES.md Spelling fixes (#215) 2022-11-09 14:24:48 +01:00
__init__.py Initial implementation of a TUI using Urwid 2019-09-03 15:40:42 +02:00
app.py Implement actions for Account 2023-02-20 09:11:36 +01: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
overlays.py Implement actions for Account 2023-02-20 09:11:36 +01:00
poll.py Boosted polls weren't working; this change fixes that. 2023-02-15 10:15:16 -05:00
scroll.py Status detail scrollbar feature 2023-01-19 09:02:35 +01:00
timeline.py Merge pull request #312 from danschwarz/poll3 2023-02-20 09:06:51 +01:00
utils.py Removed unneeded pareenthesis 2023-02-14 22:21:04 -05:00
widgets.py Added styled radio buttons and checkboxes 2023-02-14 22:21:04 -05:00