Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the project manager UI #31356

Merged
merged 1 commit into from
Aug 20, 2019

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Aug 13, 2019

This incorporates many suggestions from #31342.

This also revises the search behavior to be simpler and more efficient:

  • Searching will now search in both the project name and path. A project will be displayed if either of these match the search term.
  • If the search term contains a "/", the whole path will be used to match the search term. Otherwise, only the last path component will be used.

Props to @mindinsomnia for providing an high-quality mockup on #31342! ❤️

Preview

Before

godot_project_manager_old

After

godot_project_manager_new

@Zireael07
Copy link
Contributor

Before and after pics are identical? 😕

@Anutrix
Copy link
Contributor

Anutrix commented Aug 13, 2019

Before and after pics are identical? 😕

Search bar changed. That's the only visual change that I noticed from the pictures do far.

@akien-mga
Copy link
Member

Search bar changed. That's the only visual change that I noticed from the pictures do far.

Counted 8 differences so far, look more :)

@mindinsomnia
Copy link

Glad the mockup could be of some help! @Calinou 😁

@mindinsomnia
Copy link

I like the 'Search' faded text in the search box, very nice.

For the sort dropdown, could possibly add more options.
Eg:

  • Name: A-Z
  • Name: Z-A
  • Edited: Recently
  • Edited: Long Ago
  • Created: New
  • Created: Old

Just throwing it out there.

@Calinou
Copy link
Member Author

Calinou commented Aug 14, 2019

@mindinsomnia That could be done in a later pull request 🙂

@Calinou Calinou force-pushed the improve-project-manager-ui branch from 0cc4d67 to e12759c Compare August 14, 2019 11:26
@aaronfranke
Copy link
Member

Very nice improvements overall!

Now that I think about it, should the search bar be centered?

@akien-mga
Copy link
Member

Seems good to me, needs a rebase and it can be merged.

This incorporates many suggestions from godotengine#31342.

This also revises the search behavior to be simpler and more efficient:

- Searching will now search in both the project name and path. A project
  will be displayed if either of these match the search term.
- If the search term contains a "/", the whole path will be used to match
  the search term. Otherwise, only the last path component will be used.
@Calinou Calinou force-pushed the improve-project-manager-ui branch from e12759c to cef7ca4 Compare August 17, 2019 12:06
@akien-mga akien-mga merged commit a4377ca into godotengine:master Aug 20, 2019
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants