pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
If the content script isn't yet injected, calling the QuickBar via global Chrome shortcut will first wait for the content script to be injected and then it will be able...
Steps to Reproduce --- - Click "Add Integration" - Select the Air Table integration - Click "Configure" - Click "Cancel" - Click the Zapier "View Key" button Expected Result: PixieBrix...
## Reproduce 1. Double-click browser action ## Current behavior Messaging continues until it times out, potentially surfacing confusing errors like `No handler registered for PING_SIDEBAR in the receiving end` to...
Being a modal, the QuickBar should be displayed above the sidebar, not below it: ## Repro 1. Open sidebar 2. Open QuickBar ## Solutions Quick: I think we just need...
Context --- - In https://github.com/pixiebrix/pixiebrix-app/pull/2187 we added validation to prevent overwriting published brick versions - In the Page Editor, this shows as receiving a generic 400 Validation error that doesn't...
Context --- - Conditions require that people write Nunjucks templates with logic - It's often the first time they have to write a template with logic - We have some...
Context --- - Our selector inference works well for in-house tools - It works very poorly for popular SaaS apps that were designed to have customizable data models (Salesforce, Zendesk)...
Left: console of the page editor Right: page editor Action: click on any extension Result: the whole editor re-renders (after a while) even if the same item was clicked Possible...
We used to display an alert when the sidebar would not open, but due to long delays, it caused confusion. Now if the sidebar fails to load, absolutely nothing happens....
Warn if brick is in "inherit" mode and selector matches element on page, but otherwise doesn't match
Context --- - Element-based triggers (e.g., keyup) pass through the element that triggered the event - Root-aware bricks (e.g., JQuery) by default evaluate w.r.t. to root element - Our selector...