[GH-ISSUE #675] [FEAT]: Custom footer Icon links #385

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

Originally created by @timothycarambat on GitHub (Feb 5, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/675

Originally assigned to: @shatfield4 on GitHub.

What would you like to see?

see https://github.com/Mintplex-Labs/anything-llm/issues/588#issuecomment-1927072182

We should enable the admin or primary user to customize the links (hide/show) at the bottom footer of the page. To prevent slow rendering we should likely cache these options on the client side for quick loading.

The icons can be customizable, but only from a small subset of phospor icons that make sense for most use cases

Originally created by @timothycarambat on GitHub (Feb 5, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/675 Originally assigned to: @shatfield4 on GitHub. ### What would you like to see? see https://github.com/Mintplex-Labs/anything-llm/issues/588#issuecomment-1927072182 We should enable the `admin` or primary user to customize the links (hide/show) at the bottom footer of the page. To prevent slow rendering we should likely cache these options on the client side for quick loading. The icons can be customizable, but only from a small subset of phospor icons that make sense for most use cases
yindo added the enhancementfeature request labels 2026-02-22 18:19:15 -05:00
yindo closed this issue 2026-02-22 18:19:15 -05:00
Author
Owner

@timothycarambat commented on GitHub (Feb 5, 2024):

Deliverables:

  • UI elements to support the changing of the footer icons in appearance settings
  • Should be able to select a small preset Phosphor icon + link
  • Setting any custom item will remove all default links.
  • These settings should be stored in system setting table like the others. JSON is OK
  • We should cache the settings for this on the client side valid for ~1 hour so that we are not querying this information over and over when it does not change often.
@timothycarambat commented on GitHub (Feb 5, 2024): Deliverables: - UI elements to support the changing of the footer icons in appearance settings - Should be able to select a small preset Phosphor icon + link - Setting any custom item will remove all default links. - These settings should be stored in system setting table like the others. JSON is OK - We should cache the settings for this on the client side valid for ~1 hour so that we are not querying this information over and over when it does not change often.
yindo changed title from [FEAT]: Custom footer Icon links to [GH-ISSUE #675] [FEAT]: Custom footer Icon links 2026-06-05 14:35:01 -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#385