mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-8816] Removed unused feedback buttons (#4138)
This commit is contained in:
parent
f50b0144d3
commit
8525aa34d8
@ -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": {
|
||||||
|
@ -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">
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user