addons-code-manager
addons-code-manager copied to clipboard
A web application to manage add-on source code
Add a UI for https://github.com/mozilla/addons-code-manager/issues/716 but without any API hookup **For QA**: TBA. This may be a [story book](https://mozilla.github.io/addons-code-manager/?path=/story/*) only UI, I'm not sure yet. ┆Issue is synchronized with this...
When adding a canned response comment (https://github.com/mozilla/addons-code-manager/issues/113), the user first needs to select a response from a list. If the list of canned responses is short enough, this could be...
When adding `redux` (https://github.com/mozilla/addons-code-manager/issues/6) I had to use `react-redux` at `5.1.1` because Enzyme does not yet support the `createContext` API (https://github.com/airbnb/enzyme/issues/1958). Once that's supported, we can upgrade `react-redux` to `6.0.0`....
In case of the CDN being taken over, the external statics (as allowed by CSP) could be modified. It would be good to serve the static assets with Sub-Resource Integrity...
The type definition of the object returned by `parseDiff()` (from `react-diff-view`) is incorrect. By inspecting the `ChangeInfo` objects, they look more like this: patch ```diff diff --git a/src/@types/react-diff-view/index.d.ts b/src/@types/react-diff-view/index.d.ts index...
### Describe the problem and steps to reproduce it: Here's how I can reproduce it in my local environment: - sign in to dev - go to https://code.addons-dev.allizom.org/en-US/compare/502955/versions/1541798...1541798/?path=popup%2Fpopup.js ### What...
We currently use spinners to render loading states. These are problematic because the page flickers when it loads quickly and looks jumpy when it loads less quickly. Let's switch to...
The `Compare` page grew some gnarly load/update logic in https://github.com/mozilla/addons-code-manager/pull/342 This component can be ported to [useEffect](https://reactjs.org/docs/hooks-reference.html#useeffect) which will simplify the loading logic and let us delete a bunch of...
Bumps [type-coverage](https://github.com/plantain-00/type-coverage) from 2.18.2 to 2.27.0. Changelog Sourced from type-coverage's changelog. 2.27.0 (2023-10-11) docs: --json-output (8d394e7) Add JSON Output argument to CLI (e9364af) chore: update dependencies (5085b1e) 2.26.4 (2023-09-19) fix:...
Bumps [filesize](https://github.com/avoidwork/filesize.js) from 8.0.6 to 10.1.0. Changelog Sourced from filesize's changelog. 10.1.0 3 October 2023 Fixing tests to use strictEqual() 6b4b108 Simplifying the assignment of base & standard, adding an...