mirror of
https://github.com/enso-org/enso.git
synced 2024-12-12 06:02:36 +03:00
73b864640b
- Closes https://github.com/enso-org/cloud-v2/issues/580 - Adds home screen Other changes: - Typing in the search bar from the home page, switches to the drive page. This is easy to change/remove, of course # Important Notes There are minor differences from the design: - The Enso logo has opacity 0.6 to match the text color, rather than 0.665 - The list of samples is different - The border-radius on the "create empty project" tile was changed from 18px to 16px, to match every other border-radius (especially the ones on the tiles for the other samples) Implementation notes: - The "new project" circled plus icon has a different color to the primary text color as well, but that has been left as-is - The sample descriptions have a backdrop-blur, but the background image no longer extends underneath it - There are currently no inset shadows for the home screen, but it will be easy to copy them from the old implementation from the old templates list - "Read what's new in Enso 3.0 Beta" currently links to https://enso.org/, rather than a blog post (which does not yet exist) - The new template backgrounds have been replaced with SVGs. The Excel one uses the Excel logo from Wikipedia; the new geospatial analysis one was converted to SVG via auto-tracing. There are also several placeholders: - Sample author icon - Sample author - Sample open count - Sample like ount
5 lines
544 B
XML
5 lines
544 B
XML
<svg width="16" height="16" viewBox="0.8 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
d="M16.8 2V6H14.8V3.41425L10.2162 7.99806C9.82571 8.38859 9.19254 8.38859 8.80202 7.99806C8.41149 7.60754 8.41149 6.97437 8.80202 6.58385L13.3859 2H10.8V0H14.8C15.9046 0 16.8 0.89543 16.8 2ZM2.80005 2H8.80005V0H2.80005C1.69548 0 0.800049 0.89543 0.800049 2V14C0.800049 15.1046 1.69548 16 2.80005 16H14.8C15.9046 16 16.8 15.1046 16.8 14V8H14.8V14H2.80005V2Z"
|
|
fill="black" />
|
|
</svg> |