diff --git a/resources/views/settings/labs.blade.php b/resources/views/settings/labs.blade.php new file mode 100644 index 000000000..270bdf364 --- /dev/null +++ b/resources/views/settings/labs.blade.php @@ -0,0 +1,63 @@ + @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') +
+ hasCookie('dark-mode') ? 'checked':''}}> + +

Use dark mode theme.

+
+ @endif +
+

Discovery

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

Allow your profile to be listed in Profile Suggestions.

+
+ @endif +
+
+
+ +
+
+
+ @endsection \ No newline at end of file