mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
PWA: First implementation of offline mode
This commit is contained in:
parent
05f7a34d43
commit
925ea2c082
10 changed files with 1851 additions and 1076 deletions
|
@ -46,6 +46,7 @@ func (h *handler) showSettingsPage(w http.ResponseWriter, r *http.Request) {
|
|||
MediaPlaybackRate: user.MediaPlaybackRate,
|
||||
BlockFilterEntryRules: user.BlockFilterEntryRules,
|
||||
KeepFilterEntryRules: user.KeepFilterEntryRules,
|
||||
CacheForOffline: user.CacheForOffline,
|
||||
}
|
||||
|
||||
timezones, err := h.store.Timezones()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue