[PR #399] [MERGED] Fix modal sizes to fit smaller screens & bug fixes #3338

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/399
Author: @shatfield4
Created: 11/27/2023
Status: Merged
Merged: 12/4/2023
Merged by: @timothycarambat

Base: masterHead: 396-modal-sizes-too-big-in-onboarding-flow


📝 Commits (8)

  • 6ca2f09 fix sizing of onboarding modals & lint
  • 26458e7 fix extra scrolling on mobile onboarding flow
  • 1ebd3ae added message to use desktop for onboarding
  • 67fc8d5 linting
  • 0587454 change mobile alert copy
  • 6f4f25d Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 396-modal-sizes-too-big-in-onboarding-flow
  • a50848a fix div with bullet points to use list-disc instead
  • 9b47e7a Merge branch '396-modal-sizes-too-big-in-onboarding-flow' of github.com:Mintplex-Labs/anything-llm into 396-modal-sizes-too-big-in-onboarding-flow

📊 Changes

11 files changed (+69 additions, -46 deletions)

View changed files

📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/AppearanceSetup/index.jsx (+2 -2)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/CreateFirstWorkspace/index.jsx (+1 -1)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx (+11 -14)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx (+4 -4)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx (+4 -4)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/MultiUserSetup/index.jsx (+3 -3)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/PasswordProtection/index.jsx (+3 -3)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/UserModeSelection/index.jsx (+1 -1)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/VectorDatabaseConnection/index.jsx (+4 -4)
📝 frontend/src/pages/OnboardingFlow/OnboardingModal/index.jsx (+6 -6)
📝 frontend/src/pages/OnboardingFlow/index.jsx (+30 -4)

📄 Description

resolves #396

  • Adjusted padding and margin on all onboarding flow steps
  • Fixed data handling step alignment
  • Fix extra scrolling when viewing onboarding in mobile view
  • Add message for mobile onboarding flor to use a desktop

🔄 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/399 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/27/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `396-modal-sizes-too-big-in-onboarding-flow` --- ### 📝 Commits (8) - [`6ca2f09`](https://github.com/Mintplex-Labs/anything-llm/commit/6ca2f09079856176e5929c45539a178dc4892a13) fix sizing of onboarding modals & lint - [`26458e7`](https://github.com/Mintplex-Labs/anything-llm/commit/26458e753d56692f7b4aaa9af358b3c547ede7a4) fix extra scrolling on mobile onboarding flow - [`1ebd3ae`](https://github.com/Mintplex-Labs/anything-llm/commit/1ebd3ae5849e83f29401d853b84df2d278ea2970) added message to use desktop for onboarding - [`67fc8d5`](https://github.com/Mintplex-Labs/anything-llm/commit/67fc8d5a160510826a154a0875d6fbcb3d9cc9f5) linting - [`0587454`](https://github.com/Mintplex-Labs/anything-llm/commit/058745464b9eaed3d49cd2af683d9a5406dfd03f) change mobile alert copy - [`6f4f25d`](https://github.com/Mintplex-Labs/anything-llm/commit/6f4f25d4a79780dc0d1de99b20a3630479ab258e) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 396-modal-sizes-too-big-in-onboarding-flow - [`a50848a`](https://github.com/Mintplex-Labs/anything-llm/commit/a50848ac1ae7c53775cb5a23b13871d3e8695b18) fix div with bullet points to use list-disc instead - [`9b47e7a`](https://github.com/Mintplex-Labs/anything-llm/commit/9b47e7afb00f100824db433798022da071cec023) Merge branch '396-modal-sizes-too-big-in-onboarding-flow' of github.com:Mintplex-Labs/anything-llm into 396-modal-sizes-too-big-in-onboarding-flow ### 📊 Changes **11 files changed** (+69 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/AppearanceSetup/index.jsx` (+2 -2) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/CreateFirstWorkspace/index.jsx` (+1 -1) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/DataHandling/index.jsx` (+11 -14) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/EmbeddingSelection/index.jsx` (+4 -4) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/LLMSelection/index.jsx` (+4 -4) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/MultiUserSetup/index.jsx` (+3 -3) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/PasswordProtection/index.jsx` (+3 -3) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/UserModeSelection/index.jsx` (+1 -1) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/Steps/VectorDatabaseConnection/index.jsx` (+4 -4) 📝 `frontend/src/pages/OnboardingFlow/OnboardingModal/index.jsx` (+6 -6) 📝 `frontend/src/pages/OnboardingFlow/index.jsx` (+30 -4) </details> ### 📄 Description resolves #396 - Adjusted padding and margin on all onboarding flow steps - Fixed data handling step alignment - Fix extra scrolling when viewing onboarding in mobile view - Add message for mobile onboarding flor to use a desktop --- <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:35 -05:00
yindo closed this issue 2026-02-22 18:33:35 -05:00
yindo changed title from [PR #399] Fix modal sizes to fit smaller screens & bug fixes to [PR #399] [MERGED] Fix modal sizes to fit smaller screens & bug fixes 2026-06-05 15:12:54 -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#3338