diff --git a/dev/dev-notes.md b/dev/dev-notes.md index 170be96bb5d7..2c5d87f3a64e 100644 --- a/dev/dev-notes.md +++ b/dev/dev-notes.md @@ -45,3 +45,4 @@ General - Fixed opacity issues with marked steps - [mtoohey31](https://github.com/mtoohey31) - Improved documentation - Fixed hot-reloading development environment - [grssmnn](https://github.com/grssmnn) +- Added Confirmation component to deleting recipes - [zackbcom](https://github.com/zackbcom) diff --git a/frontend/src/components/UI/ButtonRow.vue b/frontend/src/components/UI/ButtonRow.vue index aec3c8cb8490..4198df6e4075 100644 --- a/frontend/src/components/UI/ButtonRow.vue +++ b/frontend/src/components/UI/ButtonRow.vue @@ -3,9 +3,25 @@ diff --git a/frontend/src/components/UI/Confirmation.vue b/frontend/src/components/UI/Confirmation.vue index 0437e3561a61..ef46e11d9336 100644 --- a/frontend/src/components/UI/Confirmation.vue +++ b/frontend/src/components/UI/Confirmation.vue @@ -1,35 +1,127 @@ -