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

**Considerations** - Currently the user only fetches the latest version of bricks from the server. Would need to also be able to dependency resolution to pull other bricks satisfying a...

runtime
specification required

**Context** - Hard-coded bricks in the extension are slow to update since they have to be released on the extension release cycle - The hard-coded Pipedrive bricks should be possible...

developer experience

## Context - Each brick takes input as determined by it's [JSON Schema](https://json-schema.org/understanding-json-schema/) input schema - PixieBrix automatically renders brick configuration fields based on the schema - PixieBrix supports a...

user experience

Continuation of #914. Default readers are executed outside of `combinators.ts`

enhancement
low priority

When calling https://hn.algolia.com/api/v1/search during maintenance (and getting a 502) ![image](https://user-images.githubusercontent.com/1879821/125370971-bdb9f600-e34d-11eb-9fbb-84c7fb5c28df.png)

user experience

Placeholder to work on the specification for persisting unsaved changes in the Page Editor\.

Opening an issue to track and discuss. Potentially it's just a file rename and search and replace (except for the underlying name in the API, which should probably stay the...

developer experience

Repro: 1. Add `throw new Error('TEST')` to after the UUID line https://github.com/pixiebrix/pixiebrix-extension/blob/4061afede8e9e1a64a63ed438805ac94dd5df6ed/src/pageEditor/tabState/tabStateSlice.ts#L49-L54 2. Open the console or background console The error is never reported, it doesn't bubble up to the...

developer experience

Follows: - https://github.com/pixiebrix/pixiebrix-extension/pull/4240 Pixiebrix does a good job at cleaning up the buttons across reloads, but some parts remain. This is probably mostly a DX issue meant to ensure PB...

bug
user experience
developer experience
runtime