Implement notification templates

Refactor notification providers to be more expandable in the future
Minor layout changes
This commit is contained in:
grimsi
2024-09-21 19:24:43 +02:00
parent 69a32fb4f4
commit a993b8a488
15 changed files with 276 additions and 72 deletions
@@ -7,7 +7,7 @@ const CheckboxInput = ({label, ...props}) => {
const [field] = useField(props);
return (
<div className="flex flex-row flex-1 items-center gap-2 my-2">
<div className="flex flex-row flex-1 items-center gap-2">
<Checkbox
{...field}
{...props}