From 95d223e13c9b5451cad0b490ee6bf18d270a1268 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Sun, 27 Jul 2025 08:48:00 +0000 Subject: [PATCH] Fix accessibility and image deletion issues in AccountViewView - Fix aria-hidden conflict on trash can icon by wrapping in proper button element - Fix image deletion API endpoint by extracting image ID from full URL - Improve 404 error handling to clear local image reference when image already deleted - Resolve accessibility warning and prevent invalid API calls --- src/components/IdentitySection.vue | 12 +++++++----- src/views/AccountViewView.vue | 14 +++++++++++++- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/src/components/IdentitySection.vue b/src/components/IdentitySection.vue index f9e9fc53..0ad5962c 100644 --- a/src/components/IdentitySection.vue +++ b/src/components/IdentitySection.vue @@ -50,14 +50,16 @@ tabindex="0" @click="emitShowLargeIdenticonUrl" /> - + > +