[PR #4823] [MERGED] Remove Workspace Creation Onboarding Page #4778

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4823
Author: @shatfield4
Created: 1/5/2026
Status: Merged
Merged: 1/13/2026
Merged by: @timothycarambat

Base: masterHead: 4822-feat-remove-workspace-creation-onboarding-page


📝 Commits (7)

  • 616466a remove create workspace step for onboarding
  • 0110b7b remove unused image
  • e9138a6 workspace creation into dedicated useEffect + use translated workspace name
  • 353d261 Merge branch 'master' into 4822-feat-remove-workspace-creation-onboarding-page
  • 5d4f3a3 Merge branch 'master' into 4822-feat-remove-workspace-creation-onboarding-page
  • 05f17fb dev tag
  • ce8dbb0 Merge branch 'master' into 4822-feat-remove-workspace-creation-onboarding-page

📊 Changes

6 files changed (+18 additions, -104 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
frontend/src/media/illustrations/create-workspace.png (+0 -0)
frontend/src/pages/OnboardingFlow/Steps/CreateWorkspace/index.jsx (+0 -95)
📝 frontend/src/pages/OnboardingFlow/Steps/Survey/index.jsx (+17 -3)
📝 frontend/src/pages/OnboardingFlow/Steps/index.jsx (+0 -2)
📝 frontend/src/utils/paths.js (+0 -3)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4822

What is in this change?

  • Removes the last step in onboarding to create a workspace
  • Automatically creates a default workspace named "My Workspace" and marks onboardingComplete as true to backend
  • Navigates to home page on onboarding complete
  • Reduces extra friction in onboarding steps

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/4823 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 1/5/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4822-feat-remove-workspace-creation-onboarding-page` --- ### 📝 Commits (7) - [`616466a`](https://github.com/Mintplex-Labs/anything-llm/commit/616466aee4253d283fb2829d3ac89d999f376ec3) remove create workspace step for onboarding - [`0110b7b`](https://github.com/Mintplex-Labs/anything-llm/commit/0110b7bd1e4b6eca88ef4652369fdc9b24b21692) remove unused image - [`e9138a6`](https://github.com/Mintplex-Labs/anything-llm/commit/e9138a6a9060e634abe038a272f7e0511a208daf) workspace creation into dedicated useEffect + use translated workspace name - [`353d261`](https://github.com/Mintplex-Labs/anything-llm/commit/353d261704acaf1e9456102f00dcf8d093004c1d) Merge branch 'master' into 4822-feat-remove-workspace-creation-onboarding-page - [`5d4f3a3`](https://github.com/Mintplex-Labs/anything-llm/commit/5d4f3a33c286bede2c6bf0d78e9aab97ed9ca629) Merge branch 'master' into 4822-feat-remove-workspace-creation-onboarding-page - [`05f17fb`](https://github.com/Mintplex-Labs/anything-llm/commit/05f17fbf76dc757c812e0e2c16a57fbf0a629120) dev tag - [`ce8dbb0`](https://github.com/Mintplex-Labs/anything-llm/commit/ce8dbb0f11551e13e62bd2baed68f62d1c347054) Merge branch 'master' into 4822-feat-remove-workspace-creation-onboarding-page ### 📊 Changes **6 files changed** (+18 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) ➖ `frontend/src/media/illustrations/create-workspace.png` (+0 -0) ➖ `frontend/src/pages/OnboardingFlow/Steps/CreateWorkspace/index.jsx` (+0 -95) 📝 `frontend/src/pages/OnboardingFlow/Steps/Survey/index.jsx` (+17 -3) 📝 `frontend/src/pages/OnboardingFlow/Steps/index.jsx` (+0 -2) 📝 `frontend/src/utils/paths.js` (+0 -3) </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 #4822 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Removes the last step in onboarding to create a workspace - Automatically creates a default workspace named "My Workspace" and marks `onboardingComplete` as `true` to backend - Navigates to home page on onboarding complete - Reduces extra friction in onboarding steps ### 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:36:31 -05:00
yindo closed this issue 2026-02-22 18:36:31 -05:00
yindo changed title from [PR #4823] Remove Workspace Creation Onboarding Page to [PR #4823] [MERGED] Remove Workspace Creation Onboarding Page 2026-06-05 15:20:20 -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#4778