Store saved feeds on the root store so we can load on init (#1793)

This commit is contained in:
Paul Frazee 2023-11-01 18:45:59 -07:00 committed by GitHub
parent f57a8cf8ba
commit 59271663b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 3 deletions

View file

@ -52,6 +52,10 @@ export class SavedFeedsModel {
// public api
// =
clear() {
this.all = []
}
/**
* Refresh the preferences then reload all feed infos
*/