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:
parent
fffc961d4e
commit
de7a2b77b6
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue