immi

Results 25 comments of immi

> @programming-with-ia please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @microsoft-github-policy-service agree [company="{your company}"] >...

> Having the same issue! @srkuleo use directly `toast()` [more info](https://github.com/emilkowalski/sonner?tab=readme-ov-file#usage)

[example of close button](https://github.com/programming-with-ia/chat-app/blob/040829757beb21c78762a385334241b1b03a04e8/src/components/SidebarChatList.tsx#L45) for custom styling check-out [globals.css](https://github.com/programming-with-ia/chat-app/blob/040829757beb21c78762a385334241b1b03a04e8/src/app/globals.css#L123) if you find something helpful please **follow me** and **star** my repo 😊

Enhancement Suggestion It would be helpful to add a utility function like `createToastCreator` that accepts a base config/options object and returns a custom toast function. This way, we could reuse...

I'm working on a similar library, [better-next-actions](https://github.com/programming-with-ia/better-next-actions), which aims for a `tRPC`-like experience for **Server Actions**, with built-in support for composable `middleware` and **Zod** validation. Any quick ideas or feedback...