You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
Ok. #10 is nearly ready, and the explorer is complete. However, the plugin API is now broken - when loading tara-right-click-menu there is an error, and it appears the plugin API was not loaded correctly.
Thus, this needs to be fixed. Hopefully, a full rework should not be required.
The text was updated successfully, but these errors were encountered:
🚀 🚑 Fix was to add tara-right-click-menu to plugin config (package.json)
🚑 Closes#15
🎨 Code optimisations (DRY) on plugin-init.ts
🎨 Added explainer comment to plugin finder
🎨 Moved tara-file-operations JSX to TSX for better complication
🎨 Updated file-operations index.ts to use async/await
After electron-compile stopped working (electron-userland/electron-compile#287), we decided to move to using electron-webpack. After some issues (electron-userland/electron-webpack#83), we managed to get the app running.
Major changes:
- address-bar is now part of explorer
- Core logic is now in `tara-core`
- Explorer is now less buggy
- Now using electron-webpack instead of electron-compile.
Related Issues & PRs:
#12#13#14#15
Special thanks to @loopmode for advice & help!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ok. #10 is nearly ready, and the explorer is complete. However, the plugin API is now broken - when loading
tara-right-click-menu
there is an error, and it appears the plugin API was not loaded correctly.Thus, this needs to be fixed. Hopefully, a full rework should not be required.
The text was updated successfully, but these errors were encountered: