chore: Phase 1 complete — all backend proxy tests pass

This commit is contained in:
Brian Krabach
2026-04-01 12:33:17 -07:00
parent e726ef9926
commit d0fe9cda67
15 changed files with 2110 additions and 10 deletions
+8
View File
@@ -256,6 +256,14 @@ body {
animation: bell-pulse 1.4s ease-in-out infinite;
}
/* Bell count number inside the badge */
.tile-bell-count {
font-size: 9px;
font-weight: 700;
line-height: 1;
color: inherit;
}
@keyframes bell-pulse {
0%, 100% {
opacity: 1;