Commit Graph

4 Commits

Author SHA1 Message Date
icarus
c8c67006af
feat(sonner): add dismiss method to toast API
Add the ability to dismiss specific toast notifications by their ID. This provides more control over toast management in the UI.
2025-12-17 18:39:17 +08:00
icarus
8794f2b3ac
feat(sonner): implement custom toast component with enhanced features
- Add custom toast component with support for info, success, warning, error, and loading states
- Implement action buttons, links, colored messages, and dismissable toasts
- Add TypeScript type definitions and Storybook documentation
- Export toast API for programmatic usage
2025-12-17 18:39:16 +08:00
icarus
621685e5b5
feat(sonner): replace lucide icons with custom svg icons for toaster 2025-12-17 18:39:16 +08:00
icarus
8a9687f190
feat(ui): add sonner toaster and next-themes support
- Add sonner package for toast notifications with custom icons and styling
- Add next-themes package for theme support
- Create new Toaster component with theme-aware styling
2025-12-17 18:39:15 +08:00