enso/app/ide-desktop/lib/assets/sliders.svg
somebody1234 6e7672a424
Add settings page; add endpoints for deleting user and uploading profile picture (#8720)
- 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
2024-01-25 15:10:51 +00:00

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>