mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
import and export
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
7
static/css/icons/export.svg
Normal file
7
static/css/icons/export.svg
Normal 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: 651 B |
7
static/css/icons/import.svg
Normal file
7
static/css/icons/import.svg
Normal 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: 819 B |
Reference in New Issue
Block a user