1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-23 00:39:13 +02:00
Commit Graph

107 Commits

Author SHA1 Message Date
eb9fbb0a33 fix(confirmation_panel.go): fix initial origin of editor box 2022-09-01 19:44:17 +09:00
3ada4dde12 fix: fix initial scroll position of edit box 2022-08-18 23:39:15 +09:00
7410acd1aa move merge conflicts code into controller 2022-08-07 11:16:03 +10:00
524bf83a4a refactor to only have one context per view 2022-08-06 13:49:11 +10:00
debc58b6c5 fix popup focus issue 2022-08-01 22:09:48 +10:00
1f482e585e Fix github linter errors 2022-07-30 08:10:29 +02:00
22d98249fe better popup resizing logic 2022-05-08 13:24:36 +10:00
f257740ea7 add tooltip view for showing menu item descriptions 2022-05-08 13:24:36 +10:00
265e6d8360 fix: fix the prompt height calculation 2022-05-07 16:36:20 +09:00
3bf0c9ef44 more documentation 2022-05-07 16:02:04 +10:00
d3b6acf096 restore highlighting of popup messages 2022-04-16 17:29:17 +10:00
952a4f3f23 prevent interrupting confirmation panel 2022-03-17 19:13:40 +11:00
46e9946854 refactor credential handling 2022-03-17 19:13:40 +11:00
d0805616e4 move function 2022-03-17 19:13:40 +11:00
120078f011 use PopContext 2022-03-17 19:13:40 +11:00
d82f175e79 refactor contexts 2022-03-17 19:13:40 +11:00
c703cd8f88 fix suggestions panel 2022-03-17 19:13:40 +11:00
e363606fb6 move context keys into context package 2022-03-17 19:13:40 +11:00
138be04e65 refactor contexts code 2022-03-17 19:13:40 +11:00
1dd7307fde start moving commit panel handlers into controller
more

and more

move rebase commit refreshing into existing abstraction

and more

and more

WIP

and more

handling clicks

properly fix merge conflicts

update cheatsheet

lots more preparation to start moving things into controllers

WIP

better typing

expand on remotes controller

moving more code into controllers
2022-03-17 19:13:40 +11:00
a90b6efded start refactoring gui 2022-03-17 19:13:40 +11:00
befa35645e fix bug which prevented quitting with confirm 2022-01-15 20:35:25 +11:00
1c84f77319 always specify upstream when pushing/pulling 2022-01-15 15:34:01 +11:00
cdcfeb396f stop refreshing the screen so much 2022-01-15 14:15:41 +11:00
01ea5813a8 align Gui struct with GitCommand 2022-01-04 09:07:15 +11:00
18283ad41b add popup handler for easier testing 2021-12-06 22:37:28 +11:00
ef544e6ce9 add more suggestions 2021-10-23 12:29:52 +11:00
ca7252ef8e suggest files when picking a path to filter on
async fetching of suggestions

remove limit

cache the trie for future use

more

more
2021-10-19 09:02:42 +11:00
c0cd9dd835 stop opening suggestions tab when no suggestions present 2021-10-17 20:05:09 +11:00
345c90ac05 fix editor 2021-10-17 04:17:59 +00:00
79848087bc Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
b28b2d05bd force cursor to be at end of line when opening confirmation panel 2021-04-17 21:15:54 +10:00
39ae122304 more refactoring 2021-04-06 19:34:32 +10:00
c34c6926d5 fix some things up 2021-04-06 19:34:32 +10:00
4fe512ff3a test
type safe view access
2021-04-06 19:34:32 +10:00
e6274c0757 remove sentinel errors 2021-04-06 19:34:32 +10:00
0898a7bb57 refactor 2021-04-06 19:34:32 +10:00
bc9a99387f refactor of contexts and filtering 2021-04-06 19:34:32 +10:00
798d3e2d54 get rid of these positively ghastly method signatures 2021-04-06 19:34:32 +10:00
14ce230683 refactor 2020-11-28 20:48:17 +11:00
f31fbc10f6 soft code finding of suggestions 2020-11-28 20:48:17 +11:00
be404068ff support labels for suggestions which are distinct from values 2020-11-28 20:48:17 +11:00
5671ec5f58 refactor prompt opts 2020-11-28 20:48:17 +11:00
da3b0bf7c8 Start on supporting auto-suggestions when checking out a branch
switch to other fuzzy package with no dependencies
2020-11-28 20:48:17 +11:00
682db77401 fix lint errors 2020-11-18 08:36:19 +11:00
79e59d5460 add some safe goroutines
WIP
2020-10-10 00:23:01 +11:00
37bb89dac3 type i18n 2020-10-10 00:23:01 +11:00
4912205adb remove viper
WIP
2020-10-10 00:23:01 +11:00
2dc848506c bulk submodule menu 2020-10-02 08:09:42 +10:00
45a0378c01 do not create error panel for sentinel errors 2020-08-25 22:21:15 +00:00