[DataEntryTable] Make recent entries read-only until clicked - #4373
Draft
imnasnainaec wants to merge 1 commit into
Draft
imnasnainaec wants to merge 1 commit into
imnasnainaec wants to merge 1 commit into
Conversation
Recent-entry rows now render read-only (cold) by default; clicking a row makes it editable (hot), and only one row is editable at a time. The row returns to read-only when a gloss or vernacular edit is committed, when the note is updated, or when the new check button is pressed. This re-cuts the salvageable core of stale draft PR #3847 onto current master; nothing else from that branch is carried over. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4373 +/- ##
==========================================
- Coverage 76.26% 67.13% -9.13%
==========================================
Files 305 249 -56
Lines 11451 6338 -5113
Branches 1408 796 -612
==========================================
- Hits 8733 4255 -4478
+ Misses 2324 1821 -503
+ Partials 394 262 -132
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #3493
Resolves #3813
🤖 Generated with Claude Code
This change is