Improve toast notifications and document clearing flow
- Enhanced Toaster component with theme, close button and rich colors - Added immediate feedback for document clearing operation
This commit is contained in:
@@ -80,7 +80,12 @@ const AppRouter = () => {
|
||||
<ThemeProvider>
|
||||
<Router>
|
||||
<AppContent />
|
||||
<Toaster position="bottom-center" />
|
||||
<Toaster
|
||||
position="bottom-center"
|
||||
theme="system"
|
||||
closeButton
|
||||
richColors
|
||||
/>
|
||||
</Router>
|
||||
</ThemeProvider>
|
||||
)
|
||||
|
Reference in New Issue
Block a user