Streamline the project import workflow. - #51478
Merged
akien-mga merged 1 commit intoAug 29, 2023
Merged
Conversation
jatin837
approved these changes
Aug 10, 2021
The goal of this PR is to ease the steps required to import a project.
After clicking Import, the file selection dialog is immediately shown (previously one needed an extra button click).
The project file selection dialog now also supports selecting a directory, similar to Scan mode. Changes to Any mode of the selection dialog are because I wanted it to offer full functionality of both File and Directory selection modes.
Notes:
Maybe we should change the hierarchy of the dialogs to be siblings?
I was going to also merge Import and Scan, but not sure about the best approach to show Scan option in the UI of Import. Maybe it's for after this PR is merged.
The lines below are because in the original PR there was no issue described in 1). If we decide to ignore 1), then I think they can be removed:
Relaled: godotengine/godot-proposals#2483