pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
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
I think there should be a main tracking issue for ease of reference. I'll be using this.
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...
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:...
_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...
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:...
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
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
Parts to review: - Popover itself (e.g., how to mark "selected" given that entries are buttons?) - Navigation control information