decentral1se
2 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
1 additions and
0 deletions
-
gshmm.go
|
|
@ -114,6 +114,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { |
|
|
|
func (m model) View() string { |
|
|
|
body := strings.Builder{} |
|
|
|
|
|
|
|
// TODO(d1): paginate / trim view to last 10 or something?
|
|
|
|
body.WriteString(strings.Join(m.dataSheetsView, "\n") + "\n") |
|
|
|
|
|
|
|
body.WriteString(m.filterInput.View() + "\n") |
|
|
|