Merged
Conversation
Replace Electron with React Native macOS for the macOS editor. * **GitHub Actions Workflow**: Update `.github/workflows/build.yml` to build the React Native macOS app instead of Electron. * **Build Script**: Modify `build.sh` to remove Electron-specific commands and add commands to build and run the React Native macOS app. * **Documentation**: Update `docs/dependencies/dependencies.en.md` and `docs/dependencies/dependencies.es.md` to replace Electron with React Native macOS. Update `docs/installation/installation.en.md` and `docs/installation/installation.es.md` to reflect the new installation and build process. Update `docs/project-overview/project-overview.en.md` and `docs/project-overview/project-overview.es.md` to remove references to Electron. Update `docs/splash/splash-screen.en.md` and `docs/splash/splash-screen.es.md` to reflect the new splash screen implementation. * **Package Configuration**: Modify `package.json` to remove Electron-related dependencies and scripts, and add React Native macOS dependencies and scripts. * **Main Application**: Update `src/main.tsx` to initialize the application using React Native macOS. * **Vite Configuration**: Update `vite.config.ts` to remove Electron-specific settings. * **Remove Electron Files**: Delete `electron/main.js`, `electron/preload.js`, and `electron/splash.html`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/espora-net/baobab?shareId=XXXX-XXXX-XXXX-XXXX).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace Electron with React Native macOS for the macOS editor.
.github/workflows/build.ymlto build the React Native macOS app instead of Electron.build.shto remove Electron-specific commands and add commands to build and run the React Native macOS app.docs/dependencies/dependencies.en.mdanddocs/dependencies/dependencies.es.mdto replace Electron with React Native macOS. Updatedocs/installation/installation.en.mdanddocs/installation/installation.es.mdto reflect the new installation and build process. Updatedocs/project-overview/project-overview.en.mdanddocs/project-overview/project-overview.es.mdto remove references to Electron. Updatedocs/splash/splash-screen.en.mdanddocs/splash/splash-screen.es.mdto reflect the new splash screen implementation.package.jsonto remove Electron-related dependencies and scripts, and add React Native macOS dependencies and scripts.src/main.tsxto initialize the application using React Native macOS.vite.config.tsto remove Electron-specific settings.electron/main.js,electron/preload.js, andelectron/splash.html.For more details, open the Copilot Workspace session.