mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Convert user stores to single object instances
Removed unused ContactUserStore.exportingCsv and ContactUserStore.exportingVcf
This commit is contained in:
parent
914c6e8d14
commit
6a454ec624
46 changed files with 671 additions and 710 deletions
|
|
@ -2,7 +2,7 @@ import ko from 'ko';
|
|||
|
||||
// import Remote from 'Remote/User/Fetch';
|
||||
|
||||
class TemplateUserStore {
|
||||
export const TemplateUserStore = new class {
|
||||
constructor() {
|
||||
this.templates = ko.observableArray();
|
||||
this.templates.loading = ko.observable(false).extend({ debounce: 100 });
|
||||
|
|
@ -29,6 +29,4 @@ class TemplateUserStore {
|
|||
// }
|
||||
// });
|
||||
}
|
||||
}
|
||||
|
||||
export default new TemplateUserStore();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue