pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
The arrow seems to be too close to the border. This is the Chrome-provided arrow and there doesn't seem to be a way to move it: https://stackoverflow.com/questions/51701666/how-to-change-the-position-of-a-drop-down-arrow-in-css Possible solution: -...
* Do they need to fire every time both the user token data and the partner data changes? * Are they firing too often? Should there be more checks around...
* [This change](https://github.com/pixiebrix/pixiebrix-extension/pull/7734) means that we can now simplify the `UserData` type, it doesn't need to use `Partial` everywhere anymore, since we're no longer handling the "anonymous user" situation with...
The types of `Me` seem to be incomplete. In the swagger file, no key is required, I don’t think this is the case in real life as actual users must...
## Describe the bug You can open it, but it stays open until a page reload ## To Reproduce Steps to reproduce the behavior: 1. Go to chrome-extension://mpjjildhmpddojocokjkgmlkkkfjnepo/options.html#/services 2. Click...
## What does this PR do? - Closes #8761 - Updates internal/external naming from brick to package. (Because not everything is a "brick" anymore) ## Remaining Work - [x] Fix...
## What does this PR do? - Closes #8759 - Always show the mod variable data panel in the Page Editor - Rename tab name in data panel from Page...
Context --- - The workshop code currently uses "brick" to refer to bricks, mods, and integrations - Change external/internal naming to "Package"
Context --- - https://www.notion.so/pixiebrix/Make-Mod-Variables-data-panel-Tab-less-confusing-c3456642622943c7bc9e804511e564d9?pvs=4 - The current behavior of the Page State data panel page is confusing and annoying. It only shows on starter bricks and bricks that are page-state...
## What does this PR do? - Use `ModComponentRef` instead of flat `extensionId` and `blueprintId` in panel runtime - Follows the principle that semantically coupled properties should be grouped -...