Mailspring/static/index.less
Halla Moore 9e2f14513e feat(sync-status): Add messaging in other areas when syncing
Summary:
We want users to know that their account is still syncing if they're
looking for a message and end up at the bottom of a thread list.
This diff changes some of the wording around the messaging when
sync isn't complete and also adds a footer at the bottom of the
syncing thread lists. Additionally, we added a "Show Progress"
link that will expand the sync details in the lower left.

Addresses T7354

Test Plan: tested locally

Reviewers: juan, evan, jackie

Reviewed By: jackie

Differential Revision: https://phab.nylas.com/D3551
2017-01-03 13:27:15 -08:00

48 lines
1.4 KiB
Text

@import "variables/ui-variables";
@import "variables/ui-mixins";
@import (css) "font-awesome.min.css";
@import "normalize";
@import "type";
@import "inputs";
@import "buttons";
@import "dropdowns";
@import "workspace";
@import "resizable";
@import "selection";
@import "utilities";
@import "components/menu";
@import "components/switch";
@import "components/tokenizing-text-field";
@import "components/extra";
@import "components/list-tabular";
@import "components/disclosure-triangle";
@import "components/button-dropdown";
@import "components/scroll-region";
@import "components/spinner";
@import "components/generated-form";
@import "components/unsafe";
@import "components/key-commands-region";
@import "components/contenteditable";
@import "components/editable-list";
@import "components/outline-view";
@import "components/fixed-popover";
@import "components/date-picker-popover";
@import "components/modal";
@import "components/date-input";
@import "components/nylas-calendar";
@import "components/empty-list-state";
@import "components/syncing-list-state";
@import "components/date-picker";
@import "components/time-picker";
@import "components/table";
@import "components/editable-table";
@import "components/multiselect-dropdown";
@import "components/tutorial-overlay";
@import "components/toast";
@import "components/undo-toast";
@import "components/attachment-items";
@import "components/search-bar";