From 3af8e56c07ff0e36eabfb547eaf68e3c28eb2b91 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Thu, 26 Jan 2023 16:33:14 -0800 Subject: [PATCH] TODOs --- pkg/cmd/extension/browse/browse.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/cmd/extension/browse/browse.go b/pkg/cmd/extension/browse/browse.go index fd5f5e402..ae294b3f9 100644 --- a/pkg/cmd/extension/browse/browse.go +++ b/pkg/cmd/extension/browse/browse.go @@ -114,9 +114,7 @@ func newExtList(opts ExtBrowseOpts, ui uiRegistry, extEntries []extEntry) *extLi return el } -// TODO use pages for this func (el *extList) createModal() *tview.Modal { - // TODO this should be put on a page and the page should be switched to and away from m := tview.NewModal() m.SetBackgroundColor(tcell.ColorPurple) m.SetDoneFunc(func(_ int, _ string) { @@ -451,11 +449,9 @@ func ExtBrowse(opts ExtBrowseOpts) error { outerFlex.AddItem(innerFlex, 0, 1, true) outerFlex.AddItem(help, 1, -1, false) - // TODO better name helpBig := tview.NewTextView() helpBig.SetDynamicColors(true) helpBig.SetBorderPadding(0, 0, 2, 0) - // TODO clean this text up helpBig.SetText(heredoc.Doc(` [::b]Application[-:-:-]