pixiebrix-extension icon indicating copy to clipboard operation
pixiebrix-extension copied to clipboard

PixieBrix browser extension

Results 402 pixiebrix-extension issues
Sort by recently updated
recently updated
newest added

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: -...

page editor
papercut

* 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...

developer experience

* [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...

developer experience

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...

infrastructure
developer experience

## 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...

bug

## 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...

user experience
developer experience
workshop

## 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...

user experience
developer experience
page editor

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...

user experience
page editor

## 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 -...

developer experience