Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gordlin authored Dec 22, 2023
2 parents 5ebbd4b + fdfdded commit ea12c48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ If you have access to Docker, we have a Docker compose definition to run those s

```sh
docker compose up -d

```
If the above command does not work, you may not have the updated v2 version of Docker. You may want to try this instead:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@

<button type="button" class="btn btn-light btn-sm float-end"
(click)="triggerCloseCommentBoxEvent()" *ngIf="!shouldHideClosingButton" [disabled]="isDisabled"><i class="fas fa-times"></i>
{{ mode === CommentRowMode.EDIT ? 'Discard' : 'Cancel' }}</button>
Cancel</button>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h2>Records in feedback sessions</h2>
<div class="card-header cursor-pointer" (click)="session.isCollapsed = !session.isCollapsed">
<strong class="text-break">Feedback Session: {{ session.feedbackSession.feedbackSessionName }}</strong>
<div class="card-header-btn-toolbar">
<tm-panel-chevron [isExpanded]="!session.isCollapsed"></tm-panel-chevron>
<tm-panel-chevron [isExpanded]="!session.isCollapsed" chevronColor="black"></tm-panel-chevron>
</div>
</div>
<div class="card-body" *ngIf="!session.isCollapsed" @collapseAnim>
Expand Down

0 comments on commit ea12c48

Please sign in to comment.