-
Notifications
You must be signed in to change notification settings - Fork 886
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
base: v2-exp
Are you sure you want to change the base?
feat(examples): tree #1190
Conversation
Sorry, man. Do you mind re-opening this against |
No worries, will do |
4856dfc
to
9568bd7
Compare
There was a problem hiding this 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).
- (Before merging this PR, these two others should be merged first and we'll to update again to point to
- I made a couple of comments for small improvements on the examples.
bc898b1
to
58c9b48
Compare
fix: comments
58c9b48
to
0e6de87
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
|
||
replace github.com/charmbracelet/lipgloss/v2 v2.0.0-beta.1 => ../../lipgloss | ||
|
||
replace github.com/charmbracelet/bubbles/v2 v2.0.0-beta.1 => ../../bubbles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
t.AdditionalShortHelpKeys = func() []key.Binding { | ||
return kb | ||
} | ||
t.AdditionalFullHelpKeys = func() []key.Binding { | ||
return kb | ||
} |
There was a problem hiding this comment.
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)
No description provided.