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

In the right pane, props and component name should be visually separated #819

Closed
2 tasks done
prakhargupta1 opened this issue Aug 18, 2022 · 2 comments · Fixed by #855
Closed
2 tasks done

In the right pane, props and component name should be visually separated #819

prakhargupta1 opened this issue Aug 18, 2022 · 2 comments · Fixed by #855
Assignees

Comments

@prakhargupta1
Copy link
Member

prakhargupta1 commented Aug 18, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Summary 💡

Currently, the right panel shows everything together. Should we have some visual separation based on the type of items?

Moreover, we can also look into separating UI props from data props.
Screenshot 2022-08-18 at 1 50 04 PM

@apedroferreira
Copy link
Member

i'm going to separate some "layout" props in this PR #804, but it still doesn't look great, I can still at least try to improve the spacing there.

@prakhargupta1 prakhargupta1 changed the title Visually separate props form component Id and name Props and component Id, name should be visually separated Aug 19, 2022
@prakhargupta1 prakhargupta1 changed the title Props and component Id, name should be visually separated Props and component ID, name should be visually separated Aug 19, 2022
@prakhargupta1 prakhargupta1 changed the title Props and component ID, name should be visually separated IN the right pane, props and component name should be visually separated Aug 19, 2022
@prakhargupta1 prakhargupta1 changed the title IN the right pane, props and component name should be visually separated In the right pane, props and component name should be visually separated Aug 19, 2022
@prakhargupta1 prakhargupta1 modified the milestone: Backlog Aug 22, 2022
@apedroferreira
Copy link
Member

apedroferreira commented Aug 26, 2022

Moreover, we can also look into separating UI props from data props.

We would need something like property categories to do something like this, so we could group them by category. But this would mean every prop would need to have its own category, which I'm not sure would make sense in every case.

So for now I just tried to make the order of the props in each component a bit more logical, but if we want to categorize and split things I guess we can do it separately.

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

Successfully merging a pull request may close this issue.

2 participants