The codebase that powers boop.cat boop.cat
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

this might look better

-10
-10
client/src/styles.css
··· 232 232 .status-building { 233 233 background: rgba(245, 158, 11, 0.12); 234 234 color: #b45309; 235 - animation: pulse-glow 2s ease-in-out infinite; 236 235 } 237 236 238 237 .status-running { 239 238 background: rgba(34, 197, 94, 0.14); 240 239 color: #15803d; 241 - animation: pulse-glow 2s ease-in-out infinite; 242 240 } 243 241 244 242 .status-failed { ··· 3101 3099 box-shadow: 3px 3px 0 var(--card-text); 3102 3100 } 3103 3101 3104 - /* Status-colored left accent for deploy rows */ 3105 - .deployRow:has(.status-building) { border-left: 5px solid #f59e0b; } 3106 - .deployRow:has(.status-running) { border-left: 5px solid #22c55e; } 3107 - .deployRow:has(.status-failed) { border-left: 5px solid #ef4444; } 3108 - .deployRow:has(.status-stopped), 3109 - .deployRow:has(.status-canceled) { border-left: 5px solid #94a3b8; } 3110 - .deployRow:has(.status-active), 3111 - .deployRow:has(.status-ready) { border-left: 5px solid #22c55e; } 3112 3102 3113 3103 .deployRow .siteName { 3114 3104 font-weight: 600;