[ACS-8816] Removed unused feedback buttons (#4138)

This commit is contained in:
AleksanderSklorz 2024-09-24 15:16:30 +02:00 committed by GitHub
parent f50b0144d3
commit 8525aa34d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 20 deletions

View File

@ -617,8 +617,6 @@
"REFERENCED_DOCUMENTS_HEADER": "Referenced documents", "REFERENCED_DOCUMENTS_HEADER": "Referenced documents",
"REGENERATION_BUTTON_LABEL": "Regenerate", "REGENERATION_BUTTON_LABEL": "Regenerate",
"COPY_BUTTON_LABEL": "Copy", "COPY_BUTTON_LABEL": "Copy",
"LIKE_BUTTON_LABEL": "Like",
"DISLIKE_BUTTON_LABEL": "Dislike",
"COPY_MESSAGE": "Copied response to clipboard" "COPY_MESSAGE": "Copied response to clipboard"
}, },
"AGENTS_BUTTON": { "AGENTS_BUTTON": {

View File

@ -43,20 +43,6 @@
[title]="'KNOWLEDGE_RETRIEVAL.SEARCH.RESULTS_PAGE.COPY_BUTTON_LABEL' | translate"> [title]="'KNOWLEDGE_RETRIEVAL.SEARCH.RESULTS_PAGE.COPY_BUTTON_LABEL' | translate">
<mat-icon>copy</mat-icon> <mat-icon>copy</mat-icon>
</button> </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"> <ng-container *ngIf="nodes?.length">
<mat-divider class="aca-search-ai-response-container-body-divider"></mat-divider> <mat-divider class="aca-search-ai-response-container-body-divider"></mat-divider>
<div class="aca-search-ai-response-container-body-references-container"> <div class="aca-search-ai-response-container-body-references-container">

View File

@ -117,10 +117,6 @@
margin-right: 2px; margin-right: 2px;
} }
&-thumb-down {
margin-left: 4px;
}
#{$mat-button-touch-target} { #{$mat-button-touch-target} {
width: 24px; width: 24px;
} }