mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:01:18 +08:00
DEV: remap all core icons for fontawesome 6 upgrade (#28715)
Followup to 7d8974d02f7360b324b446868463e950fe92883f Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
{{if this.fromSelected 'is-selected'}}
|
||||
{{if this.fromFilled 'is-filled'}}"
|
||||
>
|
||||
{{d-icon "calendar-alt"}}
|
||||
{{d-icon "calendar-days"}}
|
||||
<DButton
|
||||
@action={{this.focusFrom}}
|
||||
@translatedLabel={{this.formattedFrom}}
|
||||
@ -42,7 +42,7 @@
|
||||
{{if this.toSelected 'is-selected'}}
|
||||
{{if this.toFilled 'is-filled'}}"
|
||||
>
|
||||
{{d-icon "calendar-alt"}}
|
||||
{{d-icon "calendar-days"}}
|
||||
<DButton
|
||||
@action={{this.focusTo}}
|
||||
@translatedLabel={{this.formattedTo}}
|
||||
@ -51,7 +51,7 @@
|
||||
{{#if this.toFilled}}
|
||||
<DButton
|
||||
@action={{this.eraseToDateTime}}
|
||||
@icon="times"
|
||||
@icon="xmark"
|
||||
class="delete-to-date"
|
||||
/>
|
||||
{{/if}}
|
||||
@ -144,7 +144,7 @@
|
||||
href="https://momentjs.com/docs/#/parsing/string-format/"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{{d-icon "question-circle"}}
|
||||
{{d-icon "circle-question"}}
|
||||
</a>
|
||||
</p>
|
||||
<div class="controls">
|
||||
@ -192,7 +192,7 @@
|
||||
|
||||
<DButton
|
||||
@action={{this.toggleAdvancedMode}}
|
||||
@icon="cog"
|
||||
@icon="gear"
|
||||
@label={{this.toggleModeBtnLabel}}
|
||||
class="btn-default advanced-mode-btn"
|
||||
/>
|
||||
|
@ -163,7 +163,7 @@ function initializeDiscourseLocalDates(api) {
|
||||
title: "discourse_local_dates.title",
|
||||
id: "local-dates",
|
||||
group: "extras",
|
||||
icon: "calendar-alt",
|
||||
icon: "calendar-days",
|
||||
sendAction: (event) =>
|
||||
toolbar.context.send("insertDiscourseLocalDate", event),
|
||||
});
|
||||
|
Reference in New Issue
Block a user