@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.

@if($profile->profile_layout == 'moment')

Default

header_bg == 'default' || !$profile->header_bg ? 'checked':''}}>

Azure

header_bg == 'azure' ? 'checked':''}}>

Passion

header_bg == 'passion' ? 'checked':''}}>

Reef

header_bg == 'reef' ? 'checked':''}}>

Lush

header_bg == 'lush' ? 'checked':''}}>

Neon

header_bg == 'neon' ? 'checked':''}}>

Flare

header_bg == 'flare' ? 'checked':''}}>

Morning

header_bg == 'morning' ? 'checked':''}}>

Tranquil

header_bg == 'tranquil' ? 'checked':''}}>

Mauve

header_bg == 'mauve' ? 'checked':''}}>

Argon

header_bg == 'argon' ? 'checked':''}}>

Royal

header_bg == 'royal' ? 'checked':''}}>

Set your MomentUI profile background color. Adding a custom header image will be supported in a future version.

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

Use dark mode theme.

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

Show Profile Suggestions.

@endif

Collapses captions/comments more than 3 lines.

An experimental content-first timeline layout

Discovery


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

Allow your profile to be listed in Profile Suggestions.

@endif

@endsection @push('scripts') @endpush