pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
Context --- - As a blueprint editor creating a multi-extension blueprint, I want to be able to co-develop to extensions that communicate with each other - Currently PixieBrix will clear...
Context --- - When using certain bricks, a user wants to be able select multiple elements on the page. For example, the For Each Element brick is used to loop...
After restricting the extension interface for partner users https://github.com/pixiebrix/pixiebrix-extension/issues/3136, we may need to change the copy for some views in the extension. This is TBD.
Context --- - https://github.com/pixiebrix/pixiebrix-extension/issues/3992 implemented support for username/password based authentication - PixieBrix uses the cached user id from the token exchange as the runAsUserIds for the call - When using...
Context --- - Users get confused when they can't find a brick in Search Brick modal - We can't expect new users to have a mental modal for why renderer/effect...
We intentionally chose to only support HTTPS websites, but we give no feedback on insecure HTTP sites. Given the rarity of these nowadays, I'm marking this as a low-priority. Examples:...
Bumps [history](https://github.com/remix-run/history) from 4.10.1 to 5.3.0. Release notes Sourced from history's releases. v5.3.0 This release provides support for native ESM consumption of all exports. v5.3.0-pre.0 No release notes provided. v5.2.0...
https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/ `script-src` CSP blockers: * gapi used for Google Sheets, File Picker, Big Query integration, etc.: https://bugs.chromium.org/p/chromium/issues/detail?id=1164452 * Chatlio support widget: https://chatlio.com/ (update: we removed this) Other potential blockers: *...
Context --- - Some users end up with identically named bricks when learning PixieBrix - PixieBrix does not enforce name uniqueness - The page editor generate basic names based on...
When the extension is reloaded, all pages stop receiving messages, including any sidebars currently on the page. This is not immediately visible and will result into failed retries of SIDEBAR_RENDER_PANELS...