[PR #670] [MERGED] Fix importing malformed legacy storage #836

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/670
Author: @Rokt33r
Created: 11/3/2020
Status: Merged
Merged: 11/3/2020
Merged by: @Rokt33r

Base: masterHead: fix-importing-malformed-legacy-storage


📝 Commits (7)

  • 4cae6a4 Improve importing legacy notes behavior
  • b5f8ba0 Close preferences modal after converting
  • 7916266 Move opened state to form
  • a7f7d70 Fix eslint warning in FormFolderSelector
  • 7eca04f Add es2020 to lib
  • 4752c95 Replace babel-jest with ts-jest
  • 5c72559 Fix target and lib again

📊 Changes

8 files changed (+7334 additions, -3145 deletions)

View changed files

📝 jest.json (+1 -1)
📝 package-lock.json (+7176 -3011)
📝 package.json (+2 -2)
📝 src/components/PreferencesModal/StorageTab.tsx (+5 -50)
📝 src/components/atoms/FormFolderSelector.tsx (+1 -1)
📝 src/components/organisms/ConvertPouchStorageForm.tsx (+57 -31)
📝 src/components/organisms/ImportLegacyNotesForm.tsx (+91 -48)
📝 tsconfig.json (+1 -1)

📄 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/670 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 11/3/2020 **Status:** ✅ Merged **Merged:** 11/3/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `fix-importing-malformed-legacy-storage` --- ### 📝 Commits (7) - [`4cae6a4`](https://github.com/BoostIO/BoostNote-App/commit/4cae6a45931a8967cec5bab51b7cb36ee2a9d5c5) Improve importing legacy notes behavior - [`b5f8ba0`](https://github.com/BoostIO/BoostNote-App/commit/b5f8ba0fe7aacf118bd88603c035138154d26d2b) Close preferences modal after converting - [`7916266`](https://github.com/BoostIO/BoostNote-App/commit/79162663d1bfec76b3da96d55b8a7602e1398ee7) Move opened state to form - [`a7f7d70`](https://github.com/BoostIO/BoostNote-App/commit/a7f7d707dd5d4fb16a310a334f3dbb98e660d42b) Fix eslint warning in FormFolderSelector - [`7eca04f`](https://github.com/BoostIO/BoostNote-App/commit/7eca04f51b8f610d4b02cf0270d75cf227f1f94a) Add es2020 to lib - [`4752c95`](https://github.com/BoostIO/BoostNote-App/commit/4752c95cf5e1b7538cdccb2fc809ca9f1987fc67) Replace babel-jest with ts-jest - [`5c72559`](https://github.com/BoostIO/BoostNote-App/commit/5c7255920f18c624c7ebdb7bc67ee547e575e9b2) Fix target and lib again ### 📊 Changes **8 files changed** (+7334 additions, -3145 deletions) <details> <summary>View changed files</summary> 📝 `jest.json` (+1 -1) 📝 `package-lock.json` (+7176 -3011) 📝 `package.json` (+2 -2) 📝 `src/components/PreferencesModal/StorageTab.tsx` (+5 -50) 📝 `src/components/atoms/FormFolderSelector.tsx` (+1 -1) 📝 `src/components/organisms/ConvertPouchStorageForm.tsx` (+57 -31) 📝 `src/components/organisms/ImportLegacyNotesForm.tsx` (+91 -48) 📝 `tsconfig.json` (+1 -1) </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:25 +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#836
No description provided.