[PR #809] [MERGED] Cloud migration #918

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/809
Author: @ButteryCrumpet
Created: 2/22/2021
Status: Merged
Merged: 2/24/2021
Merged by: @ButteryCrumpet

Base: masterHead: cloud-migration


📝 Commits (8)

📊 Changes

9 files changed (+740 additions, -11 deletions)

View changed files

src/cloud/api/rest/doc.ts (+22 -0)
📝 src/cloud/api/teams/files/index.ts (+13 -10)
📝 src/cloud/api/teams/workspaces/index.ts (+10 -0)
src/components/PreferencesModal/MigrationTab.tsx (+404 -0)
📝 src/components/PreferencesModal/PreferencesModal.tsx (+6 -1)
📝 src/components/PreferencesModal/StorageTab.tsx (+7 -0)
src/components/atoms/ProgressBar.tsx (+29 -0)
src/components/molecules/CloudWorkspaceSelect.tsx (+90 -0)
src/lib/migrate.ts (+159 -0)

📄 Description

Cloud Migration

migrategif


🔄 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/809 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 2/22/2021 **Status:** ✅ Merged **Merged:** 2/24/2021 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `cloud-migration` --- ### 📝 Commits (8) - [`c850cb4`](https://github.com/BoostIO/BoostNote-App/commit/c850cb43714676ad5a25c93769d7aec5b4b16819) migrate lib and api edits - [`5611a9f`](https://github.com/BoostIO/BoostNote-App/commit/5611a9f5b673db11adeac7916bf92dd766b0d21f) progress bar atom - [`436c96d`](https://github.com/BoostIO/BoostNote-App/commit/436c96d340cc6d0866c7892f6d9ac30aecd80bff) cloud workspace select - [`d86ccb6`](https://github.com/BoostIO/BoostNote-App/commit/d86ccb62221bfe2a2b817f291aeed7fa32953da4) migration tab - [`fb9581f`](https://github.com/BoostIO/BoostNote-App/commit/fb9581ffc223a29b6962f6ad72761fcdb867a433) add to prefernces modal - [`c4d241c`](https://github.com/BoostIO/BoostNote-App/commit/c4d241c50b5bb8a749e365e596126f6aa723b985) better back out navigation - [`0b7407f`](https://github.com/BoostIO/BoostNote-App/commit/0b7407fa6784d2029f51474eec13e20d51e38c69) remove artificial slowdown - [`93e3726`](https://github.com/BoostIO/BoostNote-App/commit/93e37269e1dc792c3265c95123b4d84625dff9a4) removed unecesary code ### 📊 Changes **9 files changed** (+740 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `src/cloud/api/rest/doc.ts` (+22 -0) 📝 `src/cloud/api/teams/files/index.ts` (+13 -10) 📝 `src/cloud/api/teams/workspaces/index.ts` (+10 -0) ➕ `src/components/PreferencesModal/MigrationTab.tsx` (+404 -0) 📝 `src/components/PreferencesModal/PreferencesModal.tsx` (+6 -1) 📝 `src/components/PreferencesModal/StorageTab.tsx` (+7 -0) ➕ `src/components/atoms/ProgressBar.tsx` (+29 -0) ➕ `src/components/molecules/CloudWorkspaceSelect.tsx` (+90 -0) ➕ `src/lib/migrate.ts` (+159 -0) </details> ### 📄 Description # Cloud Migration ![migrategif](https://user-images.githubusercontent.com/19530989/108673453-0ac83780-7527-11eb-994c-279f20765aee.gif) --- <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:47 +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#918
No description provided.