Commit Graph

14 Commits

Author SHA1 Message Date
Claude
977de1332a Implement post editing functionality for Mastodon
Add ability to edit posts in Mastodon with full support for:
- Editing post text and content warnings
- Re-uploading or keeping existing media attachments
- Editing poll options (for posts with polls)
- Modifying visibility and language settings
- All features available through web interface

Changes:
- Add edit_post() method in Mastodon session to handle API calls
- Create editPost dialog class that loads existing post data
- Add edit_status() method to buffer controllers
- Add Edit menu item to base and notification menus
- Register edit_post action in all keymaps (no default key assigned)
- Add edit_post() action handler in main controller

The edit option is only enabled for the user's own posts (not boosts).
Users can access the feature through the context menu or by assigning
a keyboard shortcut in the keymap editor.
2025-11-06 14:37:12 +00:00
d56c8b4372 Renamed showUserProfile to user_details to keep compatibility with invisible interface and naming pattern of functions 2023-10-10 17:43:31 -06:00
582be54dea Added add_alias action to keymaps as undefined 2021-07-13 17:25:48 -05:00
d7132ecaf6 Added 'open in Twitter' for tweets and users 2019-02-19 17:41:34 -06:00
0bf630d8c0 Added ocr_image to all keymaps 2017-01-21 15:47:58 -06:00
0afba81c71 Update buffers by pressing ctrl+win+shift+u; workaround for dm issues 2015-12-26 09:02:08 -06:00
fa1b8bfde3 Added more keystrokes to the invisible interface 2015-11-03 09:02:19 -06:00
880c421f3e added check for updates to the invisible interface 2015-11-03 05:25:03 -06:00
eb0cf62a54 A better way to save keymaps 2015-08-10 09:21:51 -05:00
cd0977798c Fixed #57 2015-07-03 17:23:25 -05:00
Bill Dengler
258bcff53e Fix keymaps. 2015-06-24 14:07:13 -07:00
f09ff43672 A couple of bugfixes 2015-06-04 17:15:03 -05:00
Bill Dengler
bb27c08424 #43: Fix keymap conflict. 2015-05-16 19:08:13 -04:00
Bill Dengler
c67e8d041b Closed #43. 2015-05-16 17:36:43 -04:00