Add activity push notifications and registration patches

This commit is contained in:
2026-09-15 08:31:45 +02:00
parent 7c801dfddd
commit 55174684af
38 changed files with 1096 additions and 42 deletions
+6
View File
@@ -609,3 +609,9 @@ h1, .page-title h1 {
.bug-success { color:#bbf7d0; }
.bug-report-form button:disabled { opacity:.6; cursor:wait; }
@media(max-width:600px) { .bug-report-options { grid-template-columns:1fr; } }
.notification-preferences { display: grid; gap: 12px; margin: 16px 0; }
.notification-preferences label { display: flex; gap: 10px; align-items: center; }
.notification-preferences input[type="checkbox"] { width: auto; }
.patch.earned.patch-alpha_tester { border: 2px solid #e7bc58; box-shadow: 0 0 12px #e7bc5855; background: #211b0f; }
.patch.earned.patch-beta_tester { border: 1px solid #a7b4c5; }
.patch.earned.patch-early_bird { border: 1px solid #b4835e; }