pixiebrix-extension icon indicating copy to clipboard operation
pixiebrix-extension copied to clipboard

PixieBrix browser extension

Results 402 pixiebrix-extension issues
Sort by recently updated
recently updated
newest added

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

poc

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

bug
runtime

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

bug
low priority
runtime

Small `reportError`-related fixes

developer experience
low priority
small

- [x] #4197 - [x] #4200 - [x] #4207 - [x] #4201 - [ ] #4202 - [x] #4203 - [x] #4204 - [ ] #4218 - [x] #4276 -...

developer experience
performance
page editor

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