[PR #854] [MERGED] allow migrations to run in the background #958

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/854
Author: @ButteryCrumpet
Created: 3/9/2021
Status: Merged
Merged: 3/9/2021
Merged by: @Rokt33r

Base: masterHead: change/backgroundable-migration


📝 Commits (4)

📊 Changes

5 files changed (+348 additions, -114 deletions)

View changed files

📝 src/components/PreferencesModal/MigrationTab.tsx (+125 -101)
📝 src/components/atoms/ProgressBar.tsx (+1 -0)
📝 src/index.tsx (+2 -0)
📝 src/lib/migrate/index.ts (+70 -13)
src/lib/migrate/store.ts (+150 -0)

📄 Description

Allow migrations to run in the background


🔄 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/854 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 3/9/2021 **Status:** ✅ Merged **Merged:** 3/9/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `change/backgroundable-migration` --- ### 📝 Commits (4) - [`6f95016`](https://github.com/BoostIO/BoostNote-App/commit/6f95016242a8d638dcb8b86386a8621270e547ca) allow migrations to run in the background - [`3c736f2`](https://github.com/BoostIO/BoostNote-App/commit/3c736f2f9874d73cc4fbe3d725c1a7944e832f2f) notification on complete - [`492f207`](https://github.com/BoostIO/BoostNote-App/commit/492f207cbdc2e5ab3e4738c53f5492480ed8522c) tmp - [`24bbf67`](https://github.com/BoostIO/BoostNote-App/commit/24bbf67fa7a00c426837842dc3c763f968acf008) fix typo ### 📊 Changes **5 files changed** (+348 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `src/components/PreferencesModal/MigrationTab.tsx` (+125 -101) 📝 `src/components/atoms/ProgressBar.tsx` (+1 -0) 📝 `src/index.tsx` (+2 -0) 📝 `src/lib/migrate/index.ts` (+70 -13) ➕ `src/lib/migrate/store.ts` (+150 -0) </details> ### 📄 Description Allow migrations to run in the background --- <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:58 +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#958
No description provided.