feat: add toast for creating/updating collection

This commit is contained in:
Kentai Radiquum 2025-03-21 00:51:23 +05:00
parent 4c6fb75785
commit b7661f47ef
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 93 additions and 37 deletions

View file

@ -113,6 +113,7 @@ export const App = (props) => {
/>
)}
<ToastContainer
className={"mx-2 mb-20 sm:mb-0"}
position="bottom-center"
autoClose={5000}
hideProgressBar={false}