addons-code-manager icon indicating copy to clipboard operation
addons-code-manager copied to clipboard

A web application to manage add-on source code

Results 101 addons-code-manager issues
Sort by recently updated
recently updated
newest added

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...

priority:p3

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...

priority:p3
component:compare_page

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`....

priority:p3
component:testing
state:blocked_by_upstream

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...

priority:p3
state:blocked_by_upstream
component:security

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...

priority:p3
component:code_quality
neverstale

### 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...

priority:p3
component:performance
type:bug

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...

priority:p3
component:performance
component:ux
neverstale

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...

priority:p3
state:blocked_by_upstream
component:code_quality

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:...

dependencies

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...

dependencies