[PR #342] [MERGED] added onboarding data handling modal #3309

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

📋 Pull Request Information

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

Base: masterHead: data-handling-modal-onboarding


📝 Commits (6)

  • 534f140 added onboarding data handling modal
  • cccc715 adding data handling modal component
  • debe8f1 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into data-handling-modal-onboarding
  • 100517e update element to list
  • 025238a remove useEffect dep
  • d2c43e0 refactor onboarding navigation using history

📊 Changes

9 files changed (+232 additions, -45 deletions)

View changed files

📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/AppearanceSetup/index.jsx (+11 -8)
frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx (+171 -0)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx (+3 -3)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx (+5 -6)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/MultiUserSetup/index.jsx (+1 -1)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/PasswordProtection/index.jsx (+3 -3)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/UserModeSelection/index.jsx (+3 -3)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/VectorDatabaseConnection/index.jsx (+2 -2)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/index.jsx (+33 -19)

📄 Description

resolves #337

Shows users what data is shared where and with who for transparency.


🔄 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/342 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `data-handling-modal-onboarding` --- ### 📝 Commits (6) - [`534f140`](https://github.com/Mintplex-Labs/anything-llm/commit/534f14064a720bf5178ee42dbdbdc41dc8cdccad) added onboarding data handling modal - [`cccc715`](https://github.com/Mintplex-Labs/anything-llm/commit/cccc71551c68293963f3f4a5c9a5d04d120b81ed) adding data handling modal component - [`debe8f1`](https://github.com/Mintplex-Labs/anything-llm/commit/debe8f17aa6a61b0855891d71c49f34a244434f3) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into data-handling-modal-onboarding - [`100517e`](https://github.com/Mintplex-Labs/anything-llm/commit/100517e334e97d6afda28ab95a2b0756a2b4c5a1) update element to list - [`025238a`](https://github.com/Mintplex-Labs/anything-llm/commit/025238af669555364b445c4fcff916d0187f0594) remove useEffect dep - [`d2c43e0`](https://github.com/Mintplex-Labs/anything-llm/commit/d2c43e05bc778ff6a171692eb7e4dba94e867ff5) refactor onboarding navigation using history ### 📊 Changes **9 files changed** (+232 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/AppearanceSetup/index.jsx` (+11 -8) ➕ `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx` (+171 -0) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx` (+3 -3) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx` (+5 -6) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/MultiUserSetup/index.jsx` (+1 -1) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/PasswordProtection/index.jsx` (+3 -3) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/UserModeSelection/index.jsx` (+3 -3) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/VectorDatabaseConnection/index.jsx` (+2 -2) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/index.jsx` (+33 -19) </details> ### 📄 Description resolves #337 Shows users what data is shared where and with who for transparency. --- <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:31 -05:00
yindo closed this issue 2026-02-22 18:33:31 -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#3309