1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

import and export

This commit is contained in:
Laura
2025-08-16 14:54:27 +02:00
parent 566996a728
commit 66cf5011a5
6 changed files with 155 additions and 6 deletions

View File

@@ -625,6 +625,8 @@ body.loading #version,
#json,
#search,
#scrolling,
#import,
#export,
#clear,
#add,
#send,
@@ -749,6 +751,8 @@ label[for="reasoning-tokens"] {
#json,
#search,
#scrolling,
#import,
#export,
#clear {
position: unset !important;
}
@@ -777,6 +781,14 @@ label[for="reasoning-tokens"] {
background-image: url(icons/search-on.svg);
}
#import {
background-image: url(icons/import.svg);
}
#export {
background-image: url(icons/export.svg);
}
#clear {
background-image: url(icons/trash.svg);
}