mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
ed2a5c90d9
Summary: Things still to come: - General tab - Signatures tab (potentially remove and land) Adding emacs things to gitignore Adding progress. iterating on html/css is incredibly painful Added layout for accounts page. Adding layout for appearance page layout for shortcuts preferences page adding layount for notifications menu Adding signatures layout WIP WIP - tab switching, accounts tab WIP ALL THE THINGS Keymap template support (Gmail / outlook, etc.) Test Plan: No tests atm Reviewers: evan Differential Revision: https://phab.nylas.com/D1890
16 lines
285 B
JSON
16 lines
285 B
JSON
{
|
|
"name": "preferences",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Nylas Preferences Window Component",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"windowTypes": {
|
|
"preferences": true
|
|
}
|
|
}
|