You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Current component for DocumentTableRow uses window.confirm to alert users of deleting document. This could be updated to use a modal.
Describe the solution you'd like
NEW DIRECTION:
create a ConfirmationModal that can be used any place we just need a "are you sure you want to do this?" notification with a "cancel" and "confirm" button.
This ConfirmationModal should be able to replace: LogoutModal DeleteContactModal DeleteDocumentModal <-- first attempt at solving this Issue.
The text was updated successfully, but these errors were encountered:
Little stalled while waiting for PR #392 + PR #388 to be finished up. But most of code is there and just waiting for these to be complete so I can complete this one.
Is your feature request related to a problem? Please describe.
Current component for
DocumentTableRow
uses window.confirm to alert users of deleting document. This could be updated to use a modal.Describe the solution you'd like
NEW DIRECTION:
create a
ConfirmationModal
that can be used any place we just need a "are you sure you want to do this?" notification with a "cancel" and "confirm" button.This
ConfirmationModal
should be able to replace:LogoutModal
DeleteContactModal
DeleteDocumentModal
<-- first attempt at solving this Issue.The text was updated successfully, but these errors were encountered: