Skip to content
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

refactor(renderer): extract common logic from Electron and Tauri connectors #591

Closed
wants to merge 1 commit into from

Conversation

dubisdev
Copy link
Contributor

@dubisdev dubisdev commented Jan 1, 2024

This PR includes a refactor of the Tauri and Electron connectors.

I created an AgnosticConnector component to store the common code of both components.

The idea is to introduce in the AgnosticConnector the logic to manage global shortcuts (PR incoming)

@sekwah41
Copy link
Member

sekwah41 commented Jan 1, 2024

My plan at least is to eventually drop electron support once we have everything ported over (and it supports everything equally) solely to reduce the amount of maintenance.

I think the only thing that would suffer from it is the portable version however windows comes with most of the stuff pre-installed it requires at least so technically you can still sorta have a portable version. Tho not to the same degree as Electron.

@dubisdev
Copy link
Contributor Author

dubisdev commented Jan 6, 2024

I'm closing this for now :)

@dubisdev dubisdev closed this Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed/Done
Development

Successfully merging this pull request may close these issues.

2 participants