mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 21:12:24 -05:00 
			
		
		
		
	[feature/Frogend] basic report admin interface (#1424)
* basic listing of reports * report detail overview, resolving * report detail styling tweaks * linter fixes
This commit is contained in:
		
					parent
					
						
							
								47daddc10c
							
						
					
				
			
			
				commit
				
					
						83b522a1b6
					
				
			
		
					 8 changed files with 575 additions and 2 deletions
				
			
		|  | @ -72,7 +72,7 @@ function instanceBasedQuery(args, api, extraOptions) { | |||
| module.exports = createApi({ | ||||
| 	reducerPath: "api", | ||||
| 	baseQuery: instanceBasedQuery, | ||||
| 	tagTypes: ["Auth", "Emoji"], | ||||
| 	tagTypes: ["Auth", "Emoji", "Reports"], | ||||
| 	endpoints: (build) => ({ | ||||
| 		instance: build.query({ | ||||
| 			query: () => ({ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue