Mailspring/internal_packages/system-tray/lib
Ben Gotow 599d8f834f fix(prefs): Move to a sheet rather than a window, use configSchema
Summary:
This diff moves the preferences interface to a sheet in the main window, with the following benefits:
- We can put any sort of React control in it (no ReactRemote)
- It's not strange for the interface to scroll
- Since it can scroll, it's safe to auto-generate preferences for plugins based on their package config schema.

The general tab is now mostly based on the config schema, with the exception of the "Workspace" and "Layout" bits.

The other tabs are still manual, and should be polished more.

Test Plan: No new tests

Reviewers: evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2278
2015-11-23 12:20:51 -08:00
..
main.es6 fix(prefs): Move to a sheet rather than a window, use configSchema 2015-11-23 12:20:51 -08:00
system-tray.es6 refactor(env): new NylasEnv global 2015-11-17 16:41:20 -08:00
tray-store.es6 fix(tray): Retina tray icon with template image for dark menu bar mode 2015-11-17 15:36:52 -08:00