55c6de23ba
This changes the attachment saveFile() function in translators to be async. In order for errors to be properly caught, translators will need to be changed to make doExport() async and await on saveFile() calls. (The translation architecture theoretically already allows doExport() to be async.)
37 lines
954 B
SCSS
37 lines
954 B
SCSS
//
|
|
// Zotero React Client
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Abstracts
|
|
// --------------------------------------------------
|
|
|
|
@import "abstracts/variables";
|
|
@import "abstracts/functions";
|
|
@import "abstracts/mixins";
|
|
@import "abstracts/placeholders";
|
|
@import "abstracts/utilities";
|
|
@import "abstracts/split-button";
|
|
|
|
// Theme
|
|
// --------------------------------------------------
|
|
|
|
@import "themes/light";
|
|
|
|
// Components
|
|
// --------------------------------------------------
|
|
|
|
@import "components/autosuggest";
|
|
@import "components/button";
|
|
@import "components/createParent";
|
|
@import "components/editable";
|
|
@import "components/exportOptions";
|
|
@import "components/icons";
|
|
@import "components/mainWindow";
|
|
@import "components/notesList";
|
|
@import "components/progressMeter";
|
|
@import "components/search";
|
|
@import "components/syncButtonTooltip";
|
|
@import "components/tabBar";
|
|
@import "components/tagsBox";
|
|
@import "components/tagSelector";
|