mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
retry button
This commit is contained in:
@@ -256,11 +256,6 @@ body.loading #version {
|
||||
border: 2px solid #ed8796;
|
||||
}
|
||||
|
||||
.message.errored .options .copy,
|
||||
.message.errored .options .edit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.reasoning-text pre {
|
||||
background: #1b1d2a;
|
||||
}
|
||||
@@ -414,8 +409,12 @@ body.loading #version {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.message.errored .options .copy,
|
||||
.message.errored .options .edit,
|
||||
.message.errored .options .retry,
|
||||
.message.waiting .options,
|
||||
.message.reasoning .options,
|
||||
.message.tooling .options,
|
||||
.message.receiving .options {
|
||||
display: none;
|
||||
}
|
||||
@@ -596,6 +595,7 @@ body.loading #version,
|
||||
.message .tag-search,
|
||||
.message .copy,
|
||||
.message .edit,
|
||||
.message .retry,
|
||||
.message .delete,
|
||||
.pre-copy,
|
||||
.tool .call .name::after,
|
||||
@@ -645,6 +645,10 @@ input.invalid {
|
||||
background-image: url(icons/check.svg);
|
||||
}
|
||||
|
||||
.message .retry {
|
||||
background-image: url(icons/retry.svg);
|
||||
}
|
||||
|
||||
.message .edit {
|
||||
background-image: url(icons/edit.svg);
|
||||
}
|
||||
|
||||
7
static/css/icons/retry.svg
Normal file
7
static/css/icons/retry.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
||||
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
After Width: | Height: | Size: 879 B |
Reference in New Issue
Block a user