Skip to content

chore(deps): upgrade gpui and gpui-component to latest versions#14

Merged
iamazy merged 40 commits intomainfrom
fix_tab
May 3, 2026
Merged

chore(deps): upgrade gpui and gpui-component to latest versions#14
iamazy merged 40 commits intomainfrom
fix_tab

Conversation

@iamazy
Copy link
Copy Markdown
Owner

@iamazy iamazy commented Apr 26, 2026

Includes:

  • refactor: split terminal view modules
  • upgrade gpui and gpui-component to latest versions and fix api broken
  • remove other shell types, only retain bash for linux, zsh for macos, pwsh for windows
  • fix del key is not working on keybinding

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 26, 2026

Codecov Report

❌ Patch coverage is 54.40816% with 2234 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.27%. Comparing base (9e6ad76) to head (c88e333).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
termua/src/window/main_window/actions/sharing.rs 62.40% 465 Missing ⚠️
termua/src/window/main_window/actions/terminal.rs 39.22% 426 Missing ⚠️
crates/gpui_term/src/view/scrolling.rs 18.03% 350 Missing ⚠️
crates/gpui_term/src/view/suggestions.rs 30.44% 249 Missing ⚠️
crates/gpui_term/src/view/search.rs 8.01% 241 Missing ⚠️
termua/src/window/main_window/actions/ssh.rs 61.24% 181 Missing ⚠️
termua/src/window/main_window/actions/sftp.rs 71.68% 109 Missing ⚠️
crates/gpui_term/src/view/render.rs 55.17% 65 Missing ⚠️
crates/gpui_term/src/view/mod.rs 20.93% 34 Missing ⚠️
crates/gpui_term/src/view/input.rs 21.05% 30 Missing ⚠️
... and 14 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   52.58%   54.27%   +1.69%     
==========================================
  Files         164      171       +7     
  Lines       59379    59645     +266     
==========================================
+ Hits        31225    32373    +1148     
+ Misses      28154    27272     -882     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@iamazy iamazy changed the title refactor: split terminal view modules chore(deps): upgrade gpui and gpui-component to latest versions May 2, 2026
@iamazy iamazy linked an issue May 2, 2026 that may be closed by this pull request
@iamazy iamazy merged commit 2cf3520 into main May 3, 2026
10 checks passed
@iamazy iamazy deleted the fix_tab branch May 3, 2026 13:51
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.

[BUG] 无法使用带有 delete 的快捷键

1 participant