pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
See **Known Issues** section of [Add Official Support for Microsoft Edge Chromium](https://github.com/pixiebrix/pixiebrix-extension/issues/6202)
Part of @fregante implementation sketch here: https://github.com/pixiebrix/pixiebrix-extension/issues/4810#issuecomment-1999009685 - Add a separate ky-based API client - Begin migrating axios calls where reasonable
Update any axios-specific helper methods to support ky, e.g. [networkErrorHelpers.ts](https://github.com/pixiebrix/pixiebrix-extension/blob/dfe97b325a07f5cccc2fc2a90d1bc68a6292c8a2/src/errors/networkErrorHelpers.ts#L170-L170)
We currently have 9 critical accessibility rules that are in violation in the extension console mods page as identified by axe-core. These are: - "color-contrast" - "heading-order" - "label-title-only" -...
## Describe the bug The mods page shows "update available" for mod deployments when there's a newer version of a mod A non-restricted user has no way of know which...
Context --- - https://pixiebrix.slack.com/archives/C0436P48QHY/p1679664016314509 Correct URL --- `/marketplace/activate/?reinstall=1`
## Describe the bug Noticed that using undo/redo in the `value` configuration field for a brick causes an NPE to be thrown trying to access `isRootAware`. Looks like the reference...
As reported in https://github.com/pixiebrix/pixiebrix-extension/issues/7779, using the "insert text" into all frames means that all frames receive the "insert text" message, so they all insert it regardless of the field the...
Right now we have to load the admin console every time we run a playwright test to link the extension properly. It would be better to figure out a way...
There are some small issues we could look into at some point