mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Get a working Sieve scripts manager
This commit is contained in:
parent
a31834458b
commit
e3125ebfff
24 changed files with 439 additions and 304 deletions
|
|
@ -1,18 +0,0 @@
|
|||
import ko from 'ko';
|
||||
|
||||
class FilterUserStore {
|
||||
constructor() {
|
||||
ko.addObservablesTo(this, {
|
||||
capa: '',
|
||||
modules: [],
|
||||
raw: ''
|
||||
});
|
||||
|
||||
this.filters = ko.observableArray([]);
|
||||
|
||||
this.filters.loading = ko.observable(false).extend({ throttle: 200 });
|
||||
this.filters.saving = ko.observable(false).extend({ throttle: 200 });
|
||||
}
|
||||
}
|
||||
|
||||
export default new FilterUserStore();
|
||||
Loading…
Add table
Add a link
Reference in a new issue