forked from varia/go-sh-manymanuals
docs: add TODO
This commit is contained in:
parent
8033dfea85
commit
e347b4924c
1
gshmm.go
1
gshmm.go
@ -114,6 +114,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||||||
func (m model) View() string {
|
func (m model) View() string {
|
||||||
body := strings.Builder{}
|
body := strings.Builder{}
|
||||||
|
|
||||||
|
// TODO(d1): paginate / trim view to last 10 or something?
|
||||||
body.WriteString(strings.Join(m.dataSheetsView, "\n") + "\n")
|
body.WriteString(strings.Join(m.dataSheetsView, "\n") + "\n")
|
||||||
|
|
||||||
body.WriteString(m.filterInput.View() + "\n")
|
body.WriteString(m.filterInput.View() + "\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user