Bob Silverberg

Results 118 issues of Bob Silverberg

As discussed on Slack, and also mentioned in https://github.com/mozilla/addons/issues/14615, there are likely a number of tests in our suite that could generate false positives if bugs arise in our code...

qa:not_needed
component:code_quality
priority:p3
repository:addons-frontend
migration:2024
component:testing

There is some code in `webpack.dev.config.babel.js` that loads unminified versions of the React libraries when we are running in development. The comment around this code says: ``` // Load unminified...

component:code_quality
priority:p3
repository:addons-frontend
migration:2024

The latest version of redux marks the core redux as deprecated and suggests using reduxjs/toolkit instead. I have taken a look at the latter and it is indeed a great...

component:code_quality
priority:p3
repository:addons-frontend
migration:2024

We are considering running an experiment which will involve introducing a regional shelf to the home page. As part of evaluating the results of this experiment, we may want to...

priority:p3
repository:addons-frontend
migration:2024
component:experiments

This is one of the remaining dependencies we have not yet updated due to changes needed. Getting to `v6` is a [multi-step process](https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md): 1. Update from `v4` to `v5`. This...

component:code_quality
priority:p3
repository:addons-frontend
migration:2024

Some changes need to be made to ease the migration from react-router `v5` to `v6`, as documented [here](https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md#upgrade-to-react-router-v51). ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/AMO2-483)

component:code_quality
priority:p3
repository:addons-frontend
migration:2024

In order to upgrade to `react-router v6`, we need any component that service routes to be converted from class-based components to functional components. One such component is `AddonInfo`, so let's...

component:code_quality
priority:p3
repository:addons-frontend
migration:2024

This supports mozilla/addons#2173. This package will allow us to continue to run code in `react-router v5` while also upgrading individual components to `v6`. Once everything has been updated to `v6`...

component:code_quality
priority:p3
repository:addons-frontend
migration:2024