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

prompt tweaks and fixes

This commit is contained in:
Laura
2025-08-23 16:17:01 +02:00
parent d026c57ad2
commit a41162f5d8
14 changed files with 190 additions and 73 deletions

View File

@@ -226,6 +226,7 @@ body:not(.loading) #loading {
.statistics .provider::after,
.statistics .ttft::after,
.statistics .tps::after,
.statistics .tokens::after,
.message .tags::before {
content: "";
position: absolute;
@@ -513,6 +514,7 @@ body:not(.loading) #loading {
.statistics .provider,
.statistics .ttft,
.statistics .tps,
.statistics .cost,
.statistics .tokens {
position: relative;
display: flex;
@@ -522,7 +524,8 @@ body:not(.loading) #loading {
.statistics .provider::after,
.statistics .ttft::after,
.statistics .tps::after {
.statistics .tps::after,
.statistics .tokens::after {
left: unset;
right: -14px;
}
@@ -540,7 +543,11 @@ body:not(.loading) #loading {
}
.statistics .tokens::before {
background-image: url(icons/amount.svg);
background-image: url(icons/tokens.svg);
}
.statistics .cost::before {
background-image: url(icons/money.svg);
}
.message:not(:hover) .statistics {
@@ -719,6 +726,7 @@ body.loading #version,
.message .statistics .ttft::before,
.message .statistics .tps::before,
.message .statistics .tokens::before,
.message .statistics .cost::before,
#json,
#search,
#scrolling,
@@ -741,6 +749,7 @@ body.loading #version,
.message .statistics .ttft::before,
.message .statistics .tps::before,
.message .statistics .tokens::before,
.message .statistics .cost::before,
.message .tag-json,
.message .tag-search,
.message .role::before {
@@ -818,7 +827,7 @@ label[for="temperature"] {
}
label[for="iterations"] {
background-image: url(icons/time.svg);
background-image: url(icons/iterations.svg);
}
label[for="reasoning-effort"] {

View File

@@ -5,6 +5,7 @@
padding: 2px 5px;
font-size: 14px;
white-space: nowrap;
max-width: 148px;
}
.dropdown .selected {

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

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: 910 B

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: 963 B