Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

rewrite web_ext with react #47

@gasolin

Description

@gasolin

During porting back features in #46, I found the current popup html/js are pretty complicated and several issues stall the development speed

  • jquery dependency, which could be removed
  • spaghetti code: it makes code hard to test
  • fetchBounties are called twice (1. get all bounties then 2. getBounties again after page onload)
  • dead code (gitcoin tip related code are not functional)

Therefore I created an experiment repo with create-react-app to struct the popup page. The changes are

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 with web_ext for the future version once its stable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions