pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
Context --- - https://github.com/pixiebrix/pixiebrix-extension/pull/9332#discussion_r1813455878 - The default generic for Dispatch is `any` which is not type safe and doesn't handle async thunks properly Discussion --- - Consider introducing lint rule...
### Implementation Sketch See https://www.notion.so/pixiebrix/Phase-1-Implement-Rich-Text-Editor-f74aea6b845847c0ad25f81d8236da3c?pvs=4#12843b21a2538048bd60e6188a32c18f
### Implementation sketch See https://www.notion.so/pixiebrix/Phase-1-Implement-Rich-Text-Editor-f74aea6b845847c0ad25f81d8236da3c?pvs=4#12843b21a25380c4bda7e2220d1f2af2 ### Acceptance Criteria **Ability to Add Rich Text Document Builder Element** - Given a Document Renderer brick being edited via the Document Builder - When...
### Implementation sketch See https://www.notion.so/pixiebrix/Phase-1-Implement-Rich-Text-Editor-f74aea6b845847c0ad25f81d8236da3c?pvs=4#12843b21a2538038803fe014f1a22857 ### Acceptance Criteria **Rendered Rich-Text Field** - Given a modal or sidebar form with a “Rich Text Editor” field - When the form is rendered...
## Motivation - We hypothesize that upgrading would simplify theming - Find out the basic LOE for the upgrade - We should consider how this impacts the Form Builder ##...
## Motivation - We introduced sharding to dramatically reduce the Playwright runtime but each shard has to run authentication - Running the setup authentication once in a separate step that...
## Describe the bug - https://pixiebrix.slack.com/archives/C0436P48QHY/p1721766657868989
## Describe the feature Users will sometimes encounter a "Internal error opening backing store for indexedDB.open" error in various places. We have added retry handling and recovery mechanisms to try...
## Motivation - We hand roll most/all of our OAuth handling, it would be simpler/more stable if we leveraged a library to manage expiries etc. ## Acceptance Criteria - [...
Context: We want to improve the "Visit Welcome Page" -> "Open Side Panel" rate. In an ideal world, the Sidepanel would open automatically as soon as the user landed on...