mirror of
https://github.com/discourse/discourse-user-card-directory.git
synced 2025-06-26 16:32:10 +00:00
DEV: Update deprecated Font Awesome icon names (#44)
This commit is contained in:
parent
533c97fc4f
commit
72af869d92
@ -1,3 +1,4 @@
|
|||||||
|
< 3.4.0.beta2-dev: 533c97fc4fbf65310bdd7d3d13eebefddc4d5ffd
|
||||||
< 3.4.0.beta1-dev: 195e853216558cdc16db598656619aa08abf8927
|
< 3.4.0.beta1-dev: 195e853216558cdc16db598656619aa08abf8927
|
||||||
< 3.3.0.beta1-dev: 4d7491226a4eac33f5a57ebd67f292ef91c8c51e
|
< 3.3.0.beta1-dev: 4d7491226a4eac33f5a57ebd67f292ef91c8c51e
|
||||||
3.1.999: 6942afd56f4cf43e643bbafe1782aa055fadc7bc
|
3.1.999: 6942afd56f4cf43e643bbafe1782aa055fadc7bc
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
"assets": {},
|
"assets": {},
|
||||||
"color_schemes": {},
|
"color_schemes": {},
|
||||||
"modifiers": {
|
"modifiers": {
|
||||||
"svg_icons": ["id-card", "th-list"]
|
"svg_icons": ["id-card", "table-list"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ export default class UserCardDirectoryToggle extends Component {
|
|||||||
<template>
|
<template>
|
||||||
<DButton
|
<DButton
|
||||||
@action={{this.toggleCards}}
|
@action={{this.toggleCards}}
|
||||||
@icon={{if this.showingCards "th-list" "id-card"}}
|
@icon={{if this.showingCards "table-list" "id-card"}}
|
||||||
@title={{themePrefix (if this.showingCards "show_table" "show_cards")}}
|
@title={{themePrefix (if this.showingCards "show_table" "show_cards")}}
|
||||||
class="btn-default open-edit-columns-btn toggle-cards-button"
|
class="btn-default open-edit-columns-btn toggle-cards-button"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user