Skip to content

Commit

Permalink
repository: don't hide graph during rebase
Browse files Browse the repository at this point in the history
It's useful for context
  • Loading branch information
wmertens committed Jul 18, 2022
1 parent 59a29c2 commit e23a383
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions components/repository/repository.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ <h2 class="text-muted">
</h2>
<!-- /ko -->

<!-- ko if: showLog -->

<div class="repository-actions">
<!-- ko if: refreshButton -->
<!-- ko component: refreshButton --><!-- /ko -->
Expand All @@ -38,6 +36,4 @@ <h2 class="text-muted">
</div>

<!-- ko component: graph --><!-- /ko -->

<!-- /ko -->
</div>
1 change: 0 additions & 1 deletion components/repository/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class RepositoryViewModel {
this.server.watchRepository(value);
});
this.server.watchRepository(this.repoPath());
this.showLog = this.isBareDir ? ko.observable(true) : this.staging.isStageValid;
this.parentModulePath = ko.observable();
this.parentModuleLink = ko.observable();
this.isSubmodule = ko.computed(() => this.parentModulePath() && this.parentModuleLink());
Expand Down

0 comments on commit e23a383

Please sign in to comment.