pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
Updating `@pixies/misc/apartmentscom-scraper-side-panel` in the page editor (1.0.7-1.0.9) removed the google sheets service and therefore the google sheets onboarding. Probably since it’s a service that has to be added manually. This...
[Slack Message](https://pixiebrix.slack.com/archives/C0436P48QHY/p1665684572418839?thread_ts=1665684572.418839&cid=C0436P48QHY)
Trying to move any of these elements into this container on `@pixies/misc/apartmentscom-scraper-side-panel` , can’t do that or even reorder them in the outline, on 1.7.9 [Slack Message](https://pixiebrix.slack.com/archives/C02CN01JXAA/p1665615719282149?thread_ts=1665615719.282149&cid=C02CN01JXAA)
Context --- - AA 0.26 introduces and embeddable AARI iframe. We have a YAML-based brick that wraps the widget to make it easy to include in a sidebar - The...
When picking an element, every time the user clicks on the wrong element, they are kicked out of the selection mode and are shown an error: https://user-images.githubusercontent.com/1402241/196393712-54da9bbf-6dc1-475b-903f-5613de90375b.mov ## Solutions -...
Discussion: - It's not clear how the machine got into this state. The [installDeployment](https://github.com/pixiebrix/pixiebrix-extension/blob/e1c4679df66679a1d51e10100b18f69735f6a6e5/src/background/deployment.ts#L173-L173) method in the background uninstalls existing blueprints - This PR should prevent the other direction: activating...
Context - The PixieBrix sidebar in the context of the top-level frame - The PixieBrix content script runs in the context of the frame its in - The PixieBrix "broadcast"...
**Steps to Reproduce** - Add a service definition without an authentication section (e.g., for a webhook) - When running the brick that uses the service you'll get an error `Cannot...
Context - Currently you have to refer to things as "@input.serviceVar.config.params", etc. Implementation sketch: - Add tests for current behavior - Add documentation to working with services documentation - Create...
Context - The renderer brick itself is run in the the sidebar context to support React components - Currently we're using ConsoleLogger for that execution - Additionally, bricks embedded inn...