feat(hub): show cached monitor board when returning from market area

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-03 21:40:29 +08:00
parent 7900a68d07
commit b5f66a0db2
3 changed files with 121 additions and 20 deletions
+11
View File
@@ -160,6 +160,17 @@ a:hover {
background: rgba(255, 77, 109, 0.1);
}
.sys-pill.syncing {
opacity: 0.85;
animation: sys-pill-pulse 1.2s ease-in-out infinite;
}
@keyframes sys-pill-pulse {
50% {
opacity: 0.55;
}
}
.top-nav {
display: flex;
gap: 4px;