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 Fieldtype Picker Readability #384

Closed
goellner opened this issue Nov 9, 2020 · 5 comments
Closed

Improve Fieldtype Picker Readability #384

goellner opened this issue Nov 9, 2020 · 5 comments

Comments

@goellner
Copy link

goellner commented Nov 9, 2020

Its hard to find the correct fieltype, if the fields are sorted top to bottom, I think it's better UX, if they are from left to right.
Screenshot on 2020-11-09 at 15-40-02

@jackmcdade
Copy link
Member

We used to have it left to right and folks were saying it would be easier if they were sorted in columns lol 🤔

@goellner
Copy link
Author

goellner commented Nov 9, 2020

i thought it was different a while back, this is maybe just a personal preference, hard to say

@jackmcdade
Copy link
Member

You could add the following CSS to customize your own control panel:

.fieldtype-list {
    grid-template-columns: repeat(4, 1fr) !important;
    grow-auto-flow: row;
}

Result:
image

@goellner
Copy link
Author

goellner commented Nov 9, 2020

will do that, a UX designer just told me to maybe increase the column gap:
Screenshot on 2020-11-09 at 16-07-35

then it would be easier scannable as columns

@jackmcdade
Copy link
Member

Oh yeah I like that, nice one!

@jackmcdade jackmcdade changed the title List Fieldtypes from left to right Improve Fieldtype Picker Readability Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants