fix: AI review loading UX and Gate preview snapshot time filter SQL
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user