Adding a warning in settings if theme is not set to Peertube or if autocolors are disabled.

This commit is contained in:
John Livingston
2025-05-12 15:40:27 +02:00
parent d841e88e00
commit 88376b82ee
4 changed files with 16 additions and 1 deletions

View File

@ -676,3 +676,9 @@ announcements_message_type_standard: Standard
announcements_message_type_announcement: Announcement
announcements_message_type_highlight: Highlight
announcements_message_type_warning: Warning
converse_theme_warning_description: |
<span class="peertube-plugin-livechat-warning">
It is strongly recommanded to keep the "Peertube theme", in combinaison with the "Automatic color detection" feature.
Otherwise some user may experience issues depending on the Peertube theme they use.
</span>