mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-10 03:02:13 -08:00
allow refreshing single card after editing user metadata instead of all cards
This commit is contained in:
parent
efceed8c7f
commit
a1d6ada69a
9 changed files with 141 additions and 86 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class='card' style={style} onclick={card_clicked} {sort_keys}>
|
||||
<div class='card' style={style} onclick={card_clicked} data-name="{name}" {sort_keys}>
|
||||
{background_image}
|
||||
<div class="button-row">
|
||||
{edit_button}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue