mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Add pagination for dashboard and user activity feeds (#22937)
Previously only the last few activities where available. This works for all activity and for activity on a date chosen on the heatmap.
This commit is contained in:
		 Brecht Van Lommel
					Brecht Van Lommel
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							740a5ecdd9
						
					
				
				
					commit
					f4920c9c7f
				
			| @@ -70,6 +70,8 @@ export default { | ||||
|         params.set('date', clickedDate); | ||||
|       } | ||||
|  | ||||
|       params.delete('page'); | ||||
|  | ||||
|       const newSearch = params.toString(); | ||||
|       window.location.search = newSearch.length ? `?${newSearch}` : ''; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user