diff --git a/.vscode/settings.json b/.vscode/settings.json index 4a58cba..c2f668f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ ".prettierrc": "jsonc", ".eslintignore": "ignore" }, - + "eslint.validate": [ "javascript", "javascriptreact", @@ -26,5 +26,12 @@ "test/**/__snapshots__": true, "package-lock.json": true, "*.{css,sass,scss}.d.ts": true - } + }, + "Lua.diagnostics.globals": [ + "SlashCmdList", + "message", + "ReloadUI", + "WorldFrame", + "ChatFrame1" + ] } diff --git a/deprecated/menu-bar.ts b/deprecated/menu-bar.ts new file mode 100644 index 0000000..f1041fe --- /dev/null +++ b/deprecated/menu-bar.ts @@ -0,0 +1,186 @@ +// { +// /* Music & Optional patches component */ +// } +// { +// /* */ +// } +// { +// /* +// +// wow +// +// +// +// {appInfo?.Misc +// ? 'Music & Optional patches installed' +// : 'Install HD Music & Login Screen '} +// +// +// */ +// } +// { +// /* WoW Client: {appInfo?.WoWPatched ? Patched : Not Patched} */ +// } +// { +// /* */ +// } + + + + // {/* HD patches component */} + // + // + // + // wow + // + // + // + // {appInfo?.HD + // ? 'HD Client Installed' + // : 'Install HD Client'} + // + // + // + // + + + + // {/* Store menu component */} + + // + // + // + // wow + // + // + // + // {appInfo?.AIOInstalled + // ? 'Araxia Store Installed' + // : 'Install Araxia Store'} + // + // + // + // */} + + + {/* + + + + wow + + + + {appInfo?.WoWPatched + ? 'Wow.exe is optimized ' + : 'Install patched Wow.exe'} + + + + + + */} diff --git a/package.json b/package.json index ccb1390..937fc15 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "email": "ben.carter.dev@gmail.com" }, "main": "./src/main/main.ts", - "version": "1.2.0", + "version": "1.3.0", "scripts": { "build": "concurrently \"npm run build:main\" \"npm run build:renderer\"", "build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts", diff --git a/yarn.lock b/yarn.lock index e4442f5..ce069d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6718,10 +6718,10 @@ fs-extra@^10.1.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-extra@^11.1.0: - version "11.1.1" - resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz" - integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== +fs-extra@^11.1.0, fs-extra@^11.2.0: + version "11.2.0" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1" @@ -6736,7 +6736,17 @@ fs-extra@^8.1.0: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^9.0.0, fs-extra@^9.0.1: +fs-extra@^9.0.0: + version "9.1.0" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz" + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +fs-extra@^9.0.1: version "9.1.0" resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz" integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==