Ship Assistent 0.15.3: user-owned Generate, SwarmUI aspects, HF import UX.
Chips and quick patches apply params without auto-Generate; aspect sizes match Swarm Side Length 1024. HF import shows drafts after switching filter from approved-only; training status and job polling improved. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+468
-134
File diff suppressed because it is too large
Load Diff
@@ -343,6 +343,10 @@
|
||||
min-height: 7.5rem;
|
||||
}
|
||||
|
||||
.sa-slot.sa-has-image img {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
.sa-slot img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
@@ -455,6 +459,16 @@
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.sa-composer-params {
|
||||
font-size: 0.72rem;
|
||||
opacity: 0.82;
|
||||
padding: 0.05rem 0 0.2rem;
|
||||
letter-spacing: 0.01em;
|
||||
line-height: 1.35;
|
||||
font-variant-numeric: tabular-nums;
|
||||
color: color-mix(in srgb, currentColor 88%, transparent);
|
||||
}
|
||||
|
||||
.sa-more-wrap {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
@@ -1712,6 +1726,12 @@
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.sa-btn-gen-primary {
|
||||
font-weight: 650;
|
||||
border-color: color-mix(in srgb, #3fb950 70%, currentColor);
|
||||
background: color-mix(in srgb, #3fb950 20%, transparent);
|
||||
}
|
||||
|
||||
.sa-btn-gen:disabled {
|
||||
opacity: 0.65;
|
||||
pointer-events: none;
|
||||
@@ -2482,6 +2502,13 @@
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.sa-train-global-status {
|
||||
display: block;
|
||||
margin: 0.25rem 0.55rem 0.4rem;
|
||||
min-height: 1.1em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.sa-ttab {
|
||||
border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
|
||||
background: transparent;
|
||||
@@ -2620,6 +2647,12 @@
|
||||
min-height: 1.1rem;
|
||||
}
|
||||
|
||||
.sa-hf-status.sa-hf-busy {
|
||||
opacity: 1;
|
||||
color: var(--emphasis, #8ab4ff);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.sa-hf-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user