1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

retry button

This commit is contained in:
Laura
2025-08-16 14:07:45 +02:00
parent 30f2b6656e
commit c2113e8491
4 changed files with 188 additions and 154 deletions

View File

@@ -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);
}

View 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