From 1713bf9164747192b6be841e307e4cd5a398ecbc Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 7 Sep 2026 21:43:48 +0000 Subject: [PATCH 1/2] fix(teams): show pending invites as an Invited badge The invited marker sat as parenthesised text next to the role while the email column stayed empty for those rows, leaving a hole in the table and a crowded role cell. Move the marker into the empty middle column and render it with frappe-ui's Badge. Closes #435 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_016kQ1Dp7xRj9mVNuYGeVYB2 --- .../dashboard/teams/TeamMembersTable.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dashboard/src/components/dashboard/teams/TeamMembersTable.vue b/dashboard/src/components/dashboard/teams/TeamMembersTable.vue index 718a779e..158d3914 100644 --- a/dashboard/src/components/dashboard/teams/TeamMembersTable.vue +++ b/dashboard/src/components/dashboard/teams/TeamMembersTable.vue @@ -1,5 +1,5 @@