mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-31 23:18:31 +00:00
Add Emoji Rendering. Add basic emoji tab-completion. The emote menu needs a re-think for performance. Strip out more Apollo bugs. Fix tooltips being silly.
This commit is contained in:
parent
1b2ff27530
commit
9c95335743
14 changed files with 504 additions and 28 deletions
|
@ -10,7 +10,7 @@ import {timeout, has} from 'utilities/object';
|
|||
|
||||
import Badges from './badges';
|
||||
import Emotes from './emotes';
|
||||
//import Emoji from './emoji';
|
||||
import Emoji from './emoji';
|
||||
|
||||
import Room from './room';
|
||||
import User from './user';
|
||||
|
@ -32,7 +32,7 @@ export default class Chat extends Module {
|
|||
|
||||
this.inject(Badges);
|
||||
this.inject(Emotes);
|
||||
//this.inject(Emoji);
|
||||
this.inject(Emoji);
|
||||
|
||||
this._link_info = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue