mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 16:51:41 +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
599 B
XML
5 lines
599 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="M15.3316 8.82566L8.80005 15L2.26851 8.82566C1.49808 8.12297 0.972708 7.15615 0.835606 6.06842L0.800049 6H0.827513C0.809365 5.83583 0.800049 5.669 0.800049 5.5C0.800049 3.01472 2.81477 1 5.30005 1C6.71368 1 7.97507 1.65183 8.80005 2.67134C9.62503 1.65183 10.8864 1 12.3 1C14.7853 1 16.8 3.01472 16.8 5.5C16.8 5.669 16.7907 5.83583 16.7726 6H16.8L16.7645 6.06842C16.6274 7.15615 16.102 8.12297 15.3316 8.82566Z"
|
|
fill="black" />
|
|
</svg> |