parseablehq / console

Frontend Client for Parseable. Parseable is a cloud native log storage and management for Kubernetes, containerised workloads
https://parseable.com
GNU Affero General Public License v3.0
25 stars 35 forks source link

Improve: UX and DX in delete and reset modals #382

Open pranavgoel29 opened 1 day ago

pranavgoel29 commented 1 day ago

Resolves #381

This update is all about the new DeleteOrResetModal component, built to make delete and reset actions simpler and more consistent. It’s a reusable modal that keeps things uniform across the app UI and comes with handy features like confirmation text and an optional processing state.

New Component Introduction:

Modals updated:

Other fixes:

Before:

image image image

After:

image image image