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

Create EntityListTree component #37770

Open
10 tasks
Tracked by #37342
ankitakinger opened this issue Nov 27, 2024 · 1 comment · May be fixed by #38493
Open
10 tasks
Tracked by #37342

Create EntityListTree component #37770

ankitakinger opened this issue Nov 27, 2024 · 1 comment · May be fixed by #38493
Assignees
Labels
IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product Task A simple Todo

Comments

@ankitakinger
Copy link
Contributor

ankitakinger commented Nov 27, 2024

  • The items to be listed should be passed as props to the component to allow reusability across segments & IDEs, which will be used to show the list of items in the segment in a Tree format
  • Each item would be an Entity item component along with a left space and/or collapsible icon for toggle.
  • Clicking on the collapsible icon - expands or hides the content. Clicking anywhere else - selects that tree component and doesn’t expand or hide contents.
  • Collapsible is just an icon not an icon button
  • On open/close state collapsible icon should change direction
  • Add hover, active, error, focus, disabled states to be same as that of an entity item
  • We have to override the EntityItems padding on the left to be 4px instead of 8px
  • Spacing 4+X*10=padding-left(px). X-level of nesting (if it’s 0 than use 0px padding)
  • Tree will not support descriptions for entity items
  • Replace the current implementation on UI segment section with this new component

Design:
https://www.figma.com/design/sz08OJt2VrEgxQ8eToFIqG/ADS2.0---Components?node-id=8954-7244&t=3OyrB1zCOHGDQEA8-0

@Nikhil-Nandagopal Nikhil-Nandagopal added the Task A simple Todo label Nov 27, 2024
@ankitakinger ankitakinger added IDE Product Issues related to the IDE Product IDE Pod Issues that new developers face while exploring the IDE labels Nov 27, 2024
@ankitakinger
Copy link
Contributor Author

Hey team! Please add your planning poker estimate with Zenhub @alex-golovanov @hetunandu

@hetunandu hetunandu self-assigned this Jan 3, 2025
@hetunandu hetunandu linked a pull request Jan 6, 2025 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE Pod Issues that new developers face while exploring the IDE IDE Product Issues related to the IDE Product Task A simple Todo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants