Move keyboard shortcut help modal to Vue
Currently the keyboard shortcut modal is rendered via HAML and injected into the DOM via JavaScript eval. This is rather inefficient and might even introduce security vulnerabilities. Thus we move the static HAML file to be a conditionally rendered Vue Component instead.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment