Confusing interface for "New folder from Git" #4928
Replies: 2 comments 1 reply
-
I think some kind of updating modal would make sense here. Dismissing the modal to run the action in the background and allowing the user to do something else while cloning the repo would require some kind of interrupt once the clone is done. Otherwise, the IDE will immediately open the newly cloned repo and that would feel disorienting. The action itself is meant to clone and open the repo. I think it's useful that opening the folder is immediate and there probably isn't anything else to do while waiting to clone the repo. Maybe the user wants to open the repo in a new window? |
Beta Was this translation helpful? Give feedback.
-
Thank you for this feedback! 🙌 I agree this experience could be improved. Let's use this discussion here to track folks' ideas and interest. |
Beta Was this translation helpful? Give feedback.
-
I like the "New folder from Git" button, but I think it could be a bit clearer. Currently, when I click on "OK" after putting the link to my Git repo:
IMO, a clearer interface would be to show the progress of "git clone" in the same modal, below the "OK" and "Cancel" buttons. This way, we would clearly see that the process started, we would be able to use the unique "Cancel" button, and it would allow disabling the "OK" button if a process is already running. Just my 2 cents of course :-)
Edit: On the other hand, that would block the user from doing something else until "git clone" finishes, which can take a while. An easier solution might be to just close the modal once "OK" is clicked.
Beta Was this translation helpful? Give feedback.
All reactions