mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 08:08:49 +01:00
customGpts persist through localStorage
This commit is contained in:
parent
62bb6ea8f8
commit
9c3a78f96b
22 changed files with 405 additions and 220 deletions
|
|
@ -1419,10 +1419,6 @@ html {
|
|||
.border-white\/20 {
|
||||
border-color:hsla(0,0%,100%,.2)
|
||||
}
|
||||
.border-indigo-400 {
|
||||
--tw-border-opacity:1;
|
||||
border-color:rgba(129,140,248,var(--tw-border-opacity))
|
||||
}
|
||||
.border-gray-100 {
|
||||
--tw-border-opacity:1;
|
||||
border-color:rgba(236,236,241,var(--tw-border-opacity))
|
||||
|
|
@ -1431,24 +1427,9 @@ html {
|
|||
--tw-border-opacity:1;
|
||||
border-color:rgba(217,217,227,var(--tw-border-opacity))
|
||||
}
|
||||
.border-transparent {
|
||||
border-color:transparent
|
||||
}
|
||||
.border-black\/20 {
|
||||
border-color:rgba(0,0,0,.2)
|
||||
}
|
||||
.border-green-500 {
|
||||
--tw-border-opacity:1;
|
||||
border-color:rgba(25,195,125,var(--tw-border-opacity))
|
||||
}
|
||||
.border-orange-500 {
|
||||
--tw-border-opacity:1;
|
||||
border-color:rgba(224,108,43,var(--tw-border-opacity))
|
||||
}
|
||||
.border-red-500 {
|
||||
--tw-border-opacity:1;
|
||||
border-color:rgba(239,68,68,var(--tw-border-opacity))
|
||||
}
|
||||
.border-gray-500 {
|
||||
--tw-border-opacity:1;
|
||||
border-color:rgba(142,142,160,var(--tw-border-opacity))
|
||||
|
|
@ -1457,22 +1438,10 @@ html {
|
|||
--tw-bg-opacity:1;
|
||||
background-color:rgba(217,217,227,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-orange-500 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(224,108,43,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-red-500 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(239,68,68,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-\[\#5436DA\] {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(84,54,218,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-yellow-200 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(250,230,158,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-white {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(255,255,255,var(--tw-bg-opacity))
|
||||
|
|
@ -1489,28 +1458,9 @@ html {
|
|||
--tw-bg-opacity:1;
|
||||
background-color:rgba(247,247,248,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-gray-100 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(236,236,241,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-transparent {
|
||||
background-color:transparent
|
||||
}
|
||||
.bg-gray-500\/90 {
|
||||
background-color:hsla(240,9%,59%,.9)
|
||||
}
|
||||
.bg-red-100 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(254,226,226,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-yellow-100 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(254,249,195,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-green-100 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(210,244,211,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-gray-900 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(32,33,35,var(--tw-bg-opacity))
|
||||
|
|
@ -1539,13 +1489,6 @@ html {
|
|||
--tw-bg-opacity:1!important;
|
||||
background-color:rgba(217,217,227,var(--tw-bg-opacity))!important
|
||||
}
|
||||
.bg-green-500 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(25,195,125,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-orange-500\/10 {
|
||||
background-color:rgba(224,108,43,.1)
|
||||
}
|
||||
.bg-red-500\/10 {
|
||||
background-color:rgba(239,68,68,.1)
|
||||
}
|
||||
|
|
@ -1557,10 +1500,6 @@ html {
|
|||
--tw-bg-opacity:1;
|
||||
background-color:rgba(172,172,190,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-green-600 {
|
||||
--tw-bg-opacity:1;
|
||||
background-color:rgba(16,163,127,var(--tw-bg-opacity))
|
||||
}
|
||||
.bg-opacity-75 {
|
||||
--tw-bg-opacity:0.75
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue