pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
## What does this PR do? - Adds various low-hanging fruit to strict null checks ## Checklist - [x] Designate a primary reviewer @BLoe
## Describe the bug - MV3 sidebar shows black instead of loading html when toggling from toolbar - Time varies: can sometimes show for 1+ seconds - I'm on an...
## Describe the bug MV3 open sidebar message appears in frames ## To Reproduce Steps to reproduce the behavior: 1. https://pbx.vercel.app/advanced-fields/ 2. Open Page Editor 3. Add a Sidebar Panel...
Context --- - https://github.com/pixiebrix/pixiebrix-extension/pull/8160#discussion_r1552603481 - Current workaround is to add a click trigger to the page when testing a mod
Acceptance Criteria --- - [ ] Simple test leveraging the Snippet Shortcut Menu Notes --- - Let's timebox initially to 1 day, then revisit - depending on LoE, we may...
Definition of Done --- - [ ] Verify that AA OAuth2 integration is working in the Page Editor - [ ] Can be used with the Run Bot/Run API Task...
Context - https://github.com/pixiebrix/pixiebrix-extension/issues/2246#issuecomment-1128240540 - Modifying these will require some verification - by moving the flag to the show property, the we might hit null pointer errors if the code was...
## Repro 1. Visit website A with host permissions 2. Open page editor - ✅ See "No extension selected" screen 4. Visit website B (regardless of permissions) - ✅ Editor...
## Describe the bug Selection popover not displayed in Salesforce CKEditor ## To Reproduce Steps to reproduce the behavior: 1. Define a context menu 2. Try to select some text...
Context --- * Follow-on to https://github.com/pixiebrix/pixiebrix-extension/issues/6603 * API calls should automatically fetch a new access token using the refresh token if the access token is expired * Similar to how...