From e51e2d52770cb662c7a9ba3c11fdccc784ff0b13 Mon Sep 17 00:00:00 2001 From: Arber Xhindoli <14798762+arberx@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:51:50 -0400 Subject: [PATCH] feat: remove u2014 escapes --- apps/web/src/components/layout/EvidenceDetailModal.tsx | 10 +++++----- apps/web/src/components/project/GscSection.tsx | 2 +- apps/web/src/components/project/ScheduleSection.tsx | 2 +- .../src/components/settings/GoogleOAuthConfigForm.tsx | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/src/components/layout/EvidenceDetailModal.tsx b/apps/web/src/components/layout/EvidenceDetailModal.tsx index dd2d902..a6a4f36 100644 --- a/apps/web/src/components/layout/EvidenceDetailModal.tsx +++ b/apps/web/src/components/layout/EvidenceDetailModal.tsx @@ -315,7 +315,7 @@ export function EvidenceDetailModal({ {/* ── Header ── */}
-

{project.project.name} \u00b7 {display.provider || 'All providers'}

+

{project.project.name} {'\u00b7'} {display.provider || 'All providers'}

{evidence.keyword}
@@ -362,8 +362,8 @@ export function EvidenceDetailModal({
{selectedRunIdx >= 0 && selectedRunIdx < history.length && (

- Viewing run from {new Date(history[selectedRunIdx].createdAt).toLocaleString()} \u2014 {history[selectedRunIdx].citationState} - + Viewing run from {new Date(history[selectedRunIdx].createdAt).toLocaleString()} {'\u2014'} {history[selectedRunIdx].citationState} +

)} {!isViewingHistory && (evidence.modelTransitions?.length ?? 0) > 0 && ( @@ -385,7 +385,7 @@ export function EvidenceDetailModal({
{loadingHistory && (
- Loading historical run data\u2026 + Loading historical run data{'\u2026'}
)} @@ -473,7 +473,7 @@ export function EvidenceDetailModal({ {/* Citation leaderboard */} {display.citedDomains.length > 0 && (
-

Who was cited \u2014 in order

+

Who was cited {'\u2014'} in order

{display.citedDomains.map((domain, i) => { const norm = domain.toLowerCase().replace(/^www\./, '') diff --git a/apps/web/src/components/project/GscSection.tsx b/apps/web/src/components/project/GscSection.tsx index 38fbe5a..b004752 100644 --- a/apps/web/src/components/project/GscSection.tsx +++ b/apps/web/src/components/project/GscSection.tsx @@ -765,7 +765,7 @@ export function GscSection({ className="text-xs text-zinc-400 hover:text-zinc-200 transition-colors" onClick={() => setSelectedReason(null)} > - \u2190 Back to reasons + {'\u2190'} Back to reasons
diff --git a/apps/web/src/components/project/ScheduleSection.tsx b/apps/web/src/components/project/ScheduleSection.tsx index 3a49add..2827eed 100644 --- a/apps/web/src/components/project/ScheduleSection.tsx +++ b/apps/web/src/components/project/ScheduleSection.tsx @@ -252,7 +252,7 @@ export function ScheduleSection({ projectName }: { projectName: string }) { {COMMON_TIMEZONES.map(tz => ( ))} - + {tzOther && ( void }) { rel="noopener noreferrer" className="text-[10px] text-zinc-500 hover:text-zinc-300 underline underline-offset-2" > - Google Cloud \u2197 + Google Cloud {'\u2197'}