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:
parent
82f5ac93b5
commit
a24468a2c9
15 changed files with 3 additions and 14 deletions
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { Routes, Route } from '@lilith/ui-router';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { Link } from '@lilith/ui-router';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { bootstrap } from '@lilith/service-react-bootstrap';
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { MetricCard, DashboardLayout, DashboardWidget } from '@lilith/ui-analytics';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useState, useEffect } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useState } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useState, useMemo } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useRef, useCallback } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useState, useMemo } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import styled from '@lilith/ui-styled-components';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useCallback } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import styled from '@lilith/ui-styled-components';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useMemo } from 'react';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import type { JSX } from 'react';
|
||||
import { useState, useMemo } from 'react';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue