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

https://pixiebrix-extension-storybook.vercel.app/?path=/story/widgets-cssclasswidget--blank-literal ``` Input widget TextWidget not set. Did you forget to register it in registerDefaultWidgets? UnsetWidget@https://pixiebrix-extension-storybook.vercel.app/29614.9f118f59.iframe.bundle.js:2:97000 Ch@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2321490 ck@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2373328 bk@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2360673 ak@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2360604 Tj@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2360473 Lj@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2357498 Jg@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2354878 lk@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2370829 @https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2372218 Xj@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2357866 tk@https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:2372203 @https://pixiebrix-extension-storybook.vercel.app/57355.c2579cdf.iframe.bundle.js:2:1238758 Promise@[native code]...

bug
developer experience

Storybook and react-router often cause trouble when their packages are updated separately: - https://github.com/pixiebrix/pixiebrix-extension/pull/4430 - https://github.com/pixiebrix/pixiebrix-app/pull/2381#commits-pushed-b6fa533 - https://github.com/pixiebrix/pixiebrix-app/pull/1782 There's a feature request for native support for this, but no fix...

dependencies
developer experience

From Orlando: > When adding the "Page Metadata reader" brick in an extension, as direct brick after the Trigger brick (in my case the Quickbar) the green checkmarks when you...

bug

There's a weird auto complete bug in the page editor, when I try to use a variable that has a space in it the following happens • [Slack Message](https://pixiebrix.slack.com/archives/C0436P48QHY/p1665435582165779)

bug

* [The Formik form in `ActivateWizard` has the `noValidate` flag set](https://github.com/pixiebrix/pixiebrix-extension/blob/main/src/options/pages/marketplace/ActivateWizard.tsx#L109) * Required fields aren't checked, and things like specific string formats (e.g. email address) are also not checked

There are duplicate `addNew` functions, one in `GenericInsertPanel`, and one returned from the `useAddNewElement()` hook. The logic in the various insert panels and the two different add-new functions is very...

Follow-up of https://github.com/pixiebrix/pixiebrix-extension/pull/4373 We've run into UX problems with loading behavior for themes. Ideally, we'd like to query themes once and cache until invalidated. See discussion here: https://github.com/pixiebrix/pixiebrix-extension/pull/4373#issuecomment-1267387229 This will...

user experience

There are some major changes but no migration guide yet. The package was renamed to `@tanstack/react-table` https://github.com/TanStack/table/discussions/4019#discussioncomment-3050738 Edit: Guide ready at https://tanstack.com/table/v8/docs/guide/migrating

dependencies

Context --- - Follow up to https://github.com/pixiebrix/pixiebrix-extension/issues/4357#event-7499863613 - We thing requests proxied via background page will keep the background page alive due to the open message - However, we need...

low priority
mv3