feat(clickTtHttpPageRoutes): add inline confirm elements summarization and logging
- Introduced a new function to summarize inline confirm elements in HTML, capturing relevant attributes for better tracking of user interactions. - Enhanced the proxy navigation script to log details of inline confirm elements, improving traceability during proxy interactions. - Updated the existing functionality to ensure inline confirm elements are logged when present, contributing to better debugging and user experience.
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
⛔
|
||||
</span>
|
||||
<span
|
||||
v-if="member.active"
|
||||
v-if="member.active && !member.ttr && !member.qttr"
|
||||
@click.stop="requestClickTtRegistration(member)"
|
||||
class="action-icon"
|
||||
:class="{ 'action-icon-disabled': clickTtPendingMemberIds.includes(member.id) }"
|
||||
|
||||
Reference in New Issue
Block a user