[PR #219] [MERGED] Implemented toast messages for all system settings #3250

Closed
opened 2026-02-22 18:33:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/219
Author: @shatfield4
Created: 8/23/2023
Status: Merged
Merged: 8/23/2023
Merged by: @timothycarambat

Base: masterHead: 218-implement-toast-on-system-settings-changes


📝 Commits (3)

  • 7fc1b61 implemented toast for appearance settings changes
  • ecbb9f1 linting
  • c9765f9 implemented toast on system settings changes

📊 Changes

5 files changed (+27 additions, -101 deletions)

View changed files

📝 frontend/src/components/Modals/Settings/Appearance/index.jsx (+7 -36)
📝 frontend/src/components/Modals/Settings/LLMSelection/index.jsx (+6 -9)
📝 frontend/src/components/Modals/Settings/PasswordProtection/index.jsx (+5 -21)
📝 frontend/src/pages/Admin/Appearance/index.jsx (+7 -35)
📝 frontend/src/pages/Admin/System/index.jsx (+2 -0)

📄 Description

resolves #218
resolves #217

Toast has been implemented on any system settings that is changed to improve feedback to the user.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/219 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/23/2023 **Status:** ✅ Merged **Merged:** 8/23/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `218-implement-toast-on-system-settings-changes` --- ### 📝 Commits (3) - [`7fc1b61`](https://github.com/Mintplex-Labs/anything-llm/commit/7fc1b61b7d00227f327c189a7e9b2e94bbcc34b7) implemented toast for appearance settings changes - [`ecbb9f1`](https://github.com/Mintplex-Labs/anything-llm/commit/ecbb9f18e897d50b7b6657eb055ca4f0c319bbb1) linting - [`c9765f9`](https://github.com/Mintplex-Labs/anything-llm/commit/c9765f96d623b0e2e31224c2df4ffaabae32ad9e) implemented toast on system settings changes ### 📊 Changes **5 files changed** (+27 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/Settings/Appearance/index.jsx` (+7 -36) 📝 `frontend/src/components/Modals/Settings/LLMSelection/index.jsx` (+6 -9) 📝 `frontend/src/components/Modals/Settings/PasswordProtection/index.jsx` (+5 -21) 📝 `frontend/src/pages/Admin/Appearance/index.jsx` (+7 -35) 📝 `frontend/src/pages/Admin/System/index.jsx` (+2 -0) </details> ### 📄 Description resolves #218 resolves #217 Toast has been implemented on any system settings that is changed to improve feedback to the user. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:23 -05:00
yindo closed this issue 2026-02-22 18:33:23 -05: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#3250