[PR #80] [MERGED] General status #544

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

📋 Pull Request Information

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

Base: masterHead: general-status


📝 Commits (2)

  • c6989e5 Gather local storage keys together
  • 8e35c5c Implement generalStatus

📊 Changes

10 files changed (+100 additions, -8 deletions)

View changed files

📝 src/components/App.tsx (+14 -2)
📝 src/components/NotePage/NotePage.tsx (+13 -0)
📝 src/components/atoms/TwoPaneLayout.tsx (+2 -2)
📝 src/index.tsx (+2 -0)
📝 src/lib/db/store.ts (+1 -2)
src/lib/generalStatus/index.ts (+2 -0)
src/lib/generalStatus/store.ts (+57 -0)
src/lib/generalStatus/types.ts (+5 -0)
src/lib/localStorageKeys.ts (+3 -0)
📝 src/lib/preferences/store.ts (+1 -2)

📄 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/80 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 11/11/2019 **Status:** ✅ Merged **Merged:** 11/11/2019 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `general-status` --- ### 📝 Commits (2) - [`c6989e5`](https://github.com/BoostIO/BoostNote-App/commit/c6989e52bd77f469717ec680ade0919a8573ece2) Gather local storage keys together - [`8e35c5c`](https://github.com/BoostIO/BoostNote-App/commit/8e35c5c844e79562c047db8aaec5a5806c504239) Implement generalStatus ### 📊 Changes **10 files changed** (+100 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/components/App.tsx` (+14 -2) 📝 `src/components/NotePage/NotePage.tsx` (+13 -0) 📝 `src/components/atoms/TwoPaneLayout.tsx` (+2 -2) 📝 `src/index.tsx` (+2 -0) 📝 `src/lib/db/store.ts` (+1 -2) ➕ `src/lib/generalStatus/index.ts` (+2 -0) ➕ `src/lib/generalStatus/store.ts` (+57 -0) ➕ `src/lib/generalStatus/types.ts` (+5 -0) ➕ `src/lib/localStorageKeys.ts` (+3 -0) 📝 `src/lib/preferences/store.ts` (+1 -2) </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:22:05 +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#544
No description provided.