• Lukas 'Eipi' Eipert's avatar
    Move keyboard shortcut help modal to Vue · d5b98c93
    Lukas 'Eipi' Eipert authored
    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.
    d5b98c93
user_uses_shortcuts_spec.rb 5.78 KB