You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #108 from shinokada/fix/footer-nav
* **New Features**
* Added global navigation shortcuts: `g` (Top) and `G` (End).
* New "Import from URL" option.
* Dedicated help overlay for the "I Feel Lucky" screen; press `?` to toggle it.
* **Documentation**
* Updated keyboard shortcut listings and in-app help text to include new keys.
* **Refactor**
* Help text now appears in a bottom-aligned help bar across multiple list and selection views for consistent layout.
Content: fmt.Sprintf("Are you sure you want to delete this gist?\n%s\n\nType 'yes' to confirm:\n%s", m.selectedGist.Description, m.textInput.View()) +"\n\n"+m.renderMessage(),
655
656
Help: "Enter: Confirm • Esc: Cancel",
656
-
})
657
+
}, h)
657
658
casegistStateTokenDelete:
658
659
masked:=gist.GetMaskedToken(m.token)
659
-
returnRenderPage(PageLayout{
660
+
returnRenderPageWithBottomHelp(PageLayout{
660
661
Title: "Delete Token",
661
662
Subtitle: "⚠️ WARNING",
662
663
Content: fmt.Sprintf("This will delete your stored GitHub token!\n\nToken: %s\n\nYou won't be able to use Gist features until you set up a new token.\n\nType 'yes' to confirm deletion:\n%s", masked, m.textInput.View()) +"\n\n"+m.renderMessage(),
0 commit comments