summaryrefslogtreecommitdiff
path: root/internal/app/model_keys.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-24 20:14:45 +0300
committerPaul Buetow <paul@buetow.org>2025-10-24 20:14:45 +0300
commitd52cb9a8c3dedc2a5395f181981805f582d5a772 (patch)
tree917f3f9622e4c459978810b4dd99071332dad85c /internal/app/model_keys.go
parenta78ecb678a204f58b7152d26778cd7af91575ce3 (diff)
increment version after reindexing featurev0.3.0
Diffstat (limited to 'internal/app/model_keys.go')
-rw-r--r--internal/app/model_keys.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/app/model_keys.go b/internal/app/model_keys.go
index ee15d5d..0e786d4 100644
--- a/internal/app/model_keys.go
+++ b/internal/app/model_keys.go
@@ -94,6 +94,8 @@ func (m model) handleTableKey(msg tea.KeyMsg) (tea.Model, tea.Cmd) {
return m.showHelpBar()
case "r":
return m.resetFilterState()
+ case "i":
+ return m, func() tea.Msg { return reindexVideosMsg{} }
default:
return m.updateTable(msg)
}