Skip to content

Commit cf605c8

Browse files
committed
refactor: Convert Task Manager to use Components
This currently behaves the same as it did before: It still recreates the table contents every half a second. It should also look identical, though it's possible I missed some small differences. The component structure is: TaskManagerTable - Table - TaskManagerRow - TaskManagerRow - TaskManagerRow - ... TaskManagerRow is implemented so that we can later move to modifying them in place as the process tree changes, instead of having to replace them all. Otherwise, most of the code is just moved around, and not changed much.
1 parent e304f6f commit cf605c8

File tree

2 files changed

+292
-324
lines changed

2 files changed

+292
-324
lines changed

0 commit comments

Comments
 (0)