feat(regions-history): Update RegionsHistoryPage with filtering, pagination, and enhanced data display for region history records

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-25 23:56:35 -07:00
parent fffc961d4e
commit de7a2b77b6

View file

@ -8,10 +8,7 @@ import { useQuery } from '@tanstack/react-query';
import { fetchRegions, fetchRegionHistory, type Region, type RegionStatusHistoryEntry } from '@/api';
const HeaderSection = styled.div`
margin-bottom: ${({ theme }: { theme: import("@lilith/ui-theme").ThemeInterface }) => theme.spacing.xl};
`;
import { HeaderSection } from '@/components/admin-pages/SharedPageComponents';
const FilterBar = styled.div`
display: flex;