More notifications in participants table

This commit is contained in:
Roman Krček
2025-07-14 21:37:05 +02:00
parent 396d29c76b
commit 5d957b18ee
3 changed files with 34 additions and 17 deletions

View File

@@ -11,6 +11,10 @@ Basics: These you need to really follow!
- server: $locals.supabase
- Avoid unnceessary iterations. Once the problem is solved, ask me if i want to to continue and only then continue iterating.
- Avoid sweeping changes throught the project. If you want to change something globally, ask me first.
- to add a notification, use the toast component
- example: toast.success, toast.info, toast.warning, toast.error
Do not fall back to the legacy $: label syntax or Svelte 3/4 stores! This is important!