enso/app/ide-desktop/lib/assets/close.svg

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
783 B
XML
Raw Normal View History

Improve assets table display (#7500) - Closes #7463 - Makes table header sticky - Clips table body so it does not overlap table header Other changes: - Clip table header row so it does not overlap extra columns selector - Hide extra columns selector on local backend (PM backend) - Focus search bar if the keypress will type regular text - Change row height from 40px to 32px - Add "Share" button when the editor is open - Make entire area of backend selector (Cloud <-> Local) clickable (previously, the padding was not clickable) - Remove the up-arrow icon to open a project. Projects are now opened by switching to the project tab using the tab selector on the top left (or by double clicking the row). - Fix opening newly created folder (previously its entries were appended to the end, rather than under the folder) - Indent background of "name" column (the first column) - Minor code style changes - Add background back to "change password" modal (oops) - Hide "open" context menu entry and show "stop" entry, when a project is currently running - :information_source: It might be a good idea to support the "open" action on directories as well, however it is difficult without the assets table refactor in #7540. As such, this functionality will not be added in this PR. - Fix horizontal padding on "sign in" user menu entry - Hide email/password validation when using oauth logins More fixes for assets list: - Project is inserted at start of list when there are no existing projects - Project is inserted at start of children when there are no existing children - Deleting a folder collapses it (hides its descendants) - Adding children to a newly created folder puts them at the correct depth, rather than depth 1 # Important Notes None
2023-08-28 21:01:40 +03:00
<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="M10.7031 5.29813C10.3126 4.90761 9.67944 4.90761 9.28892 5.29813L7.99609 6.59096L6.70718 5.30204C6.31665 4.91151 5.68349 4.91151 5.29296 5.30204C4.90244 5.69256 4.90244 6.32573 5.29296 6.71625L6.58188 8.00517L5.29298 9.29408C4.90245 9.6846 4.90245 10.3178 5.29298 10.7083C5.6835 11.0988 6.31666 11.0988 6.70719 10.7083L7.99609 9.41938L9.28695 10.7102C9.67748 11.1008 10.3106 11.1008 10.7012 10.7102C11.0917 10.3197 11.0917 9.68655 10.7012 9.29603L9.41031 8.00517L10.7031 6.71235C11.0937 6.32182 11.0937 5.68866 10.7031 5.29813Z"
fill="black" />
<circle cx="8" cy="8" r="7" stroke="black" stroke-width="2" />
</svg>