Vencord/src
Vendicated 50047dd3c2 Add DataStore (IndexedDB wrapper)
An alternative to the synchronous Settings API to work around storage
limitations of localStorage and allow  storing of arbitrarily large
data in form of most Javascript DataTypes,
see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
2022-10-20 20:23:14 +02:00
..
api Add DataStore (IndexedDB wrapper) 2022-10-20 20:23:14 +02:00
components more eslint 2022-10-20 11:58:20 +02:00
ipcMain Allow customising SettingsDir via VENCORD_USER_DATA_DIR environment variable (#106) 2022-10-16 23:20:43 +02:00
plugins more eslint 2022-10-20 11:58:20 +02:00
utils feat(moyai): Add option to toggle triggering moyai when the window is not focused (#123) 2022-10-20 07:48:46 +02:00
webpack feat: settings sliders (#120) 2022-10-19 21:57:27 +02:00
globals.d.ts Optimise Web via treeshaking, cleanup build scripts 2022-10-16 17:15:15 +02:00
modules.d.ts Switch to standalone-electron-types, -200MB npms 2022-10-11 17:48:14 +02:00
patcher.ts Make ReactDevTools Opt-in 2022-10-11 21:48:28 +02:00
preload.ts Add more eslint rules 2022-10-08 20:36:57 +02:00
Vencord.ts Optimise Web via treeshaking, cleanup build scripts 2022-10-16 17:15:15 +02:00
VencordNative.ts add eslint config (#53) 2022-10-06 00:42:58 +02:00