mirror of
https://github.com/enso-org/enso.git
synced 2024-12-12 06:42:34 +03:00
65f66fabb6
- Remove unused `forceCreate` parameter from backend requests - Also undo bad change to behavior of sorting assets: - https://github.com/enso-org/enso/pull/7540#issuecomment-1683699696 - Fix https://github.com/enso-org/cloud-v2/issues/910 - Closing a project now doesn't close other projects. - Unable to properly test, as I cannot get the second project to open - Fix https://github.com/enso-org/cloud-v2/issues/908 - Use the `download` module that already exists to download the app... - Add correct arrow icon for collapsing/expanding folders - Turns out this icon had always existed, and I just didn't see it for the longest time - Hide irrelevant parts of search bar on Local Backend - The row of labels - `no:`, `has:`, `label:`, `-label:`, `description:`, `-description:` (and their corresponding autocomplete entries) - Also change text to say "Type to search for projects." because the other asset types mentioned do not (and will never) exist on the Local Backend. - Fix search bar eating up `"` and ` ` keypresses - Fix icons for Data Links and Secrets being swapped in `AssetIcon` # Important Notes - The fix for https://github.com/enso-org/cloud-v2/issues/908 has not been tested on Safari (I don't have a macOS machine.)
5 lines
322 B
XML
5 lines
322 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="M4.58579 3.75735L8.82843 7.99999L4.58579 12.2426L6 13.6568L10.2426 9.41421L11.6569 7.99999L10.2426 6.58578L6 2.34314L4.58579 3.75735Z"
|
|
fill="black" />
|
|
</svg> |