[PR #426] [MERGED] Fix white out #751

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/426
Author: @Rokt33r
Created: 4/23/2020
Status: Merged
Merged: 4/23/2020
Merged by: @Rokt33r

Base: masterHead: fix-white-out


📝 Commits (2)

  • c270623 Fix white out issue temporarily
  • 95a904f Discard populatedNoteDoc interface

📊 Changes

15 files changed (+208 additions, -273 deletions)

View changed files

📝 src/components/Router.tsx (+10 -5)
📝 src/components/molecules/NoteItem.tsx (+14 -11)
📝 src/components/organisms/NoteDetail/NoteDetail.tsx (+26 -35)
📝 src/components/organisms/NoteList.tsx (+6 -5)
📝 src/components/pages/NotePage.tsx (+48 -57)
📝 src/lib/db/NoteDb.spec.ts (+2 -2)
📝 src/lib/db/NoteDb.ts (+1 -5)
📝 src/lib/db/createStore.ts (+16 -31)
📝 src/lib/db/types.ts (+2 -4)
📝 src/mobile/components/Navigator/Navigator.tsx (+2 -30)
📝 src/mobile/components/Router.tsx (+11 -9)
📝 src/mobile/components/organisms/NoteDetail.tsx (+7 -12)
📝 src/mobile/components/organisms/NoteItem.tsx (+28 -12)
📝 src/mobile/components/organisms/NoteList.tsx (+5 -4)
📝 src/mobile/components/pages/NotePage.tsx (+30 -51)

📄 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/426 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 4/23/2020 **Status:** ✅ Merged **Merged:** 4/23/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `fix-white-out` --- ### 📝 Commits (2) - [`c270623`](https://github.com/BoostIO/BoostNote-App/commit/c2706232418e4fa7aae15077d59c4a1130ae503b) Fix white out issue temporarily - [`95a904f`](https://github.com/BoostIO/BoostNote-App/commit/95a904f4b25f25657c06649543f5cf9ddbd1034c) Discard populatedNoteDoc interface ### 📊 Changes **15 files changed** (+208 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Router.tsx` (+10 -5) 📝 `src/components/molecules/NoteItem.tsx` (+14 -11) 📝 `src/components/organisms/NoteDetail/NoteDetail.tsx` (+26 -35) 📝 `src/components/organisms/NoteList.tsx` (+6 -5) 📝 `src/components/pages/NotePage.tsx` (+48 -57) 📝 `src/lib/db/NoteDb.spec.ts` (+2 -2) 📝 `src/lib/db/NoteDb.ts` (+1 -5) 📝 `src/lib/db/createStore.ts` (+16 -31) 📝 `src/lib/db/types.ts` (+2 -4) 📝 `src/mobile/components/Navigator/Navigator.tsx` (+2 -30) 📝 `src/mobile/components/Router.tsx` (+11 -9) 📝 `src/mobile/components/organisms/NoteDetail.tsx` (+7 -12) 📝 `src/mobile/components/organisms/NoteItem.tsx` (+28 -12) 📝 `src/mobile/components/organisms/NoteList.tsx` (+5 -4) 📝 `src/mobile/components/pages/NotePage.tsx` (+30 -51) </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:02 +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#751
No description provided.