[PR #982] [MERGED] Update cursor and focus handling for NoteDetail #1059

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/982
Author: @Komediruzecki
Created: 6/3/2021
Status: Merged
Merged: 6/4/2021
Merged by: @Rokt33r

Base: masterHead: feature/improve-note-detail-cursor-behaviour


📝 Commits (1)

  • 4c50ce2 Update cursor and focus handling for NoteDetail

📊 Changes

4 files changed (+70 additions, -36 deletions)

View changed files

📝 src/components/organisms/NoteDetail.tsx (+38 -14)
📝 src/components/organisms/SearchModal.tsx (+7 -2)
📝 src/components/pages/WikiNotePage.tsx (+23 -20)
📝 src/lib/generalStatus.ts (+2 -0)

📄 Description

Update cursor and focus handling for NoteDetail

Fix cursor position handling (remember across view modes)
Fix cursor update from global search (use generalStatus)
Fix changing view mode does not copy markers from serach dialog

This should resolve #755 and additionaly local search not marking found items after view mode change.


🔄 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/982 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 6/3/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `feature/improve-note-detail-cursor-behaviour` --- ### 📝 Commits (1) - [`4c50ce2`](https://github.com/BoostIO/BoostNote-App/commit/4c50ce288e6f29f8a8ceaf4f7b4fdeed866ab9e3) Update cursor and focus handling for NoteDetail ### 📊 Changes **4 files changed** (+70 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `src/components/organisms/NoteDetail.tsx` (+38 -14) 📝 `src/components/organisms/SearchModal.tsx` (+7 -2) 📝 `src/components/pages/WikiNotePage.tsx` (+23 -20) 📝 `src/lib/generalStatus.ts` (+2 -0) </details> ### 📄 Description **Update cursor and focus handling for NoteDetail** Fix cursor position handling (remember across view modes) Fix cursor update from global search (use generalStatus) Fix changing view mode does not copy markers from serach dialog This should resolve #755 and additionaly local search not marking found items after view mode change. --- <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:27 +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#1059
No description provided.