Skip to content

feat(examples): tree #1190

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

Open
wants to merge 1 commit into
base: v2-exp
Choose a base branch
from

Conversation

dlvhdr
Copy link

@dlvhdr dlvhdr commented Oct 17, 2024

No description provided.

@dlvhdr dlvhdr changed the base branch from main to beta October 17, 2024 17:48
@dlvhdr dlvhdr changed the base branch from beta to master October 17, 2024 17:50
@dlvhdr dlvhdr changed the base branch from master to v2-renderer October 17, 2024 17:51
@dlvhdr dlvhdr changed the title dlvhdr/tree-example feat(examples): tree Oct 17, 2024
@dlvhdr dlvhdr changed the base branch from v2-renderer to master October 17, 2024 18:02
@aymanbagabas aymanbagabas deleted the branch charmbracelet:v2-exp October 28, 2024 17:41
@meowgorithm
Copy link
Member

Sorry, man. Do you mind re-opening this against main? We switched from master to main, and the when we deleted master it closed this (and many other) PRs 💀

@dlvhdr
Copy link
Author

dlvhdr commented Oct 28, 2024

No worries, will do

@aymanbagabas aymanbagabas reopened this Oct 28, 2024
@aymanbagabas aymanbagabas changed the base branch from master to main October 28, 2024 18:06
@meowgorithm meowgorithm reopened this Oct 28, 2024
@meowgorithm meowgorithm changed the base branch from main to v2-exp October 30, 2024 17:05
@dlvhdr dlvhdr force-pushed the dlvhdr/tree-example branch from 4856dfc to 9568bd7 Compare December 5, 2024 22:01
@dlvhdr dlvhdr marked this pull request as ready for review December 5, 2024 22:05
Copy link
Member

@andreynering andreynering left a comment

Choose a reason for hiding this comment

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

Hey @dlvhdr,

Thanks for writing these examples!

  • Can you rebase your branch with v2-exp and squash your commits into a single one?
  • Can you ensure that CI passes for tests and lint?
  • We might need to temporarily pin the last commits from feat: tree bubble bubbles#639 and feat(tree): support width and indenter styling lipgloss#446 (after addressed) to make the CI pass.
    • (Before merging this PR, these two others should be merged first and we'll to update again to point to v2-exp of each project).
  • I made a couple of comments for small improvements on the examples.

@dlvhdr dlvhdr force-pushed the dlvhdr/tree-example branch from bc898b1 to 58c9b48 Compare April 12, 2025 14:15
fix: comments
@dlvhdr dlvhdr force-pushed the dlvhdr/tree-example branch from 58c9b48 to 0e6de87 Compare April 12, 2025 14:19
Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (v2-exp@7858a14). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             v2-exp    #1190   +/-   ##
=========================================
  Coverage          ?   46.54%           
=========================================
  Files             ?       26           
  Lines             ?     1781           
  Branches          ?        0           
=========================================
  Hits              ?      829           
  Misses            ?      886           
  Partials          ?       66           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines +47 to +50

replace github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.1 => ../../lipgloss

replace github.com/charmbracelet/bubbles/v2 v2.0.0-beta.1 => ../../bubbles
Copy link
Member

Choose a reason for hiding this comment

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

Comment on lines +124 to +129
t.AdditionalShortHelpKeys = func() []key.Binding {
return kb
}
t.AdditionalFullHelpKeys = func() []key.Binding {
return kb
}
Copy link
Member

Choose a reason for hiding this comment

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

You'll need to update these two because of charmbracelet/bubbles#639 (comment)

@bashbunni bashbunni added this to the v2.1.0 milestone Apr 14, 2025
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

Successfully merging this pull request may close these issues.

6 participants