mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
fix(app): added/deleted file status now correctly calculated
This commit is contained in:
parent
23631a9393
commit
3b93e8d95c
5 changed files with 115 additions and 4 deletions
|
|
@ -96,6 +96,7 @@ export type FileDiff = {
|
|||
after: string
|
||||
additions: number
|
||||
deletions: number
|
||||
status?: "added" | "deleted" | "modified"
|
||||
}
|
||||
|
||||
export type UserMessage = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue