pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
## Phase Spec - https://www.notion.so/pixiebrix/Page-Editor-affordance-to-add-component-directly-to-existing-mod-5c0b6acfd1774683a40ce89d331aea17 ## Acceptance Criteria - [ ] Slices specified - [ ] Approval Matrix signed off - [ ] Slices converted to issues - [ ]...
- Edit Mod metadata. - Add/edit mod options. - Verify that saving works as expected.
- **Mod Component Management** - Adding a mod component (using the inline + button) - Delete a mod component. - Test copying a brick in the pipeline and pasting it....
## Describe the bug - Browser crashes editing button HTML template - https://pixiebrix.slack.com/archives/C0436P48QHY/p1717017455901409 (includes Loom) ## Definition of Done - Must have: If the HTML is empty, the starter brick...
Context --- - https://github.com/pixiebrix/pixiebrix-extension/pull/8637 - The current implementation has a corner case for bracketed expressions that end in ?, e.g., `["hello world?"]` - The check `/[ .]/` for which accessors...
Context --- - Follow up to https://github.com/pixiebrix/pixiebrix-extension/issues/4887 - Make imports of `@/pageEditor` an error, except for: - Within the `@/pageEditor` module - If file follows `Foo.pageEditor.tsx?` naming convention. E.g., `LocalProcessOptions.pageEditor.tsx`...
Context --- - https://github.com/pixiebrix/pixiebrix-extension/issues/8058
## Describe the bug Activate marketplace mod opens multiple tabs and does not redirect back ## To Reproduce Steps to reproduce the behavior: - use test account with fresh install...
- **Element Navigation in Preview Panel** - Clicking on different elements in the Preview panel navigates to different bricks in the panel. - **Outline Tab Verification** - “Outline” data panel...
- **Nested Bricks Operations** - Check adding Control flow bricks (e.g., Async brick). And that they are shown as expected in the brick actions panel. - Similarly with the Render...