Add public mode

This commit is contained in:
2025-05-02 12:23:49 +02:00
parent 56370ec936
commit f16eeb6e45
8 changed files with 117 additions and 18 deletions

View File

@@ -9,8 +9,9 @@ import Toolbar from "@mui/material/Toolbar";
import Typography from "@mui/material/Typography";
import * as React from "react";
import { useAuthInfo } from "./BaseAuthenticatedPage";
import { DarkThemeButton } from "./DarkThemeButton";
import { DarkThemeButton } from "./DarkThemeButtonWidget";
import { RouterLink } from "./RouterLink";
import { PublicModeButton } from "./PublicModeButtonWidget";
export function MoneyWebAppBar(p: {
onSignOut: () => void;
@@ -41,6 +42,7 @@ export function MoneyWebAppBar(p: {
</Typography>
<div>
<PublicModeButton />
<DarkThemeButton />
<Button size="large" color="inherit">