pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
## What does this PR do? More details in: - https://github.com/pixiebrix/pixiebrix-extension/issues/4180#issuecomment-1232477503 ## Reviewer Tips - Feel free to close if you prefer going to opposite direction and showing an error...
My logic might have been incorrect in: - https://github.com/pixiebrix/pixiebrix-extension/pull/3915 See: https://github.com/pixiebrix/pixiebrix-extension/blob/e6644547df7a73dca2fe9600b18a2423e0fa2ce2/src/contentScript/ready.ts#L18-L32 ## Related - https://github.com/pixiebrix/pixiebrix-extension/issues/4189 In the situation described by that issue, our logic trips trips on the "ready" attribute...
_I mentioned this before but apparently I did not open an issue._ `ensureContentScript` doesn't take any action in some cases: - when the extension was granted access to the host...
Small `reportError`-related fixes
- [x] #4197 - [x] #4200 - [x] #4207 - [x] #4201 - [ ] #4202 - [x] #4203 - [x] #4204 - [ ] #4218 - [x] #4276 -...
For consistency reasons the application state should be stored in Redux. Create a slice and drop the Context.
* `useCreate`, `useSave`, `useRemove`, etc. are all pretty complicated for hooks * They pull in lots of data from redux (rtk query also), and they are run in the render...