From 3f061158fc8fa044869218c4a119ba91ab2927b5 Mon Sep 17 00:00:00 2001
From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Date: Thu, 11 Dec 2025 16:20:12 -0300
Subject: [PATCH] refactor: Replace Bullet component with NcChip and fix signer
reactivity
- Replace custom Bullet component with NcChip from @nextcloud/vue
- Remove unused Bullet component
- Fix reactivity issue by passing signerIndex instead of currentSigner
- Signer component now fetches data from store reactively using computed property
- This ensures changes in store are properly reflected in the UI
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
---
src/Components/Bullet/Bullet.vue | 40 ------------------------------
src/Components/Signers/Signer.vue | 13 +++++-----
src/Components/Signers/Signers.vue | 4 +--
3 files changed, 9 insertions(+), 48 deletions(-)
delete mode 100644 src/Components/Bullet/Bullet.vue
diff --git a/src/Components/Bullet/Bullet.vue b/src/Components/Bullet/Bullet.vue
deleted file mode 100644
index fc31a9c89..000000000
--- a/src/Components/Bullet/Bullet.vue
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- {{ name }}
-
-
-
-
-
diff --git a/src/Components/Signers/Signer.vue b/src/Components/Signers/Signer.vue
index 6f453e953..d2320041b 100644
--- a/src/Components/Signers/Signer.vue
+++ b/src/Components/Signers/Signer.vue
@@ -15,7 +15,10 @@