DEV: Update more deprecated Font Awesome icon names (#345)

This commit is contained in:
Kelv 2024-12-07 03:45:09 +08:00 committed by GitHub
parent 2ea9951175
commit 256ef27b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<DButton
class="result-json-button"
@action={{action "viewJson"}}
@icon="ellipsis-h"
@icon="ellipsis"
@title="explorer.view_json"
/>
</div>

View File

@ -15,7 +15,7 @@
<DButton
@action={{this.close}}
@icon="times"
@icon="xmark"
@aria-label="share.close"
@title="share.close"
class="btn-flat close"

View File

@ -60,7 +60,7 @@
/>
<DButton
@action={{this.exitEdit}}
@icon="times"
@icon="xmark"
class="previous"
/>
<div class="name-text-field">
@ -182,7 +182,7 @@
class="btn-edit-query"
@action={{this.editQuery}}
@label="explorer.edit"
@icon="pencil-alt"
@icon="pencil"
/>
{{/unless}}
{{/if}}
@ -198,7 +198,7 @@
<DButton
@action={{this.showHelpModal}}
@label="explorer.help.label"
@icon="question-circle"
@icon="circle-question"
/>
{{/if}}
</div>
@ -207,14 +207,14 @@
{{#if this.selectedItem.destroyed}}
<DButton
@action={{this.recover}}
@icon="undo"
@icon="arrow-rotate-left"
@label="explorer.recover"
/>
{{else}}
{{#if this.editingQuery}}
<DButton
@action={{this.discard}}
@icon="undo"
@icon="arrow-rotate-left"
@label="explorer.undo"
@disabled={{this.saveDisabled}}
/>
@ -222,7 +222,7 @@
<DButton
@action={{this.destroyQuery}}
@icon="trash-alt"
@icon="trash-can"
@label="explorer.delete"
class="btn-danger"
/>