mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #534] [MERGED] fix: track recorded state of chat marks dynamically #752
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#752
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:fix-#533📝 Commits (2)
715fcc5fix: track recorded state of chat marks dynamically0ac8806Update 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.