43251e7275
split context common from helper common
2023-04-30 13:19:53 +10:00
f081358943
move getDisplayStrings funcs into contexts
2023-04-30 13:19:53 +10:00
0e5a4c7a36
move getModel functions into contexts
2023-04-30 13:19:53 +10:00
47b91f1ef5
move views into contexts
2023-04-30 13:19:53 +10:00
e2db6a1732
remove context callback opts
2023-04-30 13:19:53 +10:00
8edad826ca
Begin refactoring gui
...
This begins a big refactor of moving more code out of the Gui struct into contexts, controllers, and helpers. We also move some code into structs in the
gui package purely for the sake of better encapsulation
2023-04-30 13:19:52 +10:00
524bf83a4a
refactor to only have one context per view
2022-08-06 13:49:11 +10:00
684ea284af
fix: lint error
2022-05-30 23:19:48 +08:00
666180cfd0
Add config param that displays the whole git graph by default
2022-05-30 13:52:39 +08:00
2eb866fc62
fix: fix a crash when pressing enter in empty commits, reflog, or stash panel
2022-05-05 21:41:44 +09:00
4835fc00b8
introduce Ref interface
2022-04-02 17:04:42 +11:00
ad7703df65
show namesake for child views
2022-03-26 18:00:46 +11:00
45dab51214
add basic commits controller for handling actions that apply to all commit contexts
2022-03-26 17:22:42 +11:00
a34bdf1a04
update linters
2022-03-19 12:12:57 +11:00
d93fef4c61
use generics to DRY up context code
2022-03-19 12:12:57 +11:00
a643957f89
include stash in commitish controller
2022-03-17 19:13:40 +11:00
bef26b9634
add common commit controller
2022-03-17 19:13:40 +11:00
371b8d638b
more consistent naming
2022-03-17 19:13:40 +11:00
722410aded
refactor controllers
2022-03-17 19:13:40 +11:00
b93b8cc00a
controller for viewing sub commits
2022-03-17 19:13:40 +11:00
d82f175e79
refactor contexts
2022-03-17 19:13:40 +11:00