Skip to content

Reduce spinner animation re-calcs, implemented git settings, git log columns moved to settings view, and few minor improvements#130

Merged
Havunen merged 11 commits intomainfrom
feat/perf_spinner_re_calc_view
Apr 13, 2026
Merged

Reduce spinner animation re-calcs, implemented git settings, git log columns moved to settings view, and few minor improvements#130
Havunen merged 11 commits intomainfrom
feat/perf_spinner_re_calc_view

Conversation

@Havunen
Copy link
Copy Markdown
Member

@Havunen Havunen commented Apr 13, 2026

@@ -0,0 +1,1073 @@
#!/usr/bin/env bash
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new script for detecting duplicate crates and analyse their dependency chains

@@ -0,0 +1,546 @@
#!/usr/bin/env bash
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another benchmarking script to analyse subprocess performance as well not just top level gitcomet application

@Havunen Havunen changed the title [wip] Performance fixes Reduce spinner animation re-calcs, implemented git settings, git log columns moved to settings view, and few minor improvements Apr 13, 2026
@Havunen Havunen marked this pull request as ready for review April 13, 2026 11:12
}

let mut outer = div().w_full().min_w(px(0.0)).flex().flex_col().child(input);
let render_id = ElementId::from(("text_input_root", entity_id));
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes bug in gpui where entering text can panic if frame is missed

@Havunen Havunen merged commit 514a0b4 into main Apr 13, 2026
29 checks passed
@Havunen Havunen deleted the feat/perf_spinner_re_calc_view branch April 13, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants