Migrate to Cache for commonly used data
commit963a7faab8a6015ae0e885fa9397df4498676b96
authorChocobo1 <Chocobo1@users.noreply.github.com>
Sat, 10 Feb 2024 07:26:16 +0000 (10 15:26 +0800)
committerChocobo1 <Chocobo1@users.noreply.github.com>
Tue, 13 Feb 2024 19:38:09 +0000 (14 03:38 +0800)
tree362f3c5732fc8857c5512f403cf613807753cdbb
parentd06d5b923a247571c692f1e35c9623ba1b4d59cd
Migrate to Cache for commonly used data

Previously it was abusing the `localStorage` and now it is storing data in memory (per session).
src/webui/www/private/scripts/cache.js
src/webui/www/private/scripts/client.js
src/webui/www/private/views/about.html
src/webui/www/private/views/preferences.html