Aleksandr Shukletsov
Aleksandr Shukletsov
**Describe the bug** Error message gets cut off when applying `fromdate` to an empty string **To Reproduce** 1. Set a filter `"" | fromdate`. 2. Get the error with the...
- [x] #4197 - [x] #4200 - [x] #4207 - [x] #4201 - [ ] #4202 - [x] #4203 - [x] #4204 - [ ] #4218 - [x] #4276 -...
For consistency reasons the application state should be stored in Redux. Create a slice and drop the Context.
* `useCreate`, `useSave`, `useRemove`, etc. are all pretty complicated for hooks * They pull in lots of data from redux (rtk query also), and they are run in the render...
Take all the Modals defined in [Editor](https://github.com/pixiebrix/pixiebrix-extension/blob/main/src/pageEditor/Editor.tsx#L182:L194) and [EditorPane](https://github.com/pixiebrix/pixiebrix-extension/blob/main/src/pageEditor/panes/EditorPane.tsx#L73) and keep them in one place.
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`...
The Field components should be able to get their errors from the analysis slice directly. The Options app doesn't use Analysis slice as of now. Implementations approaches: 1. Let the...