1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui/context
2022-07-30 20:27:51 +10:00
..
traits do not highlight line if there are no items to display 2022-04-16 15:19:32 +10:00
base_context.go support viewing commits of reflog entry and show better view title 2022-03-26 18:00:46 +11:00
basic_view_model.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00
branches_context.go fix: fix a crash when pressing enter in empty commits, reflog, or stash panel 2022-05-05 21:41:44 +09:00
commit_files_context.go show namesake for child views 2022-03-26 18:00:46 +11:00
context.go chore(i18n): move InitialViewTabContextMap to gui package 2022-05-18 21:09:48 +09:00
dynamic_title_builder.go show namesake for child views 2022-03-26 18:00:46 +11:00
list_context_trait.go always show list counts 2022-04-16 17:29:17 +10:00
local_commits_context.go fix: lint error 2022-05-30 23:19:48 +08:00
menu_context.go add better support for OpensMenu option when creating a menu 2022-07-30 20:27:51 +10:00
parent_context_mgr.go refactor contexts code 2022-03-17 19:13:40 +11:00
reflog_commits_context.go fix: fix a crash when pressing enter in empty commits, reflog, or stash panel 2022-05-05 21:41:44 +09:00
remote_branches_context.go fix: fix a crash when pressing enter in empty commits, reflog, or stash panel 2022-05-05 21:41:44 +09:00
remotes_context.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00
simple_context.go refactor contexts 2022-03-17 19:13:40 +11:00
stash_context.go fix: fix a crash when pressing enter in empty commits, reflog, or stash panel 2022-05-05 21:41:44 +09:00
sub_commits_context.go fix: fix a crash when pressing enter in empty commits, reflog, or stash panel 2022-05-05 21:41:44 +09:00
submodules_context.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00
suggestions_context.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00
tags_context.go fix: fix a crash when pressing enter in empty commits, reflog, or stash panel 2022-05-05 21:41:44 +09:00
view_trait.go add scrollbars 2022-04-16 17:29:17 +10:00
viewport_list_context_trait.go add scrollbars 2022-04-16 17:29:17 +10:00
working_tree_context.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00