Display confirmation dialog on connected account deletion (#10323)

![deleteConfirmation](https://github.com/user-attachments/assets/1f0fea78-d02c-4351-b79f-733c08e0e0ec)

Fairly straightforward change, it's my first contribution in this
project so tried to follow the existing patterns.
I couldn't find any component tests or e2e Playwright tests touching
this area to update - happy to write some from scratch if necessary!

Closes #10285

---------

Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
Alex Motoc
2025-02-19 15:29:10 +00:00
committed by GitHub
parent 7bf851b29b
commit ad47ab5bcd
2 changed files with 69 additions and 43 deletions

View File

@ -104,6 +104,9 @@ jobs:
npx nx run twenty-emails:lingui:compile
npx nx run twenty-front:lingui:compile
- name: Debug git status
run: git status
- name: Check and commit compiled files
id: check_changes
run: |