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

feat: TreeView + VoicesNodeMenu #741

Merged
merged 8 commits into from
Aug 30, 2024
Merged

feat: TreeView + VoicesNodeMenu #741

merged 8 commits into from
Aug 30, 2024

Conversation

damian-molinski
Copy link
Contributor

@damian-molinski damian-molinski commented Aug 30, 2024

Description

This is simple implementation of TreeView which supports only one level of depth.
Reasoning here is that google has their package two_dimensional_scrollables which has TreeView implemented but at the moment it's bugged and we can not used it. It's also Scrollable so we need to specify height, which is not ideal.

Related Issue(s)

Closes #733

Screenshots

VoicesTreeView.mov

Related Pull Requests

Part of #719, #729

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@damian-molinski damian-molinski added review me PR is ready for review dart Pull requests that update Dart code UI Kit Reusable UI components (widgets) labels Aug 30, 2024
@damian-molinski damian-molinski self-assigned this Aug 30, 2024
@damian-molinski damian-molinski requested review from dtscalac and digitalheartxs and removed request for minikin August 30, 2024 10:58
@damian-molinski damian-molinski changed the title Feat/tree view 733 feat: TreeView + VoicesNodeMenu Aug 30, 2024
Copy link
Contributor

github-actions bot commented Aug 30, 2024

Test Report | ${\color{lightgreen}Pass: 177/177}$ | ${\color{red}Fail: 0/177}$ |

@damian-molinski damian-molinski enabled auto-merge (squash) August 30, 2024 12:38
Copy link
Contributor

@dtscalac dtscalac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@damian-molinski damian-molinski merged commit 5565166 into main Aug 30, 2024
34 of 36 checks passed
@damian-molinski damian-molinski deleted the feat/tree_view_733 branch August 30, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code review me PR is ready for review UI Kit Reusable UI components (widgets)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Tree view
2 participants