tview icon indicating copy to clipboard operation
tview copied to clipboard

tabs in panels?

Open buzzdan opened this issue 5 years ago • 3 comments

is it possible to have tabs inside panels like in lazygit ?

image

buzzdan avatar Nov 30 '20 08:11 buzzdan

Currently not without writing your own functionality that does this. If you want to do that, you can check out https://github.com/rivo/tview/wiki/Primitives.

If you look at the presentation demo code, there's something similar in there, with a TextView for the "tabs" and a Pages primitive for the content. The code is here. It's conceivabe to wrap this functionality in its own class so you can have multiple such elements on a page.

Let me know if this helps.

rivo avatar Dec 04 '20 15:12 rivo

TabbedPanels is an example of extracting this functionality to a new class. Let me know if you'd like a PR.

tslocum avatar Dec 04 '20 19:12 tslocum

thank you guys for the comments :pray: i will need to implement it soon @tslocum cview looks pretty neat! i'll check it out !

buzzdan avatar Dec 17 '20 14:12 buzzdan