mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
FEATURE: Plugins can overwrite and add support for new icons
This commit is contained in:
parent
2d41c5ed3c
commit
e87125b63c
38 changed files with 136 additions and 71 deletions
|
@ -1,6 +1,6 @@
|
|||
import { createWidget } from 'discourse/widgets/widget';
|
||||
import { h } from 'virtual-dom';
|
||||
import { iconNode } from 'discourse/helpers/fa-icon-node';
|
||||
import { iconNode } from 'discourse-common/lib/icon-library';
|
||||
import RawHtml from 'discourse/widgets/raw-html';
|
||||
import { ajax } from 'discourse/lib/ajax';
|
||||
import evenRound from "discourse/plugins/poll/lib/even-round";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue