pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
**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...
**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...
## 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...
Continuation of #914. Default readers are executed outside of `combinators.ts`
When calling https://hn.algolia.com/api/v1/search during maintenance (and getting a 502) 
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...
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...
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...