[PR #983] [CLOSED] Add sidebar search history #1061

Closed
opened 2026-03-03 00:24:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/983
Author: @Komediruzecki
Created: 6/3/2021
Status: Closed

Base: masterHead: feature/implement-sidebar-search-history


📝 Commits (2)

  • 741fc0f Add sidebar search history
  • 558d8af Fix note visit duplication due to whole note being in deps

📊 Changes

9 files changed (+197 additions, -20 deletions)

View changed files

📝 src/components/organisms/FolderDetail.tsx (+15 -1)
📝 src/components/organisms/SidebarContainer.tsx (+6 -7)
📝 src/components/pages/WikiNotePage.tsx (+14 -2)
📝 src/index.tsx (+3 -1)
📝 src/lib/localStorageKeys.ts (+2 -0)
📝 src/lib/search/search.ts (+2 -0)
src/lib/search/stores/store.ts (+134 -0)
src/lib/search/types.ts (+9 -0)
📝 src/lib/v2/mappers/local/sidebarHistory.ts (+12 -9)

📄 Description

Add sidebar search history

  • Update sidebar to have search history
  • Refactor sidebarHistory mappers (fix bugs, rename storage -> workspace)

🔄 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/983 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 6/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/implement-sidebar-search-history` --- ### 📝 Commits (2) - [`741fc0f`](https://github.com/BoostIO/BoostNote-App/commit/741fc0f4b46d9d829630ed141966f6c75f0b187d) Add sidebar search history - [`558d8af`](https://github.com/BoostIO/BoostNote-App/commit/558d8af378065a350687c4cbf737ee504270544f) Fix note visit duplication due to whole note being in deps ### 📊 Changes **9 files changed** (+197 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `src/components/organisms/FolderDetail.tsx` (+15 -1) 📝 `src/components/organisms/SidebarContainer.tsx` (+6 -7) 📝 `src/components/pages/WikiNotePage.tsx` (+14 -2) 📝 `src/index.tsx` (+3 -1) 📝 `src/lib/localStorageKeys.ts` (+2 -0) 📝 `src/lib/search/search.ts` (+2 -0) ➕ `src/lib/search/stores/store.ts` (+134 -0) ➕ `src/lib/search/types.ts` (+9 -0) 📝 `src/lib/v2/mappers/local/sidebarHistory.ts` (+12 -9) </details> ### 📄 Description **Add sidebar search history** - Update sidebar to have search history - Refactor sidebarHistory mappers (fix bugs, rename storage -> workspace) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:28 +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#1061
No description provided.