generated from nhcarrigan/template
bbc3b040d0
Replaced the simple prompt-based profile editing with a full-featured modal that allows admins to edit all profile fields: Profile Information: - Display Name - Profile URL Slug (with uniqueness validation) - Bio (with character counter) Social Links: - Website - Discord Server - GitHub username - Bluesky handle - LinkedIn username - Twitch username - YouTube handle/channel All fields include: - Proper validation patterns - Help text explaining format requirements - Styled form sections for organization - Loading states during submission - Success/error toast notifications The modal opens when clicking "Edit Profile" on a profile report, loads the current profile data, and saves all changes via the admin API endpoint.