mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 13:11:41 +03:00
998d5999a3
Provides functionality necessary for: - opening URLs in the system browser (so that we can handle OAuth flows outside of the app) - handling deep links to the application (so that the OAuth flows can return the user to the app) ### Important Notes - Modifies `preload.ts` to expose the ability to open the system browser to the sandboxed parts of the app. - Modifies `election-builder-config.ts` to register a deep link URL protocol scheme with the OS. - Modifies the client's `index.ts` to register a handler for Electron `open-url` events |
||
---|---|---|
.. | ||
src | ||
tasks | ||
.eslintrc.cjs | ||
bundle.ts | ||
dist.ts | ||
electron-builder-config.ts | ||
entitlements.mac.plist | ||
esbuild-config.ts | ||
package.json | ||
paths.ts | ||
shared.ts | ||
start.ts | ||
tsconfig.json | ||
watch.ts |