1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
* Added: Setting to display timestamps on additional types of chat messages. (Closes #983)
* Changed: Do not set a Chat Width by default.
* Changed: Have WebMunch dump a list of possible webpack bundle names when failing to find webpack.
* Fixed: Appearance issues caused by Twitch's continual migration to procedural CSS class names, requiring duplicate CSS to achieve a native look.
* Fixed: Ambiguous input field names in some FFZ Control Center widgets. (Closes #1017)
* Fixed: Stop using Algolia for tag search.
This commit is contained in:
SirStendec 2021-04-01 12:05:29 -04:00
parent fa33491eec
commit ae90b8e4fe
35 changed files with 306 additions and 222 deletions

View file

@ -70,14 +70,14 @@
:key="addon.key"
class="tw-mg-b-05 tw-flex tw-align-items-center"
>
<div class="tw-card-img--size-4 tw-overflow-hidden tw-mg-r-1">
<div class="ffz-card-img--size-4 tw-overflow-hidden tw-mg-r-1">
<img :src="addon.icon" class="tw-image">
</div>
<div>
<a
v-if="addon.enabled && addon.settings"
href="#"
class="tw-strong tw-link--inherit"
class="tw-strong ffz-link--inherit"
@click.prevent="item.requestPage(addon.settings)"
>
{{ addon.name_i18n ? t(addon.name_i18n, addon.name) : addon.name }}
@ -114,14 +114,14 @@
:key="addon.key"
class="tw-mg-b-05 tw-flex tw-align-items-center"
>
<div class="tw-card-img--size-4 tw-overflow-hidden tw-mg-r-1">
<div class="ffz-card-img--size-4 tw-overflow-hidden tw-mg-r-1">
<img :src="addon.icon" class="tw-image">
</div>
<div>
<a
v-if="addon.enabled && addon.settings"
href="#"
class="tw-strong tw-link--inherit"
class="tw-strong ffz-link--inherit"
@click.prevent="item.requestPage(addon.settings)"
>
{{ addon.name_i18n ? t(addon.name_i18n, addon.name) : addon.name }}