From deede846cd9d7ec7fd2d397c86796a9f2aaf95a8 Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 26 Jan 2026 00:00:53 -0800 Subject: [PATCH] =?UTF-8?q?chore(legal-review):=20=F0=9F=94=A7=20Add=20fro?= =?UTF-8?q?ntend=20admin=20UI=20components=20for=20legal=20workflows=20(mo?= =?UTF-8?q?dals,=20stats=20tables,=20sections)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend-admin/src/components/legal-review/IssueCard.tsx | 4 ++-- .../src/components/legal-review/LegalReviewModal.tsx | 4 ++-- .../src/components/legal-review/LegalReviewStats.tsx | 2 +- .../src/components/legal-review/LegalReviewTable.tsx | 4 ++-- .../components/truth-validation/ManualValidationSection.tsx | 2 +- .../src/components/truth-validation/PlatformFactsSection.tsx | 2 +- .../src/components/truth-validation/TruthValidationStats.tsx | 2 +- .../components/truth-validation/ValidationRulesSection.tsx | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/features/truth-validation/frontend-admin/src/components/legal-review/IssueCard.tsx b/features/truth-validation/frontend-admin/src/components/legal-review/IssueCard.tsx index a352f742d..9fa5ba7ac 100755 --- a/features/truth-validation/frontend-admin/src/components/legal-review/IssueCard.tsx +++ b/features/truth-validation/frontend-admin/src/components/legal-review/IssueCard.tsx @@ -18,8 +18,8 @@ import { IssueSummary, IssueExplanation, ReviewerInfo, -} from '@/styles/legal-review.styles'; -import { mapSeverityToLevel, mapStatusToVariant } from '@/utils/legal-review.utils'; +} from '../../styles/legal-review.styles'; +import { mapSeverityToLevel, mapStatusToVariant } from '../../utils/legal-review.utils'; export interface IssueCardProps { issue: LegalIssue; diff --git a/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewModal.tsx b/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewModal.tsx index fcc13fef8..cbef93843 100755 --- a/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewModal.tsx +++ b/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewModal.tsx @@ -41,8 +41,8 @@ import { ModalBodyContainer, ModalContentWrapper, ReviewNotesSection, -} from '@/styles/legal-review.styles'; -import { formatDate } from '@/utils/legal-review.utils'; +} from '../../styles/legal-review.styles'; +import { formatDate } from '../../utils/legal-review.utils'; diff --git a/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewStats.tsx b/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewStats.tsx index 3914d7443..b666f1eee 100755 --- a/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewStats.tsx +++ b/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewStats.tsx @@ -8,7 +8,7 @@ import { Card } from '@lilith/ui-primitives'; import styled from '@lilith/ui-styled-components'; -import { StatsGrid } from '@/styles/legal-review.styles'; +import { StatsGrid } from '../../styles/legal-review.styles'; export interface LegalReviewStatsProps { stats: { diff --git a/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewTable.tsx b/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewTable.tsx index 9f60e11f8..b214e877a 100755 --- a/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewTable.tsx +++ b/features/truth-validation/frontend-admin/src/components/legal-review/LegalReviewTable.tsx @@ -11,8 +11,8 @@ import { Badge, SeverityBadge, StatusBadge } from '@lilith/ui-primitives'; import type { LegalReviewResult, ContentReviewStatus } from '@lilith/truth-validation-shared'; import type { Column } from '@lilith/ui-data'; -import { ContentExcerpt, ContentContext, BatchIndicator } from '@/styles/legal-review.styles'; -import { mapReviewStatusToVariant, formatDate, REVIEW_STATUS_LABELS } from '@/utils/legal-review.utils'; +import { ContentExcerpt, ContentContext, BatchIndicator } from '../../styles/legal-review.styles'; +import { mapReviewStatusToVariant, formatDate, REVIEW_STATUS_LABELS } from '../../utils/legal-review.utils'; export interface LegalReviewTableProps { reviews: LegalReviewResult[]; diff --git a/features/truth-validation/frontend-admin/src/components/truth-validation/ManualValidationSection.tsx b/features/truth-validation/frontend-admin/src/components/truth-validation/ManualValidationSection.tsx index 2bd068132..d79f8e16d 100755 --- a/features/truth-validation/frontend-admin/src/components/truth-validation/ManualValidationSection.tsx +++ b/features/truth-validation/frontend-admin/src/components/truth-validation/ManualValidationSection.tsx @@ -37,7 +37,7 @@ import { CorrectedContent, CorrectedLabel, CorrectedText, -} from '@/styles/truth-validation.styles'; +} from '../../styles/truth-validation.styles'; const TRUTH_SERVICE_URL = '/api/truth'; diff --git a/features/truth-validation/frontend-admin/src/components/truth-validation/PlatformFactsSection.tsx b/features/truth-validation/frontend-admin/src/components/truth-validation/PlatformFactsSection.tsx index 20001bba3..f40b7382d 100755 --- a/features/truth-validation/frontend-admin/src/components/truth-validation/PlatformFactsSection.tsx +++ b/features/truth-validation/frontend-admin/src/components/truth-validation/PlatformFactsSection.tsx @@ -24,7 +24,7 @@ import { ForbiddenTerm, TermArrow, PreferredTerm, -} from '@/styles/truth-validation.styles'; +} from '../../styles/truth-validation.styles'; diff --git a/features/truth-validation/frontend-admin/src/components/truth-validation/TruthValidationStats.tsx b/features/truth-validation/frontend-admin/src/components/truth-validation/TruthValidationStats.tsx index f964e8f54..2b1ccc105 100755 --- a/features/truth-validation/frontend-admin/src/components/truth-validation/TruthValidationStats.tsx +++ b/features/truth-validation/frontend-admin/src/components/truth-validation/TruthValidationStats.tsx @@ -6,7 +6,7 @@ import { Skeleton } from '@lilith/ui-feedback'; -import { StatsGrid, StatCard, StatValue, StatLabel } from '@/styles/truth-validation.styles'; +import { StatsGrid, StatCard, StatValue, StatLabel } from '../../styles/truth-validation.styles'; interface Stats { activeRules: number; diff --git a/features/truth-validation/frontend-admin/src/components/truth-validation/ValidationRulesSection.tsx b/features/truth-validation/frontend-admin/src/components/truth-validation/ValidationRulesSection.tsx index cf6d41346..95bca8d19 100755 --- a/features/truth-validation/frontend-admin/src/components/truth-validation/ValidationRulesSection.tsx +++ b/features/truth-validation/frontend-admin/src/components/truth-validation/ValidationRulesSection.tsx @@ -19,7 +19,7 @@ import { RuleId, RuleDescription, RulePattern, -} from '@/styles/truth-validation.styles'; +} from '../../styles/truth-validation.styles';