Notifications
Setup
Jhana UI uses a singleton Svelte component. You have to include this once in your root layout. Then you can use the notify system across your whole app.
In case you're not happy with the default notify config, you can just set the values of the config object.
Usage
Once set up, you can just use the notify function anywhere. Either directly in the components or you might set up one file that contains all the notifications your app uses.