feat(admin-ui): sonner Toast + TimeTravel polish (Stage 3.6+3.7)

This commit is contained in:
Александр Зимин
2026-05-11 09:11:21 +00:00
parent 057fd09589
commit e2f1c3527b
5 changed files with 74 additions and 1 deletions
+5
View File
@@ -123,3 +123,8 @@ export {
DropdownMenuRadioGroup,
} from './components/dropdown-menu'
export { Switch as ShadcnSwitch } from './components/switch'
// Toast notifications через sonner (rich, accessible, themable).
// Mount <Toaster /> один раз в main.tsx; call toast.success/error/etc.
// в callbacks / effects.
export { Toaster, toast } from './components/toaster'