Ship Assistent 0.11.9: esbuild bundle and patch-keys manifest.
Replace split Assets JS with a built bundle and aligned C#/config so SwarmUI loads one script and patch apply stays consistent; drop legacy terse persona and memory seed. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -95,6 +95,10 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.sa-board:focus-visible {
|
||||
box-shadow: 0 0 0 2px color-mix(in srgb, currentColor 55%, transparent);
|
||||
}
|
||||
|
||||
.sa-board.sa-board-gen-only {
|
||||
grid-template-columns: 1fr;
|
||||
grid-auto-rows: 1fr;
|
||||
@@ -138,6 +142,10 @@
|
||||
transition: border-color 0.15s ease, box-shadow 0.15s ease;
|
||||
}
|
||||
|
||||
.sa-slot:focus-visible {
|
||||
box-shadow: 0 0 0 2px color-mix(in srgb, currentColor 55%, transparent);
|
||||
}
|
||||
|
||||
.sa-slot.sa-has-image {
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user