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

https://github.com/pixiebrix/pixiebrix-extension/pull/3825 - [x] Release react-fontawesome 0.1.18 switch for Font Awesome 6: https://github.com/FortAwesome/react-fontawesome/releases - [ ] Need to re-enable dependabot - see https://github.com/pixiebrix/pixiebrix-extension/pull/7602#issuecomment-1937562013

dependencies

- As an enterprise extension developer, if my brick has multiple selectors, I need to remotely see which selector is causing problems - Include the property name in MultipleElementsFoundError and...

specification required

Context - Our `automation-anywhere/control-room` integration uses token-based authentication. The token can expire, which results in a failed request

next

Related to #2557 There is now a lot of dead code in `SaveExtensionWizard` and `useSavingWizard`, since those will only ever be called for personal extensions, nothing with a recipe. We...

developer experience
low priority
page editor
next

- [ ] Markdown: or we can just have our existing text element support markdown? - [ ] Links: necessary if we have the existing text element support markdown? -...

document builder

Context: - As a user I need to determine if an element matches a certain style, but the CSS class is randomly generated (via CSS module) - Browsers have a...

enhancement
low priority
brick

Context - Watch computed fields on the screen - We already use MutationObserver under the hood for our watch behavior, etc.

low priority
runtime

Context - As a document builder, to understand the outline, I need to see some information about repeated nodes Implementation Sketch - For text fields, show text content (truncated) -...

user experience
document builder

Context - https://github.com/pixiebrix/pixiebrix-extension/issues/3134 - End-users using a partner token will only have access to deployments: https://github.com/pixiebrix/pixiebrix-app/issues/1489 Implementation Sketch - Modify RequireAuth to check for either: 1) the token, or 2)...

Context - As a extension developer, I want to be able to modify the style of an element on the page (e.g., reduce padding/margin) Considerations - Set `style` attribute? Alternative...

runtime