Add ability to retry a query from the web app

This commit is contained in:
Debanjum
2025-06-04 01:15:30 -07:00
parent 05d4e19cb8
commit d16f9f272b
4 changed files with 86 additions and 1 deletions

View File

@@ -158,7 +158,8 @@ button.codeCopyButton:hover {
div.feedbackButtons img,
button.codeCopyButton img,
button.copyButton img {
button.copyButton img,
button.retryButton img {
width: 24px;
}