edge / account

Account portal for managing Edge services
Other
3 stars 1 forks source link

Storage UI design review #227

Closed willgarrett64 closed 1 year ago

willgarrett64 commented 1 year ago

@adamkdean please put feedback here so I can go through them and tick them off.

Some notes on what I've got so far, and what I know needs work: General

File Explorer

adamkdean commented 1 year ago
  1. Estimated Costs is traffic based, should be storage based.
  2. Upload file icon should be cloud with up arrow
  3. Upload file + new directory icons to not have border around, and to be same size as home icon, etc
  4. Adding new directory goes below files, directories and files should always be in order (dirs first, files second)
  5. Hovering over file/dir should highlight (green) and underline just file/dir name, not icon
  6. When clicking and selecting dir/file, grey background needs more horizontal padding etc
  7. Selection grey background to have a little bit of border radius
  8. Single click to navigate/select (double click ends up with a quick text selection before navigation)
  9. On single click directory, disable items, while loading next (maybe with a timeout?)
  10. On single click file, show pane on right side
  11. When renaming file/dir, hover over tick/cross should have some hover effect (darker colour etc)
  12. When renaming file/dir, hover should not make icon go green (see 5 above)
  13. Renaming should trim dir/filename and not allow empty
  14. Modal for deleting dir should say directory, not modal, and if any contents, warn they will be lost
  15. Config should require a JSON object, not accept []
  16. (Question) UI calls CDN integrations "deployments", perhaps we should use "deployments" instead of "instances"?
  17. Add cursor: pointer; to the files/dirs