feat(web): add toast notifications for settings save status

This commit is contained in:
syntaxbullet
2026-01-08 22:47:31 +01:00
parent 9caa95a0d8
commit 8fe300c8a2
4 changed files with 14 additions and 0 deletions

View File

@@ -5,9 +5,12 @@ import { Activity } from "./pages/Activity";
import { Settings } from "./pages/Settings";
import "./index.css";
import { Toaster } from "sonner";
export function App() {
return (
<BrowserRouter>
<Toaster richColors position="top-right" theme="dark" />
<Routes>
<Route path="/" element={<DashboardLayout />}>
<Route index element={<Dashboard />} />