mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 10:38:50 +01:00
🌡️ feat: Periodic Health Check to prevent UI Inactivity Connection Errors (#3589)
* 🌡️ feat: Periodic Health Check to prevent UI Inactivity Connection Errors
* feat: Add refetchOnWindowFocus option for health check
* feat: programmatically scroll to end when a chat request is initiated (and messages have rendered)
This commit is contained in:
parent
cf393b1308
commit
6ea2628b56
12 changed files with 81 additions and 14 deletions
|
|
@ -6,9 +6,6 @@ module.exports = {
|
|||
// darkMode: 'class',
|
||||
darkMode: ['class'],
|
||||
theme: {
|
||||
// colors: {
|
||||
// 'gpt-dark-gray': '#171717',
|
||||
// },
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'sans-serif'],
|
||||
mono: ['Roboto Mono', 'monospace'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue