anything-llm/server/utils
Sean Hatfield fcb591d364
Add user PFP support and context to logo (#408)
* fix sizing of onboarding modals & lint

* fix extra scrolling on mobile onboarding flow

* added message to use desktop for onboarding

* linting

* add arrow to scroll to bottom (debounced) and fix chat scrolling to always scroll to very bottom on message history change

* fix for empty chat

* change mobile alert copy

* WIP adding PFP upload support

* WIP pfp for users

* edit account menu complete with change username/password and upload profile picture

* add pfp context to update all instances of usePfp hook on update

* linting

* add context for logo change to immediately update logo

* fix div with bullet points to use list-disc instead

* fix: small changes

* update multer file storage locations

* fix: use STORAGE_DIR for filepathing

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2023-12-07 14:11:51 -08:00
..
AiProviders Add API key option to LocalAI (#407) 2023-12-04 08:38:15 -08:00
chats Support LocalAi as LLM provider by @tlandenberger (#373) 2023-11-14 12:31:44 -08:00
database Full developer api (#221) 2023-08-23 19:15:07 -07:00
EmbeddingEngines Add built-in embedding engine into AnythingLLM (#411) 2023-12-06 10:36:22 -08:00
files Add user PFP support and context to logo (#408) 2023-12-07 14:11:51 -08:00
helpers Add built-in embedding engine into AnythingLLM (#411) 2023-12-06 10:36:22 -08:00
http Add API key option to LocalAI (#407) 2023-12-04 08:38:15 -08:00
middleware Create manager role and limit default role (#351) 2023-11-13 14:51:16 -08:00
prisma Add built-in embedding engine into AnythingLLM (#411) 2023-12-06 10:36:22 -08:00
telemetry Replace custom sqlite dbms with prisma (#239) 2023-09-28 14:00:03 -07:00
vectorDbProviders Add API key option to LocalAI (#407) 2023-12-04 08:38:15 -08:00