Mark Banner
Mark Banner
Due to Conversations replacing the message pane, add-ons that use the `messageDisplayActions` API to add buttons to the message header won't work. To fix this we'd need to somehow expose...
We should investigate using `iframe-resizer-react` for the message iframe resizing. This would hopefully be simpler than the hand-crafted code that we have currently.
First in a series to improve Conversation's theme integration and add support for dark mode. Starting with the options page, since it is already a WebExtension page, I think we...
Similar to #1608 I'd like us to add native theme support to the gallery view. This should help with Dark mode implementation as well. From what I can tell, adding...
I think this is one of the next major things that we need to do, and I'm not totally sure it will be possible. Main Challenges: * We need to...
With the move to WebExtensions, we are not able to provide uninstall routines - the WebExtension may already be shutdown or removed when it is uninstalled. We therefore need a...
In porting the drag and drop code across, I noticed that it is highly dependent on constructs from within Thunderbird. I think for it to work for WebExtensions, we'll need...
The context menu for the message pane only applies to the selected message(s) in the thread pane. Ideally it should apply to the message within the thread that is right-clicked...
One thing that would avoid some of the monkey patching that we do, would be to create a WebExtension API where we could add a column in Thunderbird. We could...
I noticed whilst looking at #1284 that our RTL support is very poor - basically non-existent. We should look at improving this as we have at least Hebrew in RTL.