Commit Graph

11 Commits

Author SHA1 Message Date
manuelcortez 7c131b6936 keystroke editor: expand available actions and update keymaps
Update translation files / update_catalogs (push) Failing after 29s
2026-01-16 13:59:02 -06:00
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
manuelcortez 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
manuelcortez 582be54dea Added add_alias action to keymaps as undefined 2021-07-13 17:25:48 -05:00
manuelcortez d7132ecaf6 Added 'open in Twitter' for tweets and users 2019-02-19 17:41:34 -06:00
manuelcortez 0bf630d8c0 Added ocr_image to all keymaps 2017-01-21 15:47:58 -06:00
manuelcortez 2778d2e85d Fixed the chicken nugget keymap 2016-03-19 20:58:14 -06:00
manuelcortez 0afba81c71 Update buffers by pressing ctrl+win+shift+u; workaround for dm issues 2015-12-26 09:02:08 -06:00
manuelcortez fa1b8bfde3 Added more keystrokes to the invisible interface 2015-11-03 09:02:19 -06:00
manuelcortez 880c421f3e added check for updates to the invisible interface 2015-11-03 05:25:03 -06:00
manuelcortez eb0cf62a54 A better way to save keymaps 2015-08-10 09:21:51 -05:00