Profile redesign: Persist filter setting (#38575)

This commit is contained in:
Echo
2026-04-07 11:58:57 +02:00
committed by GitHub
parent 71e6e50846
commit f2f07404b5

View File

@@ -27,8 +27,8 @@ export const AccountTimelineProvider: FC<{
children: ReactNode;
}> = ({ accountId, children }) => {
const storageOptions = {
type: 'session',
prefix: `filters-${accountId}:`,
type: 'local',
prefix: 'account-filters',
} as const;
const [boosts, setBoosts] = useStorageState<boolean>(