Tobi
Tobi
## Advanced filters Some people have some sort of filter options they use every (or most) time(s) when using Verbose to reduce spam of specific plugins. ### Possible Implementations **State:**...
Since #288 was merged recently, there are new strings needing messages to be translated. This Pull Request adds them.
Adds a component to parse strings with color codes, eg. prefixes. Currently only on the Group creation modal. (Click the "+" right of "Groups" and type in a prefix) Preview...
The linebreak style validation of eslint is slowing down recompilation quite considerably (a few seconds). The 828 errors it gets us may also make the one actual and important error...
Added CTRL+S, CTRL+Y and CTRL+Z as described in #315.
## The problem Currently default test data for payments is being missed. This hinders the development flow, when you have to add data after every restart. It would be nice...
## The issue When you list all communities by `GET /communities`, you get all the communities in a `communities` array, you can also page them using `page` and `size` query...
Functional components do offer us advantages over class components: they're easier to write, understand and allow us using hooks. The following list of class components should be rewritten to functional...
This introduces a Form component, supported by React hook form, which also allows us to use yup to validate the inputs. This also converted some components to funcional ones. Also...