test: mock AnthropicClient in analyze tests to prevent live API calls
This commit is contained in:
@@ -24,6 +24,19 @@
|
||||
&:hover { background: var(--blue-darker); }
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
padding: 40px 20px;
|
||||
text-align: center;
|
||||
color: var(--text-dimmer);
|
||||
font-size: var(--fs-md);
|
||||
background: var(--bg-elevated);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-lg);
|
||||
margin-bottom: 20px;
|
||||
|
||||
p { margin: 0; }
|
||||
}
|
||||
|
||||
.refreshing-hint {
|
||||
font-size: var(--fs-sm);
|
||||
color: var(--text-dimmer);
|
||||
|
||||
Reference in New Issue
Block a user