wearefrank / ladybug-frontend

Frontend for Ladybug
Apache License 2.0
2 stars 7 forks source link

There is an API call to remove all reports at once #384

Closed mhdirkse closed 2 months ago

mhdirkse commented 7 months ago

The Ladybug backend supports an API call now to remove all reports at once. All reports of the debug tab at once and another endpoint to remove all reports of the test tab at once. That backend call is useful for the Cypress tests. Should we also use it in the ladybug-frontend? I see the following options:

mhdirkse commented 4 months ago

Shall we close this, @MatthijsSmets?

MatthijsSmets commented 4 months ago

This will be implemented using a delete all button preferably in the settings windows.

370