enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.3k stars 317 forks source link

Dashboard improvements #10368

Closed somebody1234 closed 2 days ago

somebody1234 commented 3 days ago

Pull Request Description

Important Notes

N/A

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

PabloBuchu commented 3 days ago
  1. Having issues with cache (see video) not sure it misses latest develop or bug

https://github.com/enso-org/enso/assets/2855109/2024979d-2cd4-40a8-bd36-dda6e0151d2d

PabloBuchu commented 2 days ago

2 small fixes. The rest looks nice. QA ✅

  1. Wasn't clear enough. Recent should also be moved similar to Trash
  2. Copy as path works fine for File and Directory for other Asset we need to add type suffix. I will create an improvement for that. Maybe we should store the path on backend side and return in in list directory request
  3. Shouldn't have a download on a local folder. I think this was not implemented
somebody1234 commented 2 days ago

ohhh

Shouldn't have a download on a local folder.

i was wondering what this meant (i was looking in the Drive Bar) - i guess you mean in the context menu

also yeah ideally FE gets the path in the list directory request, this way we don't have to do any hackiness in the Local Backend which currently uses ids as paths

somebody1234 commented 2 days ago

@PabloBuchu i think the small fixes have been addressed now