feat: enhance error handling in DashboardPage and add retry functionality
Some checks failed
Frontend CI / lint (push) Failing after 29s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-08-19 21:49:46 +02:00
parent b76b34ea4f
commit 77f24ea4ff
3 changed files with 58 additions and 27 deletions

View File

@@ -145,7 +145,7 @@ function App() {
<AuthProvider>
<SocketProvider>
<AppRoutes />
<Toaster richColors />
<Toaster richColors position='top-right' />
</SocketProvider>
</AuthProvider>
</ThemeProvider>