1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +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);
}