diff --git a/resources/views/settings/privacy/blocked-instances.blade.php b/resources/views/settings/privacy/blocked-instances.blade.php index e3dae8584..34fb7d8fb 100644 --- a/resources/views/settings/privacy/blocked-instances.blade.php +++ b/resources/views/settings/privacy/blocked-instances.blade.php @@ -10,10 +10,81 @@

Muted Users Blocked Users - Blocked Instances + Blocked keywords + Blocked instances

-
-
+ @if($filters->count() > 0) + +
+ {{$filters->links()}} +
+

+ +

+ @else +

You can block entire instances, this prevents users on that instance from interacting with your content. To understand how blocking works, read more in the Help Center.

+

You are not blocking any instances. For a list of instances banned by the admin, click here.

+

+ +

+ @endif -@endsection \ No newline at end of file +@endsection + +@push('scripts') + + + +@endpush \ No newline at end of file diff --git a/resources/views/settings/privacy/blocked-keywords.blade.php b/resources/views/settings/privacy/blocked-keywords.blade.php new file mode 100644 index 000000000..ea154265a --- /dev/null +++ b/resources/views/settings/privacy/blocked-keywords.blade.php @@ -0,0 +1,22 @@ +@extends('settings.template') + +@section('section') + +
+

Blocked Keywords

+
+
+
+

+ Muted Users + Blocked Users + Blocked keywords + Blocked instances +

+
+
+

Unavailable

+

This setting will be released in a future version.

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