better system messages, display name relocation
linter / quality (push) Failing after 1m6s
tests / ci (8.3) (push) Failing after 54s
tests / ci (8.4) (push) Failing after 1m8s
tests / ci (8.5) (push) Failing after 1m13s

This commit is contained in:
Daan Meijer
2026-06-17 11:00:35 +02:00
parent 0fee3c1972
commit c6d482e3de
22 changed files with 689 additions and 204 deletions
+3 -3
View File
@@ -212,7 +212,7 @@ class DatabaseSeeder extends Seeder
// Seed Etiquette Mutations
Mutation::create([
'ledger_id' => $etiquetteLedger->id,
'user_id' => $alice->id,
'user_id' => $bob->id,
'type' => 'penalty',
'amount' => 5,
'description' => 'Interrupted Domina Alice during daily instructions',
@@ -221,7 +221,7 @@ class DatabaseSeeder extends Seeder
Mutation::create([
'ledger_id' => $etiquetteLedger->id,
'user_id' => $alice->id,
'user_id' => $bob->id,
'type' => 'penalty',
'amount' => 10,
'description' => 'Forgot correct posture during morning roll call',
@@ -230,7 +230,7 @@ class DatabaseSeeder extends Seeder
Mutation::create([
'ledger_id' => $etiquetteLedger->id,
'user_id' => $alice->id,
'user_id' => $bob->id,
'type' => 'penalty',
'amount' => 5,
'description' => 'Spoke out of turn in general chat',