Skip to content

Commit

Permalink
add placeholder data browser tab in numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 18, 2024
1 parent 7d6e4e3 commit 7ccc72c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions numbers/cmd/numbers/numbers.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ func Interactive(c *Config) error {

ts := core.NewTabs(b)

db := ts.NewTab("Data browser")
core.NewText(db).SetType(core.TextTitleLarge).SetText("Use your terminal to enter data browser commands.")

rt := ts.NewTab("Random")
tb := core.NewToolbar(rt)
rd := random.NewRandom(rt)
Expand Down

0 comments on commit 7ccc72c

Please sign in to comment.