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

Seen in https://github.com/pixiebrix/pixiebrix-extension/pull/8016#discussion_r1535389275 Places that can benefit from the popover API, if they don't already use it: - notifications - quickbar - command popover - modals - https://github.com/pixiebrix/pixiebrix-extension/issues/8028

bug
user experience
low priority

I think there should be a main tracking issue for ease of reference. I'll be using this.

strict null checks

This is related to `strictNullChecks`. I'm confused about why the logging utility is used to pass data around. I wonder if this context should be accessed differently, can we find...

developer experience
rfc
strict null checks

Discussion in https://github.com/pixiebrix/pixiebrix-extension/pull/7667#discussion_r1495953357 There are currently ~100 issues for `exactOptionalPropertyTypes`, some of which look easy to fix. I think we'd want to fix issues like this before making it stricter:...

developer experience
strict null checks

_Originally posted by @BLoe in https://github.com/pixiebrix/pixiebrix-extension/pull/6683#discussion_r1368895783_ > Furthermore, this `CreatableAutoSuggest` component appears to only be used in one place, in `SelectorSelectorWidget`. I'm not sure if this was used in more...

developer experience
strict null checks

I've been skipping this file because I'm not sure of how you'd like to handle it: https://github.com/pixiebrix/pixiebrix-extension/blob/main/src/components/formBuilder/formBuilderHelpers.ts ``` [3:45:34 PM] File change detected. Starting incremental compilation... src/components/formBuilder/formBuilderHelpers.ts:185:5 - error TS18048:...

developer experience
strict null checks

Follow-up of https://github.com/pixiebrix/pixiebrix-extension/issues/6498 `contentScript/messenger/api.ts` is being split off because of the 700 ts errors that need to be resolved from adding it

developer experience
strict null checks

Context --- - There's a regression we have to watch out for. See thread here: https://github.com/pixiebrix/pixiebrix-extension/pull/6521 - Ignored dependabot here: https://github.com/pixiebrix/pixiebrix-extension/pull/6551

dependencies

Parts to review: - Popover itself (e.g., how to mark "selected" given that entries are buttons?) - Navigation control information

a11y