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
It would be good to pull the bulk of this application out into a separate repository called opsdroid-web. This would contain the react web application which is used for chatting with opsdroid.
This repository would then use opsdroid-web as a dependency and simply wrap it in electron for use as a desktop application.
We could then also use opsdroid-web as a dependency in opsdroid and serve the same interface from the opsdroid web server.
Steps:
Create a new repo and move the React application into it
Remove/make optional the electron specific code like electron-settings and electron-connect.
Create NPM and PyPI packages for the compiled React application (so we can keep Babel out of this project).
Update this repo to use the new web package.
Update opsdroid to use the new web package.
The text was updated successfully, but these errors were encountered:
Hi @jacobtomlinson are you available to review PRs for https://github.com/opsdroid/opsdroid-web ? There are some automatic pulls and version updates, and I think they could be squashed into one, tested and then you get one instead of many PRs. Sounds good?
It would be good to pull the bulk of this application out into a separate repository called
opsdroid-web
. This would contain the react web application which is used for chatting with opsdroid.This repository would then use
opsdroid-web
as a dependency and simply wrap it in electron for use as a desktop application.We could then also use
opsdroid-web
as a dependency inopsdroid
and serve the same interface from the opsdroid web server.Steps:
electron-settings
andelectron-connect
.The text was updated successfully, but these errors were encountered: