-
-
Notifications
You must be signed in to change notification settings - Fork 30
rewrite web_ext with react #47
Comments
related => @kamescg did a react prototype of this thats quite nice! #31 i agree that the current chrome_Ext code is unsustainable. https://github.com/gasolin/web_ext looks really nice.. is it ready for a regression test? |
@owocki I think web_ext functions are in parity with current chrome_ext now. Haven't add test yet but you can try by clone the repo https://github.com/gasolin/web_ext and run Here's the screencast. Some differences are I use bootstrap 4 css from npm module and comment out the header/bot images. I checked @kamescg branch and there are some good things like theming 👍 . Though I'd like to have less webpack configuration which brings burden when upgrading from version to version yearly. |
wow, this looks like major progress!! i think we might want to tweak the styling on the gitcoin pop-in, but other than that this looks great! |
want to start a PR and we can do some QA over there? as for the repo name, maybe well change it from chrome_ext to web_ext :) |
Here are tasks breakdown as future browser_ext development plan proposal Overall
Content
Popup
|
During porting back features in #46, I found the current popup html/js are pretty complicated and several issues stall the development speed
Therefore I created an experiment repo with
create-react-app
to struct the popup page. The changes areyarn test
(no test is written yet)The repo is now at https://github.com/gasolin/web_ext which can build for chrome with
yarn build
command.@owocki @KennethAshley how do you think if we replace
chrome_ext
withweb_ext
for the future version once its stable?The text was updated successfully, but these errors were encountered: