setNewMessage(e.target.value)}
onSubmit={handleSendMessage}
disabled={!isConnected}
placeholder="Write a message..."
/>
{/* Leave Event Button */}
setShowLeaveModal(false)}
onConfirm={handleLeaveEvent}
title="Leave Event?"
description="This action cannot be undone"
message={`Are you sure you want to leave ${event?.name || 'this event'}? You will need to scan the QR code again to rejoin.`}
confirmText="Leave Event"
isLoading={isLeaving}
loadingText="Leaving..."
icon={AlertTriangle}
/>
setShowHeatsModal(false)}
title="Edit Your Competition Heats"
>
setShowHeatsModal(false)}
existingHeats={myHeats}
/>