[Glitch] Add hotkey for follow requests
Port 25f6f41052b52a765a74e9e16d7411750ae46221 to glitch-soc
This commit is contained in:
		
							parent
							
								
									b230c04e00
								
							
						
					
					
						commit
						c789181626
					
				| @ -92,6 +92,7 @@ const keyMap = { | |||||||
|   goToProfile: 'g u', |   goToProfile: 'g u', | ||||||
|   goToBlocked: 'g b', |   goToBlocked: 'g b', | ||||||
|   goToMuted: 'g m', |   goToMuted: 'g m', | ||||||
|  |   goToRequests: 'g r', | ||||||
|   toggleSpoiler: 'x', |   toggleSpoiler: 'x', | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| @ -369,6 +370,10 @@ export default class UI extends React.Component { | |||||||
|     this.props.history.push('/mutes'); |     this.props.history.push('/mutes'); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   handleHotkeyGoToRequests = () => { | ||||||
|  |     this.props.history.push('/follow_requests'); | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|   render () { |   render () { | ||||||
|     const { width, draggingOver } = this.state; |     const { width, draggingOver } = this.state; | ||||||
|     const { children, layout, isWide, navbarUnder, dropdownMenuIsOpen } = this.props; |     const { children, layout, isWide, navbarUnder, dropdownMenuIsOpen } = this.props; | ||||||
| @ -408,6 +413,7 @@ export default class UI extends React.Component { | |||||||
|       goToProfile: this.handleHotkeyGoToProfile, |       goToProfile: this.handleHotkeyGoToProfile, | ||||||
|       goToBlocked: this.handleHotkeyGoToBlocked, |       goToBlocked: this.handleHotkeyGoToBlocked, | ||||||
|       goToMuted: this.handleHotkeyGoToMuted, |       goToMuted: this.handleHotkeyGoToMuted, | ||||||
|  |       goToRequests: this.handleHotkeyGoToRequests, | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     return ( |     return ( | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user