mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-30 06:28:31 +00:00
Directory Support & Apollo InlineFragment fix (#338)
* Directory Support - Channel avatar next to / on-top the stream card - Stream uptime on stream card - Host grouping with a nice UI - Ability to block / hide games and / or their thumbnails Missing / Not working as of right now: - Channel avatar / uptime not showing in Game or Community directories Fix not being able to open host menu on the stream name Fix chat lines where you've been mentioned. "Following" button is now hoverable Not configurable though. Merge remote-tracking branch 'upstream/master' Fix for Apollo's InlineFragments Basic game directory index support (Outsource timeToString to some utility class!!!) Empty merge Fix Github's "You're behind the master branch!" annoyance More work on Directory stuff Community pages are now supported Several other small things * Proper router usage * Several fixes Also removing `package-lock.json` because for whatever reason that was in? * Early return if the container or card are null
This commit is contained in:
parent
2b6e93ab11
commit
6a7a19bf83
9 changed files with 1501 additions and 7467 deletions
|
@ -21,7 +21,12 @@ const CLASSES = {
|
|||
'player-ext-hover': '.player[data-controls="false"] .player-extensions',
|
||||
|
||||
'pinned-cheer': '.pinned-cheer',
|
||||
'whispers': '.whispers'
|
||||
'whispers': '.whispers',
|
||||
|
||||
'boxart-hover': '.tw-card .full-width:hover a[data-a-target="live-channel-card-game-link"]',
|
||||
'boxart-hide': '.tw-card a[data-a-target="live-channel-card-game-link"]',
|
||||
'profile-hover-following': '.tw-card .full-width:hover .channel-avatar',
|
||||
'profile-hover-game': '.tw-thumbnail-card .tw-card-img:hover .channel-avatar',
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue