feat(content-strategy): Introduce dedicated content strategy pages, update routing in App.tsx, and add reusable FileLink component

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-28 17:38:40 -08:00
parent 82f5ac93b5
commit a24468a2c9
15 changed files with 3 additions and 14 deletions

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { Routes, Route } from '@lilith/ui-router';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { Link } from '@lilith/ui-router';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { bootstrap } from '@lilith/service-react-bootstrap';

View file

@ -54,6 +54,7 @@ const ThRotated = styled.th`
height: 120px;
width: 56px;
min-width: 56px;
max-width: 56px;
padding: 0;
vertical-align: bottom;
text-align: center;
@ -69,6 +70,7 @@ const RotatedLabel = styled.div`
letter-spacing: 0.03em;
padding-bottom: 0.5rem;
white-space: nowrap;
margin: 0 auto;
`;
const ThTopic = styled.th`
@ -146,6 +148,7 @@ const DotCell = styled.td`
line-height: 1;
width: 56px;
min-width: 56px;
max-width: 56px;
`;
const FilledDot = styled.span`

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { MetricCard, DashboardLayout, DashboardWidget } from '@lilith/ui-analytics';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useState, useEffect } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useState } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useState, useMemo } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useRef, useCallback } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useState, useMemo } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import styled from '@lilith/ui-styled-components';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useCallback } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import styled from '@lilith/ui-styled-components';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useMemo } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import type { JSX } from 'react';
import { useState, useMemo } from 'react';