@extends('settings.template') @section('section')

Labs

Experimental features


Warning: Some experimental features may contain bugs or missing functionality

UI


@csrf @if(config('exp.lc') == true)

Like counts are hidden on timelines. This experiment was enabled for all users and can only be changed by the instance administrator.

@endif
profile_layout == 'moment' ? 'checked':''}} value="{{$profile->profile_layout}}">

MomentUI offers an alternative layout for posts and your profile.

hasCookie('dark-mode') ? 'checked':''}}>

Use dark mode theme.

@if(config('exp.rec') == true)

Show Profile Suggestions

@endif

Discovery


@if(config('exp.rec') == true)
is_suggestable ? 'checked' : ''}}>

Allow your profile to be listed in Profile Suggestions.

@endif

@endsection @push('scripts') @endpush