mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	change /discover to /app
This commit is contained in:
		
							parent
							
								
									fb43161257
								
							
						
					
					
						commit
						6595ce7e05
					
				| @ -401,7 +401,7 @@ border:solid; | ||||
|      <div class="tabs tabs-center"> | ||||
|              | ||||
|                | ||||
|                 <a href="/discover" class="tab">Videos</a> | ||||
|                 <a href="/app" class="tab">Videos</a> | ||||
|                                      | ||||
|                 <a href="" class="tab active ">Music</a> | ||||
| 
 | ||||
| @ -421,7 +421,7 @@ border:solid; | ||||
|      <div class="tabs tabs-center"> | ||||
|              | ||||
|                | ||||
|                 <a href="/discover" class="tab">Videos</a> | ||||
|                 <a href="/app" class="tab">Videos</a> | ||||
|                                      | ||||
|                 <a href="?tab=music" class="tab">Music</a> | ||||
|                        <% if (!isMobile) { %>  | ||||
| @ -440,7 +440,7 @@ border:solid; | ||||
|      <div class="tabs tabs-center"> | ||||
|              | ||||
|                | ||||
|                 <a href="/discover" class="tab">Videos</a> | ||||
|                 <a href="/app" class="tab">Videos</a> | ||||
|                 <a href="?tab=music" class="tab">Music</a> | ||||
|                 <a href="?tab=gaming" class="tab">Gaming</a> | ||||
|                  <a href="" class="tab active">Movies</a> | ||||
| @ -1125,7 +1125,7 @@ Privacy | ||||
| 
 | ||||
|                                <div class=search> | ||||
|          | ||||
|         <form action="/discover"> | ||||
|         <form action="/app"> | ||||
|            | ||||
|            | ||||
|    <input class="search-bar" autocomplete="on" id="fname" name="mobilesearch" placeholder="Search some videos lol "style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;"> | ||||
| @ -1143,7 +1143,7 @@ Privacy | ||||
| 
 | ||||
|                                <div class=search> | ||||
|          | ||||
|         <form action="/discover"> | ||||
|         <form action="/app"> | ||||
|    <input class="search-bar" autocomplete="on" id="fname" name="mobilesearch" value="<%=mobilesearch%>" placeholder="Search some videos lol "style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;"> | ||||
|            | ||||
|          | ||||
| @ -1175,13 +1175,13 @@ Privacy | ||||
|     <a  href="/?mobilesearch=<%=mobilesearch%>">First Page</a>   | ||||
|               </p> | ||||
|               <p style="text-align: left;;color: var(--text-secondary);text-decoration: none;"> | ||||
|     <a  href="/discover?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>      | ||||
|     <a  href="/app?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>      | ||||
|               </p> | ||||
|                                                 <% } %>  | ||||
|                                                    | ||||
|                             <%  if (!continuation) { %> | ||||
|                <p style="text-align: left;margin-left: 16em;;color: var(--text-secondary);text-decoration: none;"> | ||||
|     <a  href="/discover?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>       | ||||
|     <a  href="/app?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>       | ||||
|                                </p> | ||||
| 
 | ||||
|                                                 <% } %>   | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley