mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-02 07:58:31 +00:00
More work on viewer cards. Enable the rich card provider for videos. Start working on a standard data model for chat lines. Add a dev build notice to the menu button. Work on player no-hosting logic. Work on getting Room lines ready. Attempt to fix webmunch not working with a read-only webpackJsonp. Start adding logviewer support.
This commit is contained in:
parent
40a829355f
commit
6c77e2ca5c
26 changed files with 809 additions and 103 deletions
|
@ -138,7 +138,8 @@ Twilight.CHAT_ROUTES = [
|
|||
'user-events',
|
||||
'user-followers',
|
||||
'user-following',
|
||||
'user'
|
||||
'user',
|
||||
'dash'
|
||||
]
|
||||
|
||||
|
||||
|
@ -156,7 +157,7 @@ Twilight.ROUTES = {
|
|||
'dir-game-index': '/directory/game/:gameName',
|
||||
'dir-all': '/directory/all/:filter?',
|
||||
'dir-category': '/directory/:category?',
|
||||
'dash': '/:userName/dashboard',
|
||||
'dash': '/:userName/dashboard/:live?',
|
||||
'dash-automod': '/:userName/dashboard/settings/automod',
|
||||
'event': '/event/:eventName',
|
||||
'popout': '/popout/:userName/chat',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue