Vincent

Results 83 issues of Vincent

@pjworrall has to copy over JSON files stored to his Pod for a demo he'll be doing. Unfortunately, when that JSON is stored as `application/json`, he cannot easily access the...

I've separated this out from #117 to highlight only what is new compared to that. Like that PR, this is basically replicating the approach from #116 using React.

When adding `solid-panes@95-ci-publish` (i.e. the published package of the revamp branch) to mashlib, I run into the following errors: > ERROR in ./node_modules/solid-panes/index.js > Module not found: Error: Can't resolve...

bug

**Note: do not release until https://github.com/mozilla/fx-private-relay/pull/2217 is deployed to production!** Alternatively, we can merge and release just commit df84967c403f1631f6e652a398dd68a75ebbd205 to have a fix live now without needing to wait for...

We currently don't have a way for the add-on to communicate to the website that it might want to refresh its data, other than the add-on just forcibly refreshing all...

See e.g. below, where I right-clicked underneath my avatar: ![image](https://user-images.githubusercontent.com/4251/157419377-73ed7c3a-500b-4f91-ab29-204b2b008925.png)

See TODO in website codebase: https://github.com/mozilla/fx-private-relay/blob/991935692e3ed2f1179f98524bae6bdefed386f2/frontend/src/components/dashboard/AddonData.tsx#L17-L19 > Thought: we should open an issue for this todo - great React practice. _Originally posted by @lloan in https://github.com/mozilla/fx-private-relay/pull/1865#discussion_r867508482_

See e.g. this form: https://forms.gle/1Jr3kf6CknehHaQW9 This is what it looks like with a full alias ([email protected]) entered: ![image](https://user-images.githubusercontent.com/4251/144928119-fd35f47f-7864-426d-8248-c48da0485ea3.png)

web-compat

The add-on currently does a lot of duplicate work - e.g. to validate labels. We should probably move all that to the website, and simply have it inform the add-on...