@include(snippets/header)

{{ t('settings.title') }}

{{ t('settings.profile') }}

Click directly on your profile card below to edit your avatar, banner, name, color, or bio.

{!! session.display_name || session.user !!}
{!! session.description || '' !!}
@if(user_banner_enabled) @if(banner_file) @endif @endif
@if(enable_profile_description) @endif

{{ t('settings.preferences') }}

{{ t('settings.appearance_section') }}
@if(allow_language_change)
{{ t('settings.language_hint') }}
@endif
{{ t('settings.enable_bg_blur_hint') }}
{{ t('settings.ui_section') }}
{{ t('settings.modern_layout_hint') }}
@if(!session.use_new_layout)
{{ t('settings.alternative_infobox_hint') }}
{{ t('settings.alternative_steuerung_hint') }}
@endif @if(show_koepfe)
{{ t('settings.hide_koepfe_hint') }}
@endif
Playback & Navigation
{{ t('settings.disable_autoplay_hint') }}
{{ t('settings.disable_swiping_hint') }}
{{ t('settings.scroll_nav_hint') }}
{{ t('settings.image_expand_on_click_hint') || 'Instead of opening the scroll zoom modal, clicking an image will expand it to full size within the page.' }}
{{ t('settings.f_for_fullscreen_hint') || 'Pressing F will toggle fullscreen in the video player instead of favoriting the post.' }}
Comments & Discussion
@if(session.force_comment_display_mode) {{ t('settings.forced_mode_notice') || 'This setting is managed by an administrator.' }} @else {{ t('settings.comment_display_mode_hint') }} @endif
{{ t('settings.render_emojis_hint') }}
{{ t('settings.embed_yt_hint') }}
{{ t('settings.content_preferences_section') }}
{{ t('settings.blur_sfw_hint') }}
{{ t('settings.blur_nsfw_hint') }}
{{ t('settings.blur_nsfl_hint') }}
{{ t('settings.blur_untagged_hint') }}
{{ t('settings.blur_detail_hint') || 'Require clicking to reveal blurred media on the post detail page instead of showing it immediately.' }}
{{ t('settings.hide_item_ratings_hint') || 'Don\'t show SFW/NSFW rating indicators on main page items' }}
Privacy & Defaults
{{ t('settings.favorites_private_hint') }}
{{ t('settings.hide_fav_badge_hint') }}
@if(allow_user_upload_visibility !== false)
{{ t('settings.default_upload_visibility_hint') }}
@endif
{{ t('settings.notifications_section') }}
{{ t('settings.receive_system_notifications_hint') }}
{{ t('settings.receive_user_notifications_hint') }}
{{ t('settings.do_not_disturb_hint') }}
@if(enable_swf)
{{ t('settings.flash_section') }}
{{ t('settings.flash_bg_hint') }}
@endif
@if(enable_data_export)

{{ t('settings.export_data_title') || 'Export Data' }}

{{ t('settings.export_data_desc') || 'Download a copy of your data. This process happens entirely in your browser to protect your privacy and save server resources.' }}

@endif

{{ t('settings.account') }}

@if(matrix_enabled || telegram_enabled)

{{ t('settings.linked_accounts') }}

{{ t('settings.matrix_link_desc') }}

{{ t('settings.active_links') }}
{{ t('settings.loading') }}
@endif @if(enable_user_api_keys)

Upload API Key

@endif @if(enable_user_invites)

{{ t('invites.section_title') }}

@endif
@include(snippets/footer)