personal memory agent
0
fork

Configure Feed

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

Merge branch 'hopper-dnvyrfyf-badge-consistency'

+14 -6
+14 -6
apps/health/workspace.html
··· 36 36 .status-summary { 37 37 background: #f9fafb; 38 38 border-radius: 12px; 39 - padding: 1em 1.5em; 39 + padding: 0.75em 1.5em; 40 40 font-size: 1em; 41 41 font-weight: 400; 42 42 color: #374151; ··· 275 275 } 276 276 277 277 .health-badge { 278 - background: #6b7280; 279 - color: white; 278 + background: transparent; 279 + color: #6b7280; 280 + border: 1px solid #d1d5db; 280 281 padding: 0.2em 0.6em; 281 282 border-radius: 12px; 282 283 font-size: 0.75em; ··· 291 292 .health-badge.recording { 292 293 background: #16a34a; 293 294 animation: pulse 2s infinite; 295 + color: white; 296 + border-color: transparent; 294 297 } 295 298 296 299 .health-badge.idle { 297 - background: #6b7280; 300 + background: transparent; 301 + color: #6b7280; 302 + border: 1px solid #d1d5db; 298 303 animation: none; 299 304 } 300 305 301 306 .health-badge.tmux { 302 307 background: #16a34a; 303 308 animation: none; 309 + color: white; 310 + border-color: transparent; 304 311 } 305 312 306 313 @keyframes pulse { ··· 806 813 } 807 814 808 815 .dream-progress { 809 - margin-bottom: 0.5em; 816 + margin-bottom: 0.75em; 810 817 } 811 818 812 819 .dream-progress-label { ··· 832 839 .dream-agents { 833 840 font-size: 0.85em; 834 841 color: #6b7280; 842 + margin-top: 0.5em; 835 843 } 836 844 837 845 /* Sync Card */ ··· 877 885 padding: 0.4em 0.8em; 878 886 text-align: left; 879 887 background: #e5e7eb; 880 - border-radius: 6px; 888 + border-radius: 12px; 881 889 display: inline-flex; 882 890 align-items: center; 883 891 gap: 0.4em;