Closed dav-is closed 7 years ago
Thanks ! I think I'll do all that :+1:
I still have to read some doc about that const
thing because I've never actually used it :grimacing:
Let me know if you need help achieving any of these or just in general :)
@dav-is I could do with some advice. I'm waiting for Gitter to come back online :see_no_evil:
Which one are you having issues with?
Thanks again for your help, it's been very helpful :wink:
:+1: Anytime! :)
Good work! Thought you'd appriciate some feedback. Here's what I found:
Should probably extract to separate class: https://github.com/clarkwinkelmann/flarum-ext-emojionearea/blob/master/bootstrap.php#L12
Maybe this should be a div? https://github.com/clarkwinkelmann/flarum-ext-emojionearea/blob/master/js/forum/src/components/EmojiAreaButton.js#L19
Use
const
: https://github.com/clarkwinkelmann/flarum-ext-emojionearea/blob/master/js/forum/src/components/EmojiAreaButton.js#L26Use
const
and send texteditor as parameter: https://github.com/clarkwinkelmann/flarum-ext-emojionearea/blob/master/js/forum/src/main.js#L13