Pārlūkot izejas kodu

Adds hasChanges

main
Eric Amodio pirms 3 gadiem
vecāks
revīzija
393155a020
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. +4
    -0
      src/git/models/status.ts

+ 4
- 0
src/git/models/status.ts Parādīt failu

@ -45,6 +45,10 @@ export class GitStatus {
return this.files.filter(f => f.conflicted);
}
get hasChanges() {
return this.files.length !== 0;
}
@memoize()
get hasConflicts() {
return this.files.some(f => f.conflicted);

Notiek ielāde…
Atcelt
Saglabāt