Forráskód Böngészése

Update Help Center

Daniel Supernault 6 éve
szülő
commit
672bc9c34a

+ 12 - 0
resources/views/site/help/sharing-media.blade.php

@@ -163,4 +163,16 @@
 			</div>
 		</div>
 	</p>
+	<p>	
+		<a class="text-dark font-weight-bold" data-toggle="collapse" href="#collapse11" role="button" aria-expanded="false" aria-controls="collapse11">
+			<i class="fas fa-chevron-down mr-2"></i>
+			How many people can I tag or mention in my comments or posts?
+		</a>
+		<div class="collapse" id="collapse11">
+			<div>
+				You can tag or mention up to 5 profiles per comment or post.
+			</div>
+		</div>
+	</p>
+
 @endsection

+ 12 - 1
resources/views/site/help/timelines.blade.php

@@ -6,7 +6,7 @@
     <h3 class="font-weight-bold">Timelines</h3>
   </div>
   <hr>
-  <p class="lead">Timelines are chronological feeds of posts from accounts you follow or from other instances.</p>
+  <p class="lead">Timelines are chronological feeds of posts.</p>
   <p class="font-weight-bold h5 py-3">Pixelfed has 2 different timelines:</p>
 
   <ul>
@@ -26,4 +26,15 @@
       <span class="font-weight-light text-muted">Timeline with posts from local and remote accounts - coming soon!</span>
     </li> --}}
   </ul>
+  <div class="py-3"></div>
+  <div class="card bg-primary border-primary" style="box-shadow: none !important;border: 3px solid #08d!important;">
+    <div class="card-header text-light font-weight-bold h4 p-4">Timeline Tips</div>
+    <div class="card-body bg-white p-3">
+      <ul class="pt-3">
+        <li class="lead mb-4">You can mute or block accounts to prevent them from appearing in timelines.</li>
+        <li class="lead mb-4">You can create <span class="font-weight-bold">Unlisted</span> posts that don't appear in public timelines.</li>
+
+      </ul>
+    </div>
+  </div>
 @endsection