mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
76cb33b3f6
Summary: Package names must match directory names Not going to use new Swithc component, but might as well be part of component kit Move APMWrapper into core so it can be used from anywhere Move manual package install coe to package-manager Gray out window titles when in the background Do not allow multiple onboarding windows at the same time Finalize styling f initial-prefs and initial-packages, make it work (only github package atm) Other nits Change the welcome copy: - Call it easy to extend vs easy to use - Remove the subtitle from the first screen which doesn't really fit - Make the second page emphasize that its created /for/ developers and easy to extend with Javascript. - Explain what the sync engine is rather than saying it's "faster and more extensible" (??) Test Plan: Run tests Reviewers: evan, dillon Reviewed By: evan Maniphest Tasks: T3346 Differential Revision: https://phab.nylas.com/D2079
26 lines
628 B
Text
26 lines
628 B
Text
@import "variables/ui-variables";
|
|
@import "variables/ui-mixins";
|
|
|
|
@import (css) "font-awesome.min.css";
|
|
|
|
@import "normalize";
|
|
|
|
@import "type";
|
|
@import "inputs";
|
|
@import "buttons";
|
|
@import "workspace";
|
|
@import "resizable";
|
|
@import "selection";
|
|
@import "utilities";
|
|
|
|
@import "components/popover";
|
|
@import "components/menu";
|
|
@import "components/switch";
|
|
@import "components/tokenizing-text-field";
|
|
@import "components/extra";
|
|
@import "components/list-tabular";
|
|
@import "components/button-dropdown";
|
|
@import "components/scroll-region";
|
|
@import "components/spinner";
|
|
@import "components/generated-form";
|
|
@import "components/unsafe";
|