mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
DEV: Update more deprecated Font Awesome icon names (#30163)
* DEV: Update more deprecated Font Awesome icon names * revert update to icon-library test - test is covering deprecation case
This commit is contained in:
@ -205,7 +205,7 @@ export default class AdminFlagsForm extends Component {
|
|||||||
</checkboxGroup.Field>
|
</checkboxGroup.Field>
|
||||||
</form.CheckboxGroup>
|
</form.CheckboxGroup>
|
||||||
|
|
||||||
<form.Alert @icon="info-circle">
|
<form.Alert @icon="circle-info">
|
||||||
{{i18n "admin.config_areas.flags.form.alert"}}
|
{{i18n "admin.config_areas.flags.form.alert"}}
|
||||||
</form.Alert>
|
</form.Alert>
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ export default class ThemeCard extends Component {
|
|||||||
<span
|
<span
|
||||||
title={{i18n "admin.customize.theme.updates_available_tooltip"}}
|
title={{i18n "admin.customize.theme.updates_available_tooltip"}}
|
||||||
class="theme-card__update-available"
|
class="theme-card__update-available"
|
||||||
>{{icon "info-circle"}}</span>
|
>{{icon "circle-info"}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="theme-card__image-wrapper">
|
<div class="theme-card__image-wrapper">
|
||||||
{{#if @theme.screenshot_url}}
|
{{#if @theme.screenshot_url}}
|
||||||
|
@ -108,7 +108,7 @@
|
|||||||
}}"
|
}}"
|
||||||
>
|
>
|
||||||
{{#if this.versionCheck.behindByOneVersion}}
|
{{#if this.versionCheck.behindByOneVersion}}
|
||||||
{{d-icon "far-meh"}}
|
{{d-icon "far-face-meh"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{d-icon "far-face-frown"}}
|
{{d-icon "far-face-frown"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{{#if this.model.can_view_action_logs}}
|
{{#if this.model.can_view_action_logs}}
|
||||||
<DButton
|
<DButton
|
||||||
@action={{fn this.viewActionLogs this.model.username}}
|
@action={{fn this.viewActionLogs this.model.username}}
|
||||||
@icon="far-list-alt"
|
@icon="far-rectangle-list"
|
||||||
@label="admin.user.action_logs"
|
@label="admin.user.action_logs"
|
||||||
class="btn-default"
|
class="btn-default"
|
||||||
/>
|
/>
|
||||||
@ -850,7 +850,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
<DButton
|
<DButton
|
||||||
@action={{fn this.checkSsoPayload this.model}}
|
@action={{fn this.checkSsoPayload this.model}}
|
||||||
@icon="far-list-alt"
|
@icon="far-rectangle-list"
|
||||||
@label="admin.users.check_sso.text"
|
@label="admin.users.check_sso.text"
|
||||||
@title="admin.users.check_sso.title"
|
@title="admin.users.check_sso.title"
|
||||||
class="btn-default"
|
class="btn-default"
|
||||||
|
@ -25,7 +25,7 @@ export default class PostMenuReadButton extends Component {
|
|||||||
<DButton
|
<DButton
|
||||||
...attributes
|
...attributes
|
||||||
@action={{@buttonActions.toggleWhoRead}}
|
@action={{@buttonActions.toggleWhoRead}}
|
||||||
@icon="book-reader"
|
@icon="book-open-reader"
|
||||||
@title="post.controls.read_indicator"
|
@title="post.controls.read_indicator"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,7 +11,7 @@ export default class PostMenuShowMoreButton extends Component {
|
|||||||
class="post-action-menu__show-more show-more-actions"
|
class="post-action-menu__show-more show-more-actions"
|
||||||
...attributes
|
...attributes
|
||||||
@action={{@buttonActions.showMoreActions}}
|
@action={{@buttonActions.showMoreActions}}
|
||||||
@icon="ellipsis-h"
|
@icon="ellipsis"
|
||||||
@title="show_more"
|
@title="show_more"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
@ -94,7 +94,7 @@ export default class AdminChatIncomingWebhooksList extends Component {
|
|||||||
>{{i18n "chat.incoming_webhooks.edit"}}</LinkTo>
|
>{{i18n "chat.incoming_webhooks.edit"}}</LinkTo>
|
||||||
|
|
||||||
<DButton
|
<DButton
|
||||||
@icon="trash-alt"
|
@icon="trash-can"
|
||||||
@title="chat.incoming_webhooks.delete"
|
@title="chat.incoming_webhooks.delete"
|
||||||
@action={{fn this.destroyWebhook webhook}}
|
@action={{fn this.destroyWebhook webhook}}
|
||||||
class="btn-danger btn-small admin-chat-incoming-webhooks-delete"
|
class="btn-danger btn-small admin-chat-incoming-webhooks-delete"
|
||||||
|
@ -11,7 +11,7 @@ register_asset "stylesheets/common/poll-ui-builder.scss"
|
|||||||
register_asset "stylesheets/desktop/poll-ui-builder.scss", :desktop
|
register_asset "stylesheets/desktop/poll-ui-builder.scss", :desktop
|
||||||
register_asset "stylesheets/common/poll-breakdown.scss"
|
register_asset "stylesheets/common/poll-breakdown.scss"
|
||||||
|
|
||||||
register_svg_icon "far fa-square-check"
|
register_svg_icon "far-square-check"
|
||||||
|
|
||||||
enabled_site_setting :poll_enabled
|
enabled_site_setting :poll_enabled
|
||||||
hide_plugin
|
hide_plugin
|
||||||
|
Reference in New Issue
Block a user