Improve card layout and responsiveness in CardSearch and Collection components

This commit is contained in:
Matthieu
2025-11-24 17:16:29 +01:00
parent bab6367181
commit a0c5143103
3 changed files with 20 additions and 23 deletions

View File

@@ -465,6 +465,7 @@ export default function Community() {
onClose={() => setShowTradeCreator(false)}
onTradeCreated={() => {
setShowTradeCreator(false);
loadTradesData();
toast.success('Trade proposal sent!');
}}
/>