Add debug More/Clear/Upload tools for paintings and artist portraits.
Extends the debug panel on painting detail and artist bio with a 20-result search picker, local image upload, and clear-to-empty-frame workflow, plus API routes, artist checkup migration, and documentation. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
b4425445bb
commit
0972b5df99
@@ -58,6 +58,19 @@
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.bio-portrait-checked img {
|
||||
border-color: #ffd700;
|
||||
box-shadow: 0 8px 28px rgba(255, 215, 0, 0.25);
|
||||
}
|
||||
|
||||
.bio-portrait-empty {
|
||||
width: 240px;
|
||||
height: 300px;
|
||||
border: 4px solid rgba(201, 169, 110, 0.35);
|
||||
border-radius: 4px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.bio-text {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user