F1bonacc1 / process-compose

Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
https://f1bonacc1.github.io/process-compose/
Apache License 2.0
1.34k stars 52 forks source link

Search cancellation doesn't work properly #174

Closed stijnveenman closed 6 months ago

stijnveenman commented 7 months ago

Defect

I like the new low profile search bar. However, it seems to cause some weird behaviour when cancelling the search.

Version of process-compose:

v1.2.0 (and v1.0.1)

OS environment:

Mac M1

Steps or code to reproduce the issue:

Expected result:

The search bar should close

Actual result:

The search is cancelled, (all processes are visible again). But the search bar is still there, and any next input is added to the search, triggering the search filter again.

F1bonacc1 commented 6 months ago

Fixed in v1.5.0 Please let me know if it works as expected now.