1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui
Jesse Duffield 5f30ccfbc3 Log duration of post-refresh-update call
Notably, the reflog view is taking ages here because it's got a
few thousand lines to write to the view.

In future we should only populate the view's viewport.
2023-07-29 09:39:22 +10:00
..
context Better tag creation UX 2023-07-22 14:36:35 +10:00
controllers Log duration of refresh 2023-07-29 09:39:10 +10:00
filetree Support filtering files 2023-07-03 12:54:13 +10:00
keybindings Use same labels for keys that we use in the config 2023-05-21 10:59:16 +10:00
mergeconflicts
modes
patch_exploring
popup Use an interface for tasks instead of a concrete struct 2023-07-10 17:12:21 +10:00
presentation Insert fake todo entry for a conflicting commit that is being applied 2023-06-22 18:57:58 +02:00
services/custom_commands Allow checking for merge conflicts after running a custom command 2023-07-13 18:40:34 +10:00
status
style Stop hiding underscores for VSCode 2023-06-01 20:12:20 +10:00
types Keep track of authors across local commits and branch commits for suggestions 2023-07-22 10:47:04 +10:00
background.go Ensure background refreshes don't bunch up 2023-07-10 17:30:44 +10:00
command_log_panel.go Introduce filtered list view model 2023-07-03 12:54:13 +10:00
context_config.go
context.go Add integration tests for searching/filtering 2023-07-03 12:54:14 +10:00
controllers.go Better tag creation UX 2023-07-22 14:36:35 +10:00
dummies.go
editors.go Could not type special characters on non-english keyboards 2023-07-23 14:33:50 +02:00
extras_panel.go Appease linter 2023-06-03 15:54:03 +10:00
file_watching.go Add busy count for integration tests 2023-07-08 22:54:52 +10:00
global_handlers.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
gui_common.go Properly fix accordion issue 2023-07-19 21:16:27 +10:00
gui_driver.go Add busy count for integration tests 2023-07-08 22:54:52 +10:00
gui.go Keep track of authors across local commits and branch commits for suggestions 2023-07-22 10:47:04 +10:00
information_panel.go
keybindings.go Introduce filtered list view model 2023-07-03 12:54:13 +10:00
layout.go Properly fix accordion issue 2023-07-19 21:16:27 +10:00
main_panels.go Visualize the "ignore whitespace" state in the subtitle of the diff view 2023-05-20 12:58:32 +10:00
menu_panel.go Only apply right-alignment on first column of keybindings menu 2023-07-20 21:23:46 +10:00
options_map.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
pty_windows.go
pty.go
recent_repos_panel.go
tasks_adapter.go Use an interface for tasks instead of a concrete struct 2023-07-10 17:12:21 +10:00
test_mode.go Add busy count for integration tests 2023-07-08 22:54:52 +10:00
view_helpers.go Log duration of post-refresh-update call 2023-07-29 09:39:22 +10:00
views.go Fix potentially wrong help text in commit message panel 2023-07-15 13:03:13 +02:00