diff --git a/.github/workflows/build-noodl-editor.yml b/.github/workflows/build-noodl-editor.yml index ca0ad89..449c1a6 100644 --- a/.github/workflows/build-noodl-editor.yml +++ b/.github/workflows/build-noodl-editor.yml @@ -11,7 +11,7 @@ on: # types: [created] jobs: - build_code_crusher: + build_opennoodl: runs-on: ${{ matrix.os }} strategy: @@ -72,6 +72,6 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: code-crusher-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }} + name: opennoodl-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }} path: publish retention-days: "12" diff --git a/package.json b/package.json index ce05dea..3ee73a5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "@thelowcodefoundation/repo", "description": "Low-code for when experience matter", "author": "The Low Code Foundation ", - "homepage": "https://code-crusher.com", + "homepage": "https://learn-noodl.com", "version": "1.0.0", "workspaces": [ "packages/*" diff --git a/packages/noodl-core-ui/src/assets/icons/icon-component/logo.svg b/packages/noodl-core-ui/src/assets/icons/icon-component/logo.svg index c1a57ad..7ed025d 100644 --- a/packages/noodl-core-ui/src/assets/icons/icon-component/logo.svg +++ b/packages/noodl-core-ui/src/assets/icons/icon-component/logo.svg @@ -4,172 +4,61 @@ Created by potrace 1.10, written by Peter Selinger 2001-2011 - - + + diff --git a/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx b/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx index 872a863..7151a36 100644 --- a/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx +++ b/packages/noodl-core-ui/src/components/common/Logo/Logo.tsx @@ -59,196 +59,134 @@ export function Logo({ const DefaultIcon = React.memo(function () { return ( - - -Created by potrace 1.10, written by Peter Selinger 2001-2011 - - - - + + + Created by potrace 1.10, written by Peter Selinger 2001-2011 + + + + ); }); const InvertedIcon = React.memo(function () { return ( - - -Created by potrace 1.10, written by Peter Selinger 2001-2011 - - - - + + + Created by potrace 1.10, written by Peter Selinger 2001-2011 + + + + ); @@ -256,180 +194,67 @@ c37 -6 85 -10 106 -10 23 0 45 -6 52 -15 8 -10 30 -15 64 -15 29 0 57 -5 63 const GrayscaleIcon = React.memo(function () { return ( - - -Created by potrace 1.10, written by Peter Selinger 2001-2011 - - - - + + + Created by potrace 1.10, written by Peter Selinger 2001-2011 + + + + ); }); diff --git a/packages/noodl-editor/build/icon.icns b/packages/noodl-editor/build/icon.icns index ba40e09..2220d5f 100644 Binary files a/packages/noodl-editor/build/icon.icns and b/packages/noodl-editor/build/icon.icns differ diff --git a/packages/noodl-editor/build/icon.ico b/packages/noodl-editor/build/icon.ico index 6c0b898..7952df8 100644 Binary files a/packages/noodl-editor/build/icon.ico and b/packages/noodl-editor/build/icon.ico differ diff --git a/packages/noodl-editor/build/icons/1024x1024.png b/packages/noodl-editor/build/icons/1024x1024.png index 54bc32a..2670833 100644 Binary files a/packages/noodl-editor/build/icons/1024x1024.png and b/packages/noodl-editor/build/icons/1024x1024.png differ diff --git a/packages/noodl-editor/build/icons/128x128.png b/packages/noodl-editor/build/icons/128x128.png index 19a3b02..af1dd2c 100644 Binary files a/packages/noodl-editor/build/icons/128x128.png and b/packages/noodl-editor/build/icons/128x128.png differ diff --git a/packages/noodl-editor/build/icons/256x256.png b/packages/noodl-editor/build/icons/256x256.png index f647ed8..e62dee5 100644 Binary files a/packages/noodl-editor/build/icons/256x256.png and b/packages/noodl-editor/build/icons/256x256.png differ diff --git a/packages/noodl-editor/build/icons/32x32.png b/packages/noodl-editor/build/icons/32x32.png index 63f8d70..6a5fd43 100644 Binary files a/packages/noodl-editor/build/icons/32x32.png and b/packages/noodl-editor/build/icons/32x32.png differ diff --git a/packages/noodl-editor/build/icons/48x48.png b/packages/noodl-editor/build/icons/48x48.png index 72d89d4..ed65485 100644 Binary files a/packages/noodl-editor/build/icons/48x48.png and b/packages/noodl-editor/build/icons/48x48.png differ diff --git a/packages/noodl-editor/build/icons/512x512.png b/packages/noodl-editor/build/icons/512x512.png index 98c3051..6bfa220 100644 Binary files a/packages/noodl-editor/build/icons/512x512.png and b/packages/noodl-editor/build/icons/512x512.png differ diff --git a/packages/noodl-editor/build/icons/64x64.png b/packages/noodl-editor/build/icons/64x64.png index 71b0f6b..4e8452e 100644 Binary files a/packages/noodl-editor/build/icons/64x64.png and b/packages/noodl-editor/build/icons/64x64.png differ diff --git a/packages/noodl-editor/build/macos-notarize.js b/packages/noodl-editor/build/macos-notarize.js index 2b12e67..992b0ea 100644 --- a/packages/noodl-editor/build/macos-notarize.js +++ b/packages/noodl-editor/build/macos-notarize.js @@ -11,7 +11,7 @@ module.exports = async function (params) { return; } - const appId = 'com.code-crusher.app'; + const appId = 'com.opennoodl.app'; const appPath = path.join(params.appOutDir, `${params.packager.appInfo.productFilename}.app`); if (!fs.existsSync(appPath)) { diff --git a/packages/noodl-editor/package.json b/packages/noodl-editor/package.json index 1fcad3d..48b5835 100644 --- a/packages/noodl-editor/package.json +++ b/packages/noodl-editor/package.json @@ -15,30 +15,30 @@ "test:ci": "webpack-cli --config=webpackconfigs/webpack.test-ci.js && electron test.js" }, "build": { - "appId": "com.code-crusher.app", + "appId": "com.opennoodl.app", "afterSign": "./build/macos-notarize.js", "mac": { "hardenedRuntime": true, "entitlements": "build/entitlements.mac.plist", "extendInfo": { "LSMultipleInstancesProhibited": true, - "NSMicrophoneUsageDescription": "Allow Code-Crusher apps that you create and run to access the microphone?", - "NSCameraUsageDescription": "Allow Code-Crusher apps that you create and run to access the camera?" + "NSMicrophoneUsageDescription": "Allow OpenNoodl apps that you create and run to access the microphone?", + "NSCameraUsageDescription": "Allow OpenNoodl apps that you create and run to access the camera?" } }, "win": { "target": "nsis" }, "nsis": { - "guid": "com.code-crusher.app" + "guid": "com.opennoodl.app" }, "linux": { "target": "deb" }, "protocols": { - "name": "code-crusher", + "name": "opennoodl", "schemes": [ - "code-crusher" + "opennoodl" ] }, "npmRebuild": false, diff --git a/packages/noodl-editor/src/editor/src/utils/getDocsEndpoint.ts b/packages/noodl-editor/src/editor/src/utils/getDocsEndpoint.ts index fe2efca..2b0043c 100644 --- a/packages/noodl-editor/src/editor/src/utils/getDocsEndpoint.ts +++ b/packages/noodl-editor/src/editor/src/utils/getDocsEndpoint.ts @@ -2,5 +2,5 @@ const remote = require('@electron/remote'); export default function getDocsEndpoint() { const localDocs = remote.getGlobal('useLocalDocs'); - return localDocs ? 'http://localhost:3000' : 'https://the-low-code-foundation.github.io/code-crusher-docs'; + return localDocs ? 'http://localhost:3000' : 'https://the-low-code-foundation.github.io/opennoodl-docs'; }