pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
* Ben has seen this happen, albeit very infrequently, only a handful of times total * Orlando reported the issue in Slack as well (8/24 in #extension-development) Can we figure...
Context --- - As a user, I want to deactivate an extension - When you search, the blueprints screen switches to "All Blueprints" Discussion --- - Maybe this is desired...
Let's change the data type here to `number`. I searched for all references in the code, and it's actually cast to `string` when set and then cast back to `number`...
Context --- - Some bricks are advance/rely on experimental features - Some new users are trying to use these and getting stuck Discussion --- - Approaches to marking as experimental:...
Context https://github.com/pixiebrix/pixiebrix-extension/pull/3168#issuecomment-1097331884 Currently, users are unable to delete personal blueprints after they're shared unless they go to the workshop. We would like to add the ability for users to delete...
Context --- - @MMirandi encountered the error on 1.7.4-beta.1 when saving the playground blueprint (which has 6+ extensions in it) - https://pixiebrix.slack.com/archives/C02CN01JXAA/p1660423174849619 - This does not prevent saving, the blueprint/extension...
Context --- - The Form Builder supports dropdowns with labelled values - For dynamic data (e.g., returned via API), putting the data in the right structure requires convoluted JQ
Context --- - As a Document Builder, I want to vary the content of the sidebar based on what the user has selected from a dropdown - Current way to...
Context --- - https://pixiebrix.slack.com/archives/C02CN01JXAA/p1660526771707399 Discussion --- - Might be because @MMirandi also has access to it via the organization?
Context --- - Users don't have control over when renderer pipelines run (e.g., the sidebar pipeline) Implementation Sketch --- - Create an Analysis Visitor that checks the isPure property of...