OpenVoiceOS / ovos-gui

ovos-core metapackage for gui daemon
Apache License 2.0
1 stars 2 forks source link

Initial React GUI support #26

Open NeonDaniel opened 1 year ago

NeonDaniel commented 1 year ago

Add file extension mapping for react GUI Add core messagebus event forwarding to support current react GUI implementation https://github.com/alexisdiaz008/react-mycroft-gui/blob/master/src/components/mycroft_message_bus_elements/mycroft_message_bus.jsx

codecov[bot] commented 1 year ago

Codecov Report

Attention: Patch coverage is 57.14286% with 6 lines in your changes are missing coverage. Please review.

:exclamation: No coverage uploaded for pull request base (dev@e8d9ca6). Click here to learn what that means.

:exclamation: Current head daeb42b differs from pull request most recent head 29e25ab. Consider uploading reports for the commit 29e25ab to get more accurate results

Files Patch % Lines
ovos_gui/bus.py 0.00% 3 Missing :warning:
ovos_gui/page.py 60.00% 2 Missing :warning:
ovos_gui/namespace.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #26 +/- ## ====================================== Coverage ? 52.73% ====================================== Files ? 11 Lines ? 1022 Branches ? 0 ====================================== Hits ? 539 Misses ? 483 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

NeonDaniel commented 1 year ago

@alexisdiaz008 I think this is a good starting point for react support on the core side