mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 03:31:42 +03:00
b62c3d7867
* wip: refactor all tables into one single `AssetsTable` * wip: Continue merging the four asset tables; make files type-error-free * Get table working again * Prepare for nested directories; insert new items at correct position * Save extra columns state; minor style fixes * Make tab toggle bar sticky * Rename array.withItemsInsertedAtBoundary * Fix minor bug; adjust dropzone appearance * Indentation for nested assets; fetching nested assets; svg color changes * New appearances for permission display; minor fixes for "shared with" modal * Address issues * Minor bug fixes * New assets upload bar * Adjust permission display and table cell borders * Adjust styling * Change `toastAndLog` to a hook * Address issues * Make table full-width --------- Co-authored-by: Paweł Buchowski <pawel.buchowski@enso.org>
15 lines
755 B
XML
15 lines
755 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect opacity="0.25" x="14" width="10" height="12" rx="2" transform="rotate(90 14 0)" fill="black"
|
|
fill-opacity="0.3" />
|
|
<g opacity="0.25" clip-path="url(#clip0_20908_12355)">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 16L11 12L9 12L9 5L7 5L7 12L5 12L8 16Z" fill="black"
|
|
fill-opacity="0.3" />
|
|
</g>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 16L11 12L9 12L9 5L7 5L7 12L5 12L8 16Z" fill="black"
|
|
fill-opacity="0.3" />
|
|
<defs>
|
|
<clipPath id="clip0_20908_12355">
|
|
<rect width="6" height="6" fill="white" transform="translate(5 10)" />
|
|
</clipPath>
|
|
</defs>
|
|
</svg> |