mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 03:31:42 +03:00
6e7672a424
- Depends on unmerged backend features: - https://github.com/enso-org/cloud-v2/issues/832 - https://github.com/enso-org/cloud-v2/issues/833 - Close https://github.com/enso-org/cloud-v2/issues/829 - Add scaffold for settings page - Add endpoint for deleting user - Add endpoint for uploading profile picture - Modify API types to add profile picture to user info - Add shortcuts: - <kbd>Cmd</kbd>+<kbd>,</kbd> to open settings page (shortcut taken from VS Code) - <kbd>Esc</kbd> to close settings page - ℹ️ Note that, while the settings page is considered as a page by the logic, it is not saved for the next session, as the settings page should be a transitional page (it should only ever be open to do one specific task, and then immediately closed again) - Partly implement https://github.com/enso-org/cloud-v2/issues/840 - Add "members" tab with member list - Add "Invite Users" button to be able to invite multiple users - Misc. QoL improvements - Deselect selections when clicking away from the selection # Important Notes None
11 lines
645 B
XML
11 lines
645 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="1" y="2" width="5" height="2" fill="black" />
|
|
<rect x="10" y="2" width="5" height="2" fill="black" />
|
|
<rect x="12" y="7" width="3" height="2" fill="black" />
|
|
<rect x="1" y="7" width="7" height="2" fill="black" />
|
|
<rect x="1" y="12" width="3" height="2" fill="black" />
|
|
<rect x="8" y="12" width="7" height="2" fill="black" />
|
|
<rect x="6" y="0.5" width="2" height="5" fill="black" />
|
|
<rect x="10" y="5.5" width="2" height="5" fill="black" />
|
|
<rect x="4" y="10.5" width="2" height="5" fill="black" />
|
|
</svg> |