summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-18 15:44:33 +0300
committerPaul Buetow <paul@buetow.org>2025-07-18 15:44:33 +0300
commitaa84a890ba80ba70a6ac311786cb9d80ae3d9e42 (patch)
tree21375d95d8c3ca6738af5c0894aa76f9c7ade4b4 /go.mod
parent28e1bf32bf6f6a44d0e81c672af984059335a836 (diff)
feat: improve GUI usability with tooltips and reorganized layout
- Remove button captions in favor of icon-only buttons - Add comprehensive keyboard shortcuts dialog (File->Hotkeys) - Move toolbar with action buttons to top of window - Add hover tooltips to all buttons showing function and shortcut - Change export hotkey from 'E' to 'e' - Replace audio regenerate icon with more appropriate record icon - Add fyne-tooltip dependency for tooltip functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index dc47cf2..7e1ed77 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,8 @@ go 1.24.4
require (
fyne.io/fyne/v2 v2.6.1
+ github.com/dweymouth/fyne-tooltip v0.3.3
+ github.com/mattn/go-sqlite3 v1.14.28
github.com/sashabaranov/go-openai v1.40.5
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1
@@ -30,7 +32,6 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jeandeaual/go-locale v0.0.0-20241217141322-fcc2cadd6f08 // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
- github.com/mattn/go-sqlite3 v1.14.28 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nicksnyder/go-i18n/v2 v2.5.1 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect