jesseduffield.lazygit/pkg/gui
Jesse Duffield 2746b1bd38 Prevent crash when opening in small window
We were crashing when opening lazygit in a small window because the limit view
was the only view that got created, and there were two functions that referenced
either the 'current' view or the files view, neither of which existed.

Now those functions just return nil if the view does not exist
2019-05-06 22:39:35 +10:00
..
app_status_manager.go show loading status for rebasing events 2019-03-03 15:21:33 +11:00
branches_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
commit_files_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
commit_message_panel.go Add skipHookPrefix to config 2019-04-13 14:38:17 +10:00
commits_panel.go Allow for creating fixup! commits 2019-04-07 13:13:40 +10:00
confirmation_panel.go add loading panel 2019-02-16 12:03:22 +11:00
context.go Prevent crash when opening in small window 2019-05-06 22:39:35 +10:00
credentials_panel.go post-merge cleanup 2019-02-11 21:07:12 +11:00
files_panel.go Prevent crash when opening in small window 2019-05-06 22:39:35 +10:00
gui.go Add 'w' keybinding in files panel to commit as a WIP 2019-04-13 14:38:17 +10:00
keybindings.go Add 'w' keybinding in files panel to commit as a WIP 2019-04-13 14:38:17 +10:00
menu_panel.go delete menu keybinding before setting new one 2019-03-23 13:26:17 +11:00
merge_panel.go i18n for rebase loading states 2019-03-03 16:11:20 +11:00
options_menu_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
rebase_options_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
recent_repos_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
staging_panel.go don't crash if we have no lines to stage 2019-03-03 15:48:01 +11:00
stash_panel.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00
status_panel.go organise keybindings better 2019-03-22 20:20:06 +11:00
theme.go bump dependencies 2018-08-18 14:20:19 +10:00
updates.go move update quit confirmation function into updates file 2018-08-27 20:26:49 +10:00
view_helpers.go Rely on model rather than view to focus a point 2019-03-23 11:54:25 +11:00