mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00: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:
parent
b8325f2190
commit
0f2033dd69
@ -205,7 +205,7 @@ export default class AdminFlagsForm extends Component {
|
||||
</checkboxGroup.Field>
|
||||
</form.CheckboxGroup>
|
||||
|
||||
<form.Alert @icon="info-circle">
|
||||
<form.Alert @icon="circle-info">
|
||||
{{i18n "admin.config_areas.flags.form.alert"}}
|
||||
</form.Alert>
|
||||
|
||||
|
@ -116,7 +116,7 @@ export default class ThemeCard extends Component {
|
||||
<span
|
||||
title={{i18n "admin.customize.theme.updates_available_tooltip"}}
|
||||
class="theme-card__update-available"
|
||||
>{{icon "info-circle"}}</span>
|
||||
>{{icon "circle-info"}}</span>
|
||||
{{/if}}
|
||||
<div class="theme-card__image-wrapper">
|
||||
{{#if @theme.screenshot_url}}
|
||||
|
@ -108,7 +108,7 @@
|
||||
}}"
|
||||
>
|
||||
{{#if this.versionCheck.behindByOneVersion}}
|
||||
{{d-icon "far-meh"}}
|
||||
{{d-icon "far-face-meh"}}
|
||||
{{else}}
|
||||
{{d-icon "far-face-frown"}}
|
||||
{{/if}}
|
||||
|
@ -10,7 +10,7 @@
|
||||
{{#if this.model.can_view_action_logs}}
|
||||
<DButton
|
||||
@action={{fn this.viewActionLogs this.model.username}}
|
||||
@icon="far-list-alt"
|
||||
@icon="far-rectangle-list"
|
||||
@label="admin.user.action_logs"
|
||||
class="btn-default"
|
||||
/>
|
||||
@ -850,7 +850,7 @@
|
||||
{{else}}
|
||||
<DButton
|
||||
@action={{fn this.checkSsoPayload this.model}}
|
||||
@icon="far-list-alt"
|
||||
@icon="far-rectangle-list"
|
||||
@label="admin.users.check_sso.text"
|
||||
@title="admin.users.check_sso.title"
|
||||
class="btn-default"
|
||||
|
@ -25,7 +25,7 @@ export default class PostMenuReadButton extends Component {
|
||||
<DButton
|
||||
...attributes
|
||||
@action={{@buttonActions.toggleWhoRead}}
|
||||
@icon="book-reader"
|
||||
@icon="book-open-reader"
|
||||
@title="post.controls.read_indicator"
|
||||
/>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@ export default class PostMenuShowMoreButton extends Component {
|
||||
class="post-action-menu__show-more show-more-actions"
|
||||
...attributes
|
||||
@action={{@buttonActions.showMoreActions}}
|
||||
@icon="ellipsis-h"
|
||||
@icon="ellipsis"
|
||||
@title="show_more"
|
||||
/>
|
||||
</template>
|
||||
|
@ -94,7 +94,7 @@ export default class AdminChatIncomingWebhooksList extends Component {
|
||||
>{{i18n "chat.incoming_webhooks.edit"}}</LinkTo>
|
||||
|
||||
<DButton
|
||||
@icon="trash-alt"
|
||||
@icon="trash-can"
|
||||
@title="chat.incoming_webhooks.delete"
|
||||
@action={{fn this.destroyWebhook webhook}}
|
||||
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/common/poll-breakdown.scss"
|
||||
|
||||
register_svg_icon "far fa-square-check"
|
||||
register_svg_icon "far-square-check"
|
||||
|
||||
enabled_site_setting :poll_enabled
|
||||
hide_plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user