Skip to content

Implement process killing animation and tracking#2567

Closed
Harshjeet wants to merge 1 commit into
AvengeMedia:masterfrom
Harshjeet:master
Closed

Implement process killing animation and tracking#2567
Harshjeet wants to merge 1 commit into
AvengeMedia:masterfrom
Harshjeet:master

Conversation

@Harshjeet

Copy link
Copy Markdown

Added functionality to track killed process IDs and animate their removal from the process list.

Added functionality to track killed process IDs and animate their removal from the process list.

@Purian23 Purian23 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Hi there, thanks for the PR! The inline kill button is a really neat UX addition!

A few items:

  1. Let's Avoid Custom Timers/Canvas: We keep the shell primarily event-driven. Let's replace the particle canvas with a standard declarative QML transition instead (e.g., fading the row's opacity and collapsing its height to 0).
  2. Fix Infinite Binding Loop: Currently, updating killedPids inside onFilteredProcessesChanged triggers a synchronous recursion loop that freezes the shell.

Once those adjustments are made, we should be good to go.

@Purian23

Purian23 commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

Closing in favor of updated PR #2588

@Purian23 Purian23 closed this Jun 7, 2026
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