[GH-ISSUE #165] Appearance Settings Page #104

Closed
opened 2026-02-22 18:17:55 -05:00 by yindo · 1 comment
Owner

Originally created by @timothycarambat on GitHub (Aug 1, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/165

Originally assigned to: @shatfield4 on GitHub.

As the admin in a multi-user instance or in a single-user instance of AnythingLLM there should be a page for "Appearance" that allows the user to

  • Update the logo in the sidebar of the app. Store locally
  • Change the Default opening messages
    • each item should have a text key and an option actions array of buttons (text + ur propsl)
Originally created by @timothycarambat on GitHub (Aug 1, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/165 Originally assigned to: @shatfield4 on GitHub. As the admin in a multi-user instance or in a single-user instance of AnythingLLM there should be a page for "Appearance" that allows the user to - Update the logo in the sidebar of the app. Store locally - Change the Default opening messages - each item should have a `text` key and an option `actions` array of buttons `(text + ur propsl)`
yindo closed this issue 2026-02-22 18:17:55 -05:00
Author
Owner

@timothycarambat commented on GitHub (Aug 10, 2023):

There should be a page on the URL /system/appearance that is accessible for all in single user mode. In multi user mode this page will only be available to the admin role users.

The file upload input should only allow image-type files and suggest the correct dimensions for the appropriate image size.
On upload, the image should be saved into a new folder /server/storage/assets and the value of the filename be saved as a key in the System table of the DB.

On page load we should try to load their logo and if it fails to load for any reason we should fallback to the new shiny AnythingLLM logo.

@timothycarambat commented on GitHub (Aug 10, 2023): There should be a page on the URL `/system/appearance` that is accessible for all in single user mode. In multi user mode this page will only be available to the `admin` role users. The file upload input should only allow image-type files and suggest the correct dimensions for the appropriate image size. On upload, the image should be saved into a new folder `/server/storage/assets` and the value of the filename be saved as a key in the `System` table of the DB. On page load we should try to load their logo and if it fails to load for any reason we should fallback to the new shiny AnythingLLM logo.
yindo changed title from Appearance Settings Page to [GH-ISSUE #165] Appearance Settings Page 2026-06-05 14:33:30 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#104