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
feat(providers): implement delete all connected accounts functionality
Adds a "Delete All" button and confirmation dialog to the Providers page.
Introduces `isDeletingAll`, `executeDeleteAll`, `showDeleteAllConfirmation`,
and `setShowDeleteAllConfirmation` states and functions in `useProvidersPresenter`.
Implements the `executeDeleteAll` logic to call the new `authFilesApi.deleteAll`
endpoint. Adds the `deleteAll` method to `authFilesApi` to send a DELETE
request to `/auth-files?all=true`. Includes new internationalization keys
for "Delete All" related texts across all locales. Bumps the application
version to `1.1.0` in `package.json`, `Cargo.toml`, and `tauri.conf.json`.
This provides users with a convenient and efficient way to remove all their
connected provider accounts simultaneously, improving account management.
It also ensures a consistent and localized user experience for this new
functionality and reflects the new feature set in the application's version.
0 commit comments