fix: AI review loading UX and Gate preview snapshot time filter SQL

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-05 13:51:16 +08:00
parent 86a6081090
commit 4ac4c062e0
8 changed files with 264 additions and 36 deletions
+15
View File
@@ -601,6 +601,21 @@ html[data-theme="light"] .ai-result {
color: #1a2838 !important;
}
.ai-result.is-loading {
color: #8fc8ff;
font-style: italic;
animation: ai-review-pulse 1.2s ease-in-out infinite;
}
html[data-theme="light"] .ai-result.is-loading {
color: #006e9a !important;
}
@keyframes ai-review-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.55; }
}
html[data-theme="light"] .ai-result-md p,
html[data-theme="light"] .detail-modal .panel-body.md-review p {
color: #1a2838 !important;