From 38ac69ea12d76a6818e370edc67593adf8305339 Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Mon, 9 Feb 2026 20:16:30 +0000 Subject: [PATCH] fix: replace data-ph-no-capture attribute with ph-no-capture class PostHog supports class-based no-capture which is more reliable than data attributes for preventing sensitive data capture in session replays. Co-Authored-By: Claude Opus 4.6 --- .../audit/info-dialog/info-dialog.component.html | 8 ++++---- .../charts/chart-edit/chart-edit.component.html | 2 +- .../db-table-row-view/db-table-row-view.component.html | 2 +- .../dashboard/db-table-view/db-table-view.component.html | 6 +++--- .../saved-filters-panel.component.html | 2 +- .../record-edit-fields/code/code.component.html | 2 +- .../json-editor/json-editor.component.html | 2 +- .../record-edit-fields/markdown/markdown.component.html | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/components/audit/info-dialog/info-dialog.component.html b/frontend/src/app/components/audit/info-dialog/info-dialog.component.html index 252b8f2b1..9e87c2368 100644 --- a/frontend/src/app/components/audit/info-dialog/info-dialog.component.html +++ b/frontend/src/app/components/audit/info-dialog/info-dialog.component.html @@ -1,6 +1,6 @@

Log details

-

+

{{ log.User }} {{ action }} in "{{ normalizedTableName }}" table on {{formattedCrreatedAt}} {{ log.Status }}.

@@ -10,10 +10,10 @@

Log details

class="mat-body" [ngClass]="{changed: isChangedFiled(field)}"> {{filedsNames[field]}} - + {{log.prevValue[field]}} -
@@ -35,7 +35,7 @@

Log details

class="mat-body" [ngClass]="{changed: isChangedFiled(field)}"> {{filedsNames[field.key]}} - + {{field.value}} diff --git a/frontend/src/app/components/charts/chart-edit/chart-edit.component.html b/frontend/src/app/components/charts/chart-edit/chart-edit.component.html index b5b28b085..53c448b74 100644 --- a/frontend/src/app/components/charts/chart-edit/chart-edit.component.html +++ b/frontend/src/app/components/charts/chart-edit/chart-edit.component.html @@ -47,7 +47,7 @@

SQL Query

{{ testing() ? 'Testing...' : 'Test Query' }}
-
+
Preview
{{column.normalizedTitle}} -
+
{{ displayName }}
- {{ getFilter(activeFilter) }} @@ -282,7 +282,7 @@

{{ displayName }}

- +
- + {{ getFilter(filter) }}
diff --git a/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html b/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html index 4f13836da..11e4bac37 100644 --- a/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html +++ b/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html @@ -1,6 +1,6 @@ {{ normalizedLabel }} {{ required ? '*' : '' }} -
+
{{ normalizedLabel }} {{ required ? '*' : '' }} -
+
{{ normalizedLabel }} {{ required ? '*' : '' }} -
+