Skip to content

Commit

Permalink
[ACS-8816] Removed unused feedback buttons (#4138)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz authored Sep 24, 2024
1 parent f50b014 commit 8525aa3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions projects/aca-content/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,6 @@
"REFERENCED_DOCUMENTS_HEADER": "Referenced documents",
"REGENERATION_BUTTON_LABEL": "Regenerate",
"COPY_BUTTON_LABEL": "Copy",
"LIKE_BUTTON_LABEL": "Like",
"DISLIKE_BUTTON_LABEL": "Dislike",
"COPY_MESSAGE": "Copied response to clipboard"
},
"AGENTS_BUTTON": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@
[title]="'KNOWLEDGE_RETRIEVAL.SEARCH.RESULTS_PAGE.COPY_BUTTON_LABEL' | translate">
<mat-icon>copy</mat-icon>
</button>
<button
class="aca-search-ai-response-container-body-response-action"
mat-icon-button
data-automation-id="aca-search-ai-results-thumb-up-button"
[title]="'KNOWLEDGE_RETRIEVAL.SEARCH.RESULTS_PAGE.LIKE_BUTTON_LABEL' | translate">
<mat-icon>thumb_up</mat-icon>
</button>
<button
class="aca-search-ai-response-container-body-response-action aca-search-ai-response-container-body-response-action-thumb-down"
mat-icon-button
data-automation-id="aca-search-ai-results-thumb-down-button"
[title]="'KNOWLEDGE_RETRIEVAL.SEARCH.RESULTS_PAGE.DISLIKE_BUTTON_LABEL' | translate">
<mat-icon>thumb_down</mat-icon>
</button>
<ng-container *ngIf="nodes?.length">
<mat-divider class="aca-search-ai-response-container-body-divider"></mat-divider>
<div class="aca-search-ai-response-container-body-references-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@
margin-right: 2px;
}

&-thumb-down {
margin-left: 4px;
}

#{$mat-button-touch-target} {
width: 24px;
}
Expand Down

0 comments on commit 8525aa3

Please sign in to comment.