mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
1c675935a7
Summary: Threads can now be opened in separate windows. This can be done via the popout icon next to the print icon, or by double-clicking the thread when in double- pane mode. Note that the single-click action is still fired, which is why double-clicking does not work in single-pane mode. The popout icon changes to a pop-in icon while in the popout window, to allow users to collapse it back into the main window. Test Plan: Tested locally Reviewers: evan, juan Reviewed By: juan Subscribers: sdw Differential Revision: https://phab.nylas.com/D3332
25 lines
519 B
JSON
Executable file
25 lines
519 B
JSON
Executable file
{
|
|
"name": "composer-translate",
|
|
"version": "0.2.0",
|
|
"main": "./lib/main",
|
|
|
|
"isOptional": true,
|
|
|
|
"title": "Translation",
|
|
"description": "Translate your drafts in the composer into other languages using the Yandex Translation API.",
|
|
"icon": "./icon.png",
|
|
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/N1"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
}
|
|
}
|