-
Notifications
You must be signed in to change notification settings - Fork 676
Migrate from Cordova to Capacitor #1266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
hi |
Hello, Kindly refine from messaging greetings. Comments in PR should be related to it (To the PR). That helps the PR Author. Kindly Understand. |
|
NativeLayer contains the launchIntent function that : |
## Changes
This PR implements visibility management for the file menu icon and adds QuickTools visibility control per tab.
### File Menu Icon (Pencil Icon)
- Hides the file menu icon from header when active editor tab type is "page", otherwise show it
### QuickTools
- Adds `hideQuickTools` boolean property to EditorFile (defaults to false)
- Allows per-tab control of QuickTools visibility
## Usage
```javascript
// Create a new tab with QuickTools hidden
new EditorFile("My Tab", {
hideQuickTools: true
});
```
follow up for pr #1292
Co-authored-by: Copilot <[email protected]>
* Update Hungarian translation * Update Hungarian translation * Update Hungarian translation * Change the word gomb translation to billentyű
* chore(i18n): update vi-vn.json * Update vi-vn.json
|
The only remaining task is ensuring plugin compatibility, which largely depends on cooperation from plugin developers. |
There is one bug: it fails to download some plugins files like eruda plugin |
|
@RohitKushvaha01 BRO 🙃❓ |
Oh my god, I recreated the fork I have to recreate the pr |
This pull request completes the migration from Cordova to Capacitor. While the migration is functional, several tasks remain to finalize the project.
Current Status:
Remaining Issues & Tasks:
Building the Project:
Important
Requires OpenJDK 21
To build: