FreeTube/src/renderer/store/modules
Svallinn 8f4a5ee1bd
Store/History: Prevent actions from unnecessarily using the filesystem
Most actions in the history module would grab the history from disk
every time the history was updated and updated the cache this way.

This commit makes these actions perform these modifications in memory
instead of unnecessarily reaching into the disk.
2021-06-26 05:04:31 +01:00
..
history.js Store/History: Prevent actions from unnecessarily using the filesystem 2021-06-26 05:04:31 +01:00
index.js Push Latest Code to Repository 2020-02-16 13:30:00 -05:00
invidious.js Store+Vuetools: Remove some leftover artifacts that would break vuetools 2021-06-13 12:09:43 +01:00
playlists.js Chore+Refactor: Replace `nedb` package with `nedb-promises` 2021-06-17 04:21:58 +01:00
profiles.js Chore+Refactor: Replace `nedb` package with `nedb-promises` 2021-06-17 04:21:58 +01:00
settings.js App+Settings: Make locale changes reactive between windows 2021-06-20 02:47:44 +01:00
sponsorblock.js SponsorBlock (#1130) 2021-05-16 16:01:24 -04:00
subscriptions.js Finish Core Subscriptions logic and add more locales to profiles page 2020-09-01 23:21:32 -04:00
utils.js Main+Utils: Rename `getLocale` function to `getSystemLocale` 2021-06-20 02:47:33 +01:00
ytdl.js Store+Vuetools: Remove some leftover artifacts that would break vuetools 2021-06-13 12:09:43 +01:00