Skip to content

feat(examples): tree#1190

Closed
dlvhdr wants to merge 5 commits intocharmbracelet:v2-expfrom
dlvhdr:dlvhdr/tree-example
Closed

feat(examples): tree#1190
dlvhdr wants to merge 5 commits intocharmbracelet:v2-expfrom
dlvhdr:dlvhdr/tree-example

Conversation

@dlvhdr
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 charmbracelet/bubbles#639 and charmbracelet/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.

Comment thread examples/tree-file-system/main.go Outdated
Comment thread examples/tree-long/main.go Outdated
Comment thread examples/tree-simple/main.go Outdated
Comment thread examples/tree-toc/main.go Outdated
@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
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.53%. Comparing base (15f884b) to head (8970332).

Additional details and impacted files
@@           Coverage Diff           @@
##           v2-exp    #1190   +/-   ##
=======================================
  Coverage   57.53%   57.53%           
=======================================
  Files          25       25           
  Lines        1227     1227           
=======================================
  Hits          706      706           
  Misses        443      443           
  Partials       78       78           

☔ 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 thread examples/go.mod Outdated
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
Copy Markdown
Member

Choose a reason for hiding this comment

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

Comment thread examples/tree-file-system/main.go Outdated
Comment on lines +124 to +129
t.AdditionalShortHelpKeys = func() []key.Binding {
return kb
}
t.AdditionalFullHelpKeys = func() []key.Binding {
return kb
}
Copy link
Copy Markdown
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
@dlvhdr dlvhdr force-pushed the dlvhdr/tree-example branch from f687b4c to 8970332 Compare November 19, 2025 19:03
@aymanbagabas aymanbagabas deleted the branch charmbracelet:v2-exp February 24, 2026 11:49
@aymanbagabas
Copy link
Copy Markdown
Member

Thank you so much for your contribution here @dlvhdr!

We accidentally closed your PR after merging v2-exp. If you still think this is relevant, please re-open your changes and, we will take a look as soon as possible.

@dlvhdr dlvhdr mentioned this pull request Feb 27, 2026
2 tasks
@dlvhdr
Copy link
Copy Markdown
Author

dlvhdr commented Feb 27, 2026

Reopened as #1600

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