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

Labs

Experimental features


We are deprecating Labs in a future version. Some features will no longer be supported. For more information, click here.

UI


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

Use dark mode theme.

@if(!now()->gt(now()->parse('2021-06-14 07:22:46'))) @if($profile->profile_layout == 'moment')
profile_layout == 'moment' ? 'checked':''}} value="{{$profile->profile_layout}}">

MomentUI offers an alternative layout for posts and your profile.

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.

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

DEPRECATED MomentUI offers an alternative layout for posts and your profile.

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

Show Profile Suggestions.

@endif

Collapses captions/comments more than 3 lines.

REMOVED An experimental content-first timeline layout

Show Announcements on Timelines (Desktop Only)

Force MetroUI layout for profiles and posts.

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

Discovery


is_suggestable ? 'checked' : ''}}>

Allow your profile to be listed in Profile Suggestions.

@endif @endif

@endsection @push('scripts') @if(!now()->gt(now()->parse('2021-06-14 07:22:46'))) @endif @endpush