LibreChat/client/src
Marco Beretta b1a96ecedc
feat: auto-scroll to the bottom of the conversation (#1049)
* added button for autoscroll

* fix(General) removed bold

* fix(General) typescript error with checked={autoScroll}

* added return condition for new conversations

* refactor(Message) limit nesting

* fix(settings) used effects

* fix(Message) disabled autoscroll when search

* test(AutoScrollSwitch)

* fix(AutoScrollSwitch) test

* fix(ci): attempt to debug workflow

* refactor: move AutoScrollSwitch from General file, don't use cache for npm

* fix(ci): add test config to avoid redirects and silentRefresh

* chore: add back workflow caching

* chore(AutoScrollSwitch): remove comments, fix type issues, clarify switch intent

* refactor(Message): remove unnecessary message prop form scrolling condition

* fix(AutoScrollSwitch.spec): do not get by text

---------

Co-authored-by: Danny Avila <messagedaniel@protonmail.com>
2023-10-16 11:01:38 -04:00
..
common feat: auto-scroll to the bottom of the conversation (#1049) 2023-10-16 11:01:38 -04:00
components feat: auto-scroll to the bottom of the conversation (#1049) 2023-10-16 11:01:38 -04:00
hooks feat: auto-scroll to the bottom of the conversation (#1049) 2023-10-16 11:01:38 -04:00
localization feat: auto-scroll to the bottom of the conversation (#1049) 2023-10-16 11:01:38 -04:00
routes feat(api): initial Redis support; fix(SearchBar): proper debounce (#1039) 2023-10-11 17:05:47 -04:00
store feat: auto-scroll to the bottom of the conversation (#1049) 2023-10-16 11:01:38 -04:00
utils feat(api): initial Redis support; fix(SearchBar): proper debounce (#1039) 2023-10-11 17:05:47 -04:00
App.jsx refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
main.jsx ci(backend-review.yml): add linter step to the backend review workflow (#625) 2023-07-14 09:36:49 -04:00
mobile.css refactor: Settings/Presets UI Restructure, convert many files to TS (#740) 2023-08-04 13:56:44 -04:00
style.css chore(style.css): update font paths to use a variable for the fonts directory 2023-08-09 10:28:04 -04:00