-
-
+
+
+
+
+ setSubjectInput(e.target.value)}
+ />
+
+
+
+
-
-
- {t("ui.dev.clients.consents.status_label", "Status:")}
-
-
+
+ {t(
+ "ui.dev.clients.consents.filters.advanced",
+ "Advanced Filters",
+ )}
+
+
+
-
-
-
-
-
+
+ {isAdvancedFilterOpen && (
+
+
+
+ {t("ui.dev.clients.consents.status_label", "Status:")}
+
+
+
+
+
+
+ {t("ui.dev.clients.consents.scope_label", "Scope:")}
+
+
+
+
+
+
+ )}
@@ -254,14 +307,14 @@ function ClientConsentsPage() {
- {rows.length === 0 && !isLoading ? (
+ {filteredRows.length === 0 && !isLoading ? (
{t("msg.dev.clients.consents.empty", "No consents found.")}
) : (
- rows.map((row) => (
+ filteredRows.map((row) => (
0 ? 1 : 0,
- to: rows.length,
+ from: filteredRows.length > 0 ? 1 : 0,
+ to: filteredRows.length,
total: rows.length,
},
)}
@@ -366,7 +419,7 @@ function ClientConsentsPage() {
-