mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 00:31:39 +03:00
f1c224e62e
Closes https://github.com/enso-org/cloud-v2/issues/560 - New context menu - Global keyboard shortcut handler - Moves the existing "escape" keybindings (close modal, cancel editing names) to global keybind handlers # Important Notes - The "Upload To Cloud" action is not present in the Figma design. As such: - Its current icon is an edit of the "cloud_from" icon, with the arrow upside down - It does not have a corresponding keyboard shortcut
5 lines
350 B
XML
5 lines
350 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
d="M2 1C0.895431 1 0 1.89543 0 3V6H16V5C16 3.89543 15.1046 3 14 3H8C8 1.89543 7.10457 1 6 1H2ZM0 13V7H16V13C16 14.1046 15.1046 15 14 15H2C0.89543 15 0 14.1046 0 13Z"
|
|
fill="black" />
|
|
</svg> |