qJake / HADotNet.CommandCenter

📱 A web-based, wall-mountable command center for Home Assistant.
https://hacc.dev
Apache License 2.0
158 stars 11 forks source link

Add Confirmation Prompt #118

Open qJake opened 3 years ago

qJake commented 3 years ago

Describe the new functionality

When certain actions are performed, first prompt for confirmation with user-customizable prompt text.

What will it look like in the Admin area?

New field(s) for enable prompt, and prompt text.

What will it look like on the dashboard?

Likely just the standard JavaScript confirmation popup since it's cross-platform compatible, or a modal, if one is easy and performant to show.