document.getElementById("cookie-file-input")?.click()
}
@@ -429,8 +429,8 @@ export function CookieManagementDialog({
}
}}
>
-
-
+
+
{t("cookies.management.dropPrompt")}
@@ -454,7 +454,7 @@ export function CookieManagementDialog({
{fileContent && !importResult && (
-
+
{fileName}
@@ -481,7 +481,7 @@ export function CookieManagementDialog({
{importResult && (
-
+
{t("cookies.management.importedSuccess", {
imported: importResult.cookies_imported,
@@ -505,7 +505,7 @@ export function CookieManagementDialog({
)}
-
+
{isLoadingExportCookies ? (
-
-
+
) : !exportCookieData || exportCookieData.domains.length === 0 ? (
-
+
{t("cookies.management.noCookies")}
) : (
-
+
{exportCookieData.domains.map((domain) => (
-
+
{
@@ -639,7 +639,7 @@ function ExportDomainRow({
/>
{isExpanded && (
-
+
{domain.cookies.map((cookie) => {
const isSelected =
domainSelection?.cookies.has(cookie.name) ?? false;
return (
{error && (
-
+
{error}
)}
diff --git a/src/components/create-profile-dialog.tsx b/src/components/create-profile-dialog.tsx
index edb3d69..5972ed5 100644
--- a/src/components/create-profile-dialog.tsx
+++ b/src/components/create-profile-dialog.tsx
@@ -534,7 +534,7 @@ export function CreateProfileDialog({
return (