-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Improve the project manager UI #31356
Conversation
Before and after pics are identical? 😕 |
Search bar changed. That's the only visual change that I noticed from the pictures do far. |
Counted 8 differences so far, look more :) |
Glad the mockup could be of some help! @Calinou 😁 |
I like the 'Search' faded text in the search box, very nice. For the sort dropdown, could possibly add more options.
Just throwing it out there. |
@mindinsomnia That could be done in a later pull request 🙂 |
0cc4d67
to
e12759c
Compare
Very nice improvements overall! Now that I think about it, should the search bar be centered? |
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.
e12759c
to
cef7ca4
Compare
Thanks! |
This incorporates many suggestions from #31342.
This also revises the search behavior to be simpler and more efficient:
Props to @mindinsomnia for providing an high-quality mockup on #31342! ❤️
Preview
Before
After