1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 10:16:57 +00:00

Basic mod cards support (#423)

* More work on mod cards

* More work on mod cards!

Some sort of dynamic component thingy madoohickey

* Change up implementation of tabs

* Implement focus and tabindex

* Remove unused GQL queries / mutations

* Implement user info

* Only show use rlogin if an international name was detected

Also attempt to fix line height

* Remove testing memes

* Remove derps... whoops
This commit is contained in:
Lordmau5 2018-04-30 20:27:14 +02:00 committed by Mike
parent c548f15290
commit 9ef7c2aee3
10 changed files with 411 additions and 3 deletions

View file

@ -17,6 +17,7 @@ import ChatLine from './line';
import SettingsMenu from './settings_menu';
import EmoteMenu from './emote_menu';
import TabCompletion from './tab_completion';
import ModCards from './mod_cards';
const MESSAGE_TYPES = ((e = {}) => {
@ -119,6 +120,8 @@ export default class ChatHook extends Module {
this.inject(SettingsMenu);
this.inject(EmoteMenu);
this.inject(TabCompletion);
this.inject(ModCards);
this.ChatController = this.fine.define(