Minor Update to UI (#1692)

New sidebar / chatbar color, hidable right-panel, and many more small tweaks.

---------

Co-authored-by: pablodanswer <“pablo@danswer.ai”>
This commit is contained in:
pablodanswer
2024-06-26 13:54:41 -07:00
committed by GitHub
parent 20c4cdbdda
commit d6e5a98a22
16 changed files with 341 additions and 220 deletions

View File

@@ -43,6 +43,8 @@ module.exports = {
"background-strong": "#eaecef",
"background-search": "#ffffff",
"background-custom-header": "#f3f4f6",
"background-inverted": "#000000",
"background-weak": "#f3f4f6", // gray-100
// text or icons
link: "#3b82f6", // blue-500
@@ -60,6 +62,7 @@ module.exports = {
// borders
border: "#e5e7eb", // gray-200
"border-light": "#f3f4f6", // gray-100
"border-medium": "#d1d5db", // gray-300
"border-strong": "#9ca3af", // gray-400
// hover
@@ -73,13 +76,6 @@ module.exports = {
text: "#fef9c3", // yellow-100
},
// bubbles in chat for each "user"
user: "#fb7185", // yellow-400
ai: "#60a5fa", // blue-400
// for display documents
document: "#ec4899", // pink-500
// scrollbar
scrollbar: {
track: "#f9fafb",
@@ -92,6 +88,13 @@ module.exports = {
},
},
// bubbles in chat for each "user"
user: "#fb7185", // yellow-400
ai: "#60a5fa", // blue-400
// for display documents
document: "#ec4899", // pink-500
// light mode
tremor: {
brand: {