[PR #108] [MERGED] Import old #570

Closed
opened 2026-03-03 00:22:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/108
Author: @ButteryCrumpet
Created: 12/9/2019
Status: Merged
Merged: 12/10/2019
Merged by: @ButteryCrumpet

Base: masterHead: import-old


📝 Commits (4)

📊 Changes

6 files changed (+180 additions, -10 deletions)

View changed files

📝 package-lock.json (+12 -0)
📝 package.json (+1 -0)
📝 src/components/NotePage/NotePage.tsx (+28 -10)
src/components/atoms/FileDropZone.tsx (+56 -0)
src/lib/legacy-import.ts (+72 -0)
src/lib/utils/files.ts (+11 -0)

📄 Description

  • Drag previous Boostnote xxxx.cson files onto folders NoteList component.
  • Uses forked version of cson-parser using coffeescript 2

🔄 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/108 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 12/9/2019 **Status:** ✅ Merged **Merged:** 12/10/2019 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `import-old` --- ### 📝 Commits (4) - [`49d6be9`](https://github.com/BoostIO/BoostNote-App/commit/49d6be920ff9854ac1e535fb49ba0df7a2946503) FIleDropZone component - [`6256e14`](https://github.com/BoostIO/BoostNote-App/commit/6256e14b5fa6602f0fd2696c0f50501ccf940050) import from CSON file api - [`1889c80`](https://github.com/BoostIO/BoostNote-App/commit/1889c80b160ffdc1a27ce8c1259bd482d78c5aca) Added dropzone around NotList in NotePage - [`7e51e31`](https://github.com/BoostIO/BoostNote-App/commit/7e51e31af9743979cdb73103703717cc120ce904) rebase fixes ### 📊 Changes **6 files changed** (+180 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+12 -0) 📝 `package.json` (+1 -0) 📝 `src/components/NotePage/NotePage.tsx` (+28 -10) ➕ `src/components/atoms/FileDropZone.tsx` (+56 -0) ➕ `src/lib/legacy-import.ts` (+72 -0) ➕ `src/lib/utils/files.ts` (+11 -0) </details> ### 📄 Description - Drag previous Boostnote `xxxx.cson` files onto folders `NoteList` component. - Uses forked version of `cson-parser` using coffeescript 2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:12 +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#570
No description provided.