Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tui: allow editing toots #451

Merged
merged 1 commit into from
Jan 2, 2024
Merged

tui: allow editing toots #451

merged 1 commit into from
Jan 2, 2024

Commits on Jan 1, 2024

  1. 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.
    llfw committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    ec48e8e View commit details
    Browse the repository at this point in the history