toot/toot
Lexi Winter ec48e8eed8 tui: allow editing toots
Add new [E]dit command to the timeline: opens an existing toot to allow
editing it.  Since this is more or less the same operation as posting a
new toot, extend the StatusComposer view to support this rather than
implementing a new view.

Add a new api method, fetch_status_source(), to implement the
/api/v1/statuses/{id}/source endpoint used to fetch the original post
text.
2024-01-01 14:16:09 +00:00
..
cli tui: allow editing toots 2024-01-01 14:16:09 +00:00
tui tui: allow editing toots 2024-01-01 14:16:09 +00:00
utils Overhaul output to use click 2023-12-05 11:55:09 +01:00
__init__.py Bump version, update changelog 2023-12-28 19:11:28 +01:00
__main__.py Simplify main 2023-12-05 10:45:18 +01:00
api.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
auth.py Migrate auth commands 2023-11-30 20:12:04 +01:00
config.py Use context manager to edit config 2023-12-17 09:42:09 +01:00
entities.py Add featured tag commands 2023-12-13 08:40:02 +01:00
exceptions.py Setup click, migrate read commands 2023-11-28 10:13:05 +01:00
http.py tui: allow editing toots 2024-01-01 14:16:09 +00:00
logging.py Log request exceptions 2023-11-21 16:50:19 +01:00
output.py Drop Pleroma Emoji Reactions 2023-12-26 09:49:08 +01:00
settings.py Remove unused code 2023-12-07 19:11:12 +01:00
typing_compat.py Fix vermin checks 2023-06-26 17:00:38 +02:00
wcstring.py Improve typing in wcwidth module 2023-11-24 09:52:41 +01:00