[PR #1735] [MERGED] [FEAT] Implement new settings menu for experimental features #3763

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1735
Author: @shatfield4
Created: 6/20/2024
Status: Merged
Merged: 6/20/2024
Merged by: @timothycarambat

Base: beta/live-document-syncHead: beta/live-document-sync-ios-ui


📝 Commits (5)

  • d2d9398 implement new settings menu for experimental features
  • 6467461 Merge branch 'master' into beta/live-document-sync-ios-ui
  • c24df59 remove unused context save bar
  • 5514854 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into beta/live-document-sync-ios-ui
  • 6a4d8c5 Merge branch 'beta/live-document-sync' of github.com:Mintplex-Labs/anything-llm into beta/live-document-sync-ios-ui

📊 Changes

3 files changed (+180 additions, -75 deletions)

View changed files

📝 frontend/src/pages/Admin/ExperimentalFeatures/Features/LiveSync/toggle.jsx (+47 -44)
frontend/src/pages/Admin/ExperimentalFeatures/features.js (+9 -0)
📝 frontend/src/pages/Admin/ExperimentalFeatures/index.jsx (+124 -31)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

  • New UI for experimental features menu to match agent skills UI

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/1735 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `beta/live-document-sync` ← **Head:** `beta/live-document-sync-ios-ui` --- ### 📝 Commits (5) - [`d2d9398`](https://github.com/Mintplex-Labs/anything-llm/commit/d2d93983518aade5a2a314e800af1d174c402691) implement new settings menu for experimental features - [`6467461`](https://github.com/Mintplex-Labs/anything-llm/commit/646746171b6c7645df5f5c81b9b5748f458e75d2) Merge branch 'master' into beta/live-document-sync-ios-ui - [`c24df59`](https://github.com/Mintplex-Labs/anything-llm/commit/c24df595d37d9f91c936a70ffa1589263da77049) remove unused context save bar - [`5514854`](https://github.com/Mintplex-Labs/anything-llm/commit/5514854c1190b4d2fb50ed55c23084d71b8aac39) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into beta/live-document-sync-ios-ui - [`6a4d8c5`](https://github.com/Mintplex-Labs/anything-llm/commit/6a4d8c58b5a0511d302f2a0af10d7543ffb730bd) Merge branch 'beta/live-document-sync' of github.com:Mintplex-Labs/anything-llm into beta/live-document-sync-ios-ui ### 📊 Changes **3 files changed** (+180 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Admin/ExperimentalFeatures/Features/LiveSync/toggle.jsx` (+47 -44) ➕ `frontend/src/pages/Admin/ExperimentalFeatures/features.js` (+9 -0) 📝 `frontend/src/pages/Admin/ExperimentalFeatures/index.jsx` (+124 -31) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - New UI for experimental features menu to match agent skills UI ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:34:27 -05:00
yindo closed this issue 2026-02-22 18:34:27 -05:00
yindo changed title from [PR #1735] [FEAT] Implement new settings menu for experimental features to [PR #1735] [MERGED] [FEAT] Implement new settings menu for experimental features 2026-06-05 15:15:05 -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#3763