I want to add some feedback to the user when things work or don’t work as expected. How exactly can I make use of quasar’s notify in a Genie app?
For example, I have a file upload, where the file is a toml file with specifications for some settings. The problem is that the user might have edited that toml file wrong. I want to run some checks on the file after it’s uploaded to make sure it’s fine. So I’d like to notify the user if things went wrong (and what went wrong).