You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag suggestion rows by status; repoint approval on promote
Carry each suggestion row's accept/promote status on the entry instead
of
inferring it from row position, so dropping a blank-in-language pick can
never
leave a candidate masquerading as the accept row.
glossedSuggestionEntries now
flattens the resolved read directly (folding in the approved-payload
exclusion),
and the dropdown and suggested-placeholder color from a shared
gloss-suggested
utility.
Make approveAnalysisForToken repoint the one approved link when
promoting an
already-approved token, reclaiming the old payload if it was its last
reference,
rather than no-opping. This unblocks promoting an approved homograph to
a
different pool analysis while keeping the single-approved invariant.
Bound normalizedFormCache with a FIFO eviction cap so the module-global
cache
stays flat across a session that opens many projects.
"%interlinearizer_globalEdit_title%": "Update analysis used by {count} tokens?",
90
-
"%interlinearizer_globalEdit_body%": "This analysis is shared by {count} tokens, so editing it updates all of them. Make a separate analysis to change only this token.",
91
-
"%interlinearizer_globalEdit_updateAll%": "Update all {count}",
92
-
"%interlinearizer_globalEdit_fork%": "Make a separate analysis for just this one",
0 commit comments