mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-08 07:10:54 +00:00
4.20.77
* Changed: The FFZ Control Center's home page now displays a list of new settings when you have new settings, as well as recently updated add-ons. A GitHub link was added as well. The Twitter embed will properly use light theme when appropriate. * Changed: [Add-Ons](~add_ons) now supports sorting by update time, as well as name. * Changed: The FFZ Control Center will now appear larger depending on your window size. * Fixed: The [Add-Ons](~add_ons) list not being properly searchable in the FFZ Control Center. * Fixed: Appearance of unread counters in the FFZ Control Center's navigation. * Fixed: Messages not highlighting correctly when a viewer card is open.
This commit is contained in:
parent
a91907c869
commit
7428781614
12 changed files with 415 additions and 34 deletions
|
@ -82,6 +82,7 @@
|
|||
ref="children"
|
||||
:context="context"
|
||||
:item="i"
|
||||
:nav_keys="nav_keys"
|
||||
:filter="filter"
|
||||
@change-item="changeItem"
|
||||
@mark-seen="markSeen"
|
||||
|
@ -94,7 +95,7 @@
|
|||
<script>
|
||||
|
||||
export default {
|
||||
props: ['item', 'context', 'filter'],
|
||||
props: ['item', 'context', 'filter', 'nav_keys'],
|
||||
|
||||
computed: {
|
||||
breadcrumbs() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue