[PR #723] [MERGED] Onboarding improvement #866

Closed
opened 2026-03-03 00:23:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/723
Author: @Rokt33r
Created: 12/17/2020
Status: Merged
Merged: 12/17/2020
Merged by: @Rokt33r

Base: masterHead: onboarding-improvement


📝 Commits (3)

  • 12908d3 Improve workspace creation workflow
  • 9c60b4d Show login page instead of team create page if users is not signed in
  • 0ab2b98 Discard billing tab

📊 Changes

14 files changed (+410 additions, -293 deletions)

View changed files

📝 src/components/App.tsx (+12 -6)
src/components/PreferencesModal/BillingTab.tsx (+0 -165)
📝 src/components/PreferencesModal/GeneralTab.tsx (+1 -33)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+0 -9)
📝 src/components/organisms/AppNavigator.tsx (+13 -74)
📝 src/components/organisms/CloudStorageCreateForm.tsx (+9 -0)
src/components/organisms/CreateWorkspaceModal.tsx (+130 -0)
📝 src/components/organisms/ManageCloudStorageForm.tsx (+32 -1)
📝 src/components/pages/BoostHubTeamsCreatePage.tsx (+1 -1)
📝 src/components/pages/StorageCreatePage.tsx (+8 -3)
📝 src/index.tsx (+3 -1)
src/lib/createWorkspaceModal.ts (+18 -0)
static/cloud-workspace.svg (+110 -0)
static/local-workspace.svg (+73 -0)

📄 Description

No description provided


🔄 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/BoostIO/BoostNote-App/pull/723 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 12/17/2020 **Status:** ✅ Merged **Merged:** 12/17/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `onboarding-improvement` --- ### 📝 Commits (3) - [`12908d3`](https://github.com/BoostIO/BoostNote-App/commit/12908d32660eee813de89961da35a80c96fb1971) Improve workspace creation workflow - [`9c60b4d`](https://github.com/BoostIO/BoostNote-App/commit/9c60b4d148dd76e26cdabee5bc6107c124dd9f4c) Show login page instead of team create page if users is not signed in - [`0ab2b98`](https://github.com/BoostIO/BoostNote-App/commit/0ab2b982ad2fd965c509469c9a11536ff60ba02c) Discard billing tab ### 📊 Changes **14 files changed** (+410 additions, -293 deletions) <details> <summary>View changed files</summary> 📝 `src/components/App.tsx` (+12 -6) ➖ `src/components/PreferencesModal/BillingTab.tsx` (+0 -165) 📝 `src/components/PreferencesModal/GeneralTab.tsx` (+1 -33) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+0 -9) 📝 `src/components/organisms/AppNavigator.tsx` (+13 -74) 📝 `src/components/organisms/CloudStorageCreateForm.tsx` (+9 -0) ➕ `src/components/organisms/CreateWorkspaceModal.tsx` (+130 -0) 📝 `src/components/organisms/ManageCloudStorageForm.tsx` (+32 -1) 📝 `src/components/pages/BoostHubTeamsCreatePage.tsx` (+1 -1) 📝 `src/components/pages/StorageCreatePage.tsx` (+8 -3) 📝 `src/index.tsx` (+3 -1) ➕ `src/lib/createWorkspaceModal.ts` (+18 -0) ➕ `static/cloud-workspace.svg` (+110 -0) ➕ `static/local-workspace.svg` (+73 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#866
No description provided.