1
Fork 0
This commit is contained in:
KorbsStudio 2023-02-17 18:03:25 -05:00
parent 0a3133241e
commit 1396aaf7db
No known key found for this signature in database
4 changed files with 35 additions and 4 deletions

View file

@ -48,8 +48,8 @@ The following features are planned:
- ~~Deep Links~~
- Error Pages for WebViews
- Light Theme [Why?](#why-add-light-mode)
- Notification System (Progress: 24%)
- Progress indicators
- Notification System (Progress: 100%)
- Progress indicators (Progress: 12%)
- Skeleton State [What's this?](#what-is-skeleton-state)
- Splash (Progress: 100%)
- System Respect [What's this?](#what-do-you-mean-by-system-respect)

View file

@ -17,7 +17,6 @@ export const SIDEBARTOP = [
{
text: "Webview Demo 2",
icon: "fa-solid fa-globe",
option: "has-navigation",
navigation: true
},
{

View file

@ -17,6 +17,7 @@
},
"dependencies": {
"astro": "^2.0.0",
"bugsplat-node": "^2.1.0",
"dotenv": "^16.0.3",
"electron-is-dev": "^2.0.0",
"electron-log": "^5.0.0-beta.15",

View file

@ -1150,6 +1150,21 @@ buffer@^6.0.3:
base64-js "^1.3.1"
ieee754 "^1.2.1"
bugsplat-node@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/bugsplat-node/-/bugsplat-node-2.1.0.tgz#df7e2dc318efa561ad25f4fcd0c4487d5e5b5269"
integrity sha512-7A/4I7FmZ3qVkNq+Qbcy9j3VWp8REUh17Vo9fyeX6vEtM+H4OcHkEM1ESVDg5HRsNMf6DDpl+Qq8SbMoT+r9FQ==
dependencies:
bugsplat "^7.1.3"
bugsplat@^7.1.3:
version "7.1.4"
resolved "https://registry.yarnpkg.com/bugsplat/-/bugsplat-7.1.4.tgz#1e4041b26cc89bf6df385aebf06d35abfbed161a"
integrity sha512-sYGOnnMq5pisCTAPRJvKMn9E6YnloTC8rEuvvKjNL5Ro4PqaYH/vh1dMulvHklIRf3Go4k3z5jKOaJCtWbngwg==
dependencies:
fetch-ponyfill "^7.0.0"
form-data "^3.0.0"
builder-util-runtime@9.1.1:
version "9.1.1"
resolved "https://registry.npmjs.org/builder-util-runtime/-/builder-util-runtime-9.1.1.tgz"
@ -1951,6 +1966,13 @@ fd-slicer@~1.1.0:
dependencies:
pend "~1.2.0"
fetch-ponyfill@^7.0.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz#4266ed48b4e64663a50ab7f7fcb8e76f990526d0"
integrity sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==
dependencies:
node-fetch "~2.6.1"
filelist@^1.0.1:
version "1.0.4"
resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz"
@ -1996,6 +2018,15 @@ find-yarn-workspace-root2@1.2.16:
micromatch "^4.0.2"
pkg-dir "^4.2.0"
form-data@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
mime-types "^2.1.12"
form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz"
@ -3359,7 +3390,7 @@ node-addon-api@^5.0.0:
resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz"
integrity sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==
node-fetch@^2.6.7:
node-fetch@^2.6.7, node-fetch@~2.6.1:
version "2.6.9"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"
integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==