mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00

* feat: Minor design changes to mimic OpenAI's latest login page * fix: Optimize ThemeSelector for mobile * fix: Use a svg for the logo for transperency in dark mode * feat: Update styles for Registration * feat: Update error colors for login & registration * fix: remove medium font * wip: Dropdown menu * feat: Update dropdown to match ChatGPT * feat: Improve rounding and padding * feat: Add UI Updates to RequestPasswordReset, PasswordRest and increase width for theme dropdown * fix: Modify the My Files modal's width to not touch the screen * feat: fix scrolling for dropdown, and make border width lighter * feat: Match popup menu design to OpenAI (p1/2) * fix+feat: fix dark mode, add user email, add lighter borders * fix: Add border color on focus of chat input. * feat: Move Export Conversation to a seperate button (testing) * fix: Properly center Login, Registration, Reset Password Flow * fix: Border colors on dark mode for settings modal * feat: Improve wording for settings menu * fix: Optimize settings modal for mobile and fix height for modal * feat: Optimize for desktop * fix: make TooltipTrigger asChild of button, improve settings mobile responsiveness * feat: Handle dropdowns properly TODO: Make height dynamic, fix dark mode colors * fix: input styles fix: make endpoint icon smaller * feat: Update UI to Match ChatGPT Style - Updated the dropdown styles to match the aesthetic of ChatGPT. - Decreased spacing within the conversation area for cleanliness. - Replaced the current archive icon with the ChatGPT's icon. * fix: fix colors for EditMenuButton & ArchiveButton for dark mode and light mode * fix: ui fixes * fix: Fix Conversation UI Bugs * fix: transparency of HoverToggle to make buttons not visible * fix: dark mode HoverToggle & compress menu item spacing * fix: responsiveness of export icon * fix: first mentionitem is set to always be highlighted * fix: improve hover state to text instead of bg * feat: Update icons to ChatGPT Style * fix: dark mode hover for PanelFileCell * fix: change navlinks z-index to 100 * fix: hover states for DataTable * feat: Move ExportButton to seperate component * chore: remove unused imports
102 lines
No EOL
1.5 KiB
Text
102 lines
No EOL
1.5 KiB
Text
### node etc ###
|
|
|
|
# Logs
|
|
data-node
|
|
meili_data*
|
|
data/
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Compiled Dirs (http://nodejs.org/api/addons.html)
|
|
build/
|
|
dist/
|
|
public/main.js
|
|
public/main.js.map
|
|
public/main.js.LICENSE.txt
|
|
client/public/images/
|
|
client/public/main.js
|
|
client/public/main.js.map
|
|
client/public/main.js.LICENSE.txt
|
|
|
|
# Dependency directorys
|
|
# Deployed apps should consider commenting these lines out:
|
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
node_modules/
|
|
meili_data/
|
|
api/node_modules/
|
|
client/node_modules/
|
|
bower_components/
|
|
*.d.ts
|
|
|
|
# Floobits
|
|
.floo
|
|
.floobit
|
|
.floo
|
|
.flooignore
|
|
|
|
#config file
|
|
librechat.yaml
|
|
librechat.yml
|
|
|
|
# Environment
|
|
.npmrc
|
|
.env*
|
|
my.secrets
|
|
!**/.env.example
|
|
!**/.env.test.example
|
|
cache.json
|
|
api/data/
|
|
owner.yml
|
|
archive
|
|
.vscode/settings.json
|
|
src/style - official.css
|
|
/e2e/specs/.test-results/
|
|
/e2e/playwright-report/
|
|
/playwright/.cache/
|
|
.DS_Store
|
|
*.code-workspace
|
|
.idx
|
|
monospace.json
|
|
.idea
|
|
*.iml
|
|
*.pem
|
|
config.local.ts
|
|
**/storageState.json
|
|
junit.xml
|
|
**/.venv/
|
|
**/venv/
|
|
|
|
# docker override file
|
|
docker-compose.override.yaml
|
|
docker-compose.override.yml
|
|
|
|
# meilisearch
|
|
meilisearch
|
|
meilisearch.exe
|
|
data.ms/*
|
|
auth.json
|
|
|
|
/packages/ux-shared/
|
|
/images
|
|
|
|
!client/src/components/Nav/SettingsTabs/Data/
|
|
|
|
# User uploads
|
|
uploads/
|
|
|
|
# owner
|
|
release/ |