diff --git a/src/features/settings/components/settings-page.tsx b/src/features/settings/components/settings-page.tsx index c552037..e176ec2 100644 --- a/src/features/settings/components/settings-page.tsx +++ b/src/features/settings/components/settings-page.tsx @@ -35,6 +35,9 @@ export function SettingsPage() { const [devPush, setDevPush] = useState(null) const [devTopics, setDevTopics] = useState(null) const [devPoliticians, setDevPoliticians] = useState(null) + const [devUnfollowTopics, setDevUnfollowTopics] = useState(null) + const [devUnfollowPoliticians, setDevUnfollowPoliticians] = useState(null) + const [devReload, setDevReload] = useState(null) useEffect(() => { loadCachedResult(db).then((cached) => { @@ -293,9 +296,20 @@ export function SettingsPage() {
Allen Themen entfolgen - +
+ {devUnfollowTopics && {devUnfollowTopics}} + +
Alle Abgeordnete folgen @@ -323,15 +337,38 @@ export function SettingsPage() {
Allen Abgeordneten entfolgen - +
+ {devUnfollowPoliticians && {devUnfollowPoliticians}} + +
Abgeordnete neu laden - +
+ {devReload && {devReload}} + +