Explorar el Código

Update timeline settings, add photo reblogs only option

Daniel Supernault hace 1 año
padre
commit
e2705b9ae9
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      resources/views/settings/timeline.blade.php

+ 6 - 0
resources/views/settings/timeline.blade.php

@@ -25,6 +25,12 @@
             <p class="text-muted small help-text">See reblogs from accounts you follow in your home feed. (Home timeline only)</p>
         </div>
 
+        <div class="form-check pb-3">
+            <input class="form-check-input" type="checkbox" name="photo_reblogs_only" {{$userSettings['photo_reblogs_only'] ? 'checked':''}}>
+            <label class="form-check-label font-weight-bold" for="">Photo reblogs only</label>
+            <p class="text-muted small help-text">Only see reblogs of photos or photo albums. (Home timeline only)</p>
+        </div>
+
 		<div class="form-group row mt-5 pt-5">
 			<div class="col-12 text-right">
 				<hr>