[PR #534] [MERGED] fix: track recorded state of chat marks dynamically #752

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/534
Author: @Pleasurecruise
Created: 8/8/2025
Status: Merged
Merged: 8/11/2025
Merged by: @codexu

Base: devHead: fix-#533


📝 Commits (2)

  • 715fcc5 fix: track recorded state of chat marks dynamically
  • 0ac8806 Update chat-content.tsx

📊 Changes

2 files changed (+28 additions, -3 deletions)

View changed files

📝 src/app/core/record/chat/chat-content.tsx (+1 -1)
📝 src/app/core/record/chat/mark-text.tsx (+27 -2)

📄 Description

Fix #533

Replaces static 'inserted' check with dynamic state based on marks and chat content. Uses useEffect to update recorded status when marks or chats change, ensuring UI reflects actual recorded state.


🔄 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/codexu/note-gen/pull/534 **Author:** [@Pleasurecruise](https://github.com/Pleasurecruise) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `fix-#533` --- ### 📝 Commits (2) - [`715fcc5`](https://github.com/codexu/note-gen/commit/715fcc59f7e761800c0e4a794e1ed8fb7d2bed74) fix: track recorded state of chat marks dynamically - [`0ac8806`](https://github.com/codexu/note-gen/commit/0ac8806109e3d7de89e78808a51929475df40d03) Update chat-content.tsx ### 📊 Changes **2 files changed** (+28 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/app/core/record/chat/chat-content.tsx` (+1 -1) 📝 `src/app/core/record/chat/mark-text.tsx` (+27 -2) </details> ### 📄 Description Fix #533 Replaces static 'inserted' check with dynamic state based on marks and chat content. Uses useEffect to update recorded status when marks or chats change, ensuring UI reflects actual recorded state. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:35 +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/note-gen#752
No description provided.