• Denys Mishunov's avatar
    Set up basic keyboard next/previous navigation in diff list · 0aff8e27
    Denys Mishunov authored
    Mousetrap is used as the help-tool to listen to keystrokes
    
    Added currentDiffIndex getter to store that holds
    the index of currently active diff file in the list
    
    Instead of computing it on the component, we will take advantage of it
    being available for all components in DiffsApp
    
    Testing keyboard navigation and jumpToFile()
    0aff8e27