AquaNet: Added an Error Message trigger to pages that didn't telegraph to the user that there was an error before.

This commit is contained in:
Galexion
2024-02-29 22:48:41 -05:00
parent 88b7804123
commit c4309aa14c
5 changed files with 45 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
<script>
export let ifError = `No Error was Passed through. Quick, check the Devtools and create a Ticket!`;
</script>
<blockquote>
<h2 style="color:red;">Something's wrong, Please Try again Later.</h2>
<p>Need to know why? Check Below.</p>
<code>
{ifError}
</code>
</blockquote>