kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
486 stars 14 forks source link

Removing requests #44

Closed Real-Gecko closed 11 months ago

Real-Gecko commented 1 year ago

Would be nice to have the ability to selectively remove requests from list and database: image On this project I deleted .kolo/db.sqlite3 to remove old requests I did not need, because DB was ~800 MB already and I'm really not interested in requests I made month ago. If only there was a button that allowed to cleanup older requests, or requests I really don't need.

wilhelmklopp commented 1 year ago

We've added a button (accessible via right click/context menu) to disable individual traces or via multi select even multiple traces.

Better options to mass/bulk delete coming soon ™️

LilyFoote commented 11 months ago

We've added various ways to delete unwanted traces.

Real-Gecko commented 11 months ago

Great, thank you!