fix(coding): preserve conflict and unicode search results

This commit is contained in:
2026-08-23 18:31:53 +08:00
parent 9520872d2f
commit 365c2b0f76
6 changed files with 152 additions and 19 deletions

View File

@@ -5,6 +5,7 @@ export type CodingProjectFileStatus =
| 'modified'
| 'deleted'
| 'renamed'
| 'conflicted'
| 'untracked';
export interface CodingProjectFileEntry {