pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
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
- 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...
Context - Our `automation-anywhere/control-room` integration uses token-based authentication. The token can expire, which results in a failed request
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...
- [ ] Markdown: or we can just have our existing text element support markdown? - [ ] Links: necessary if we have the existing text element support markdown? -...
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...
Context - Watch computed fields on the screen - We already use MutationObserver under the hood for our watch behavior, etc.
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) -...
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...