mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
Add visual indicators showing account linking status for each campaign in the inventory tab. Campaigns now display either a "LINKED" (green) or "NOT LINKED" (orange) badge in the top right corner of each card. For unlinked campaigns, both the badge and a "Link Account" button provide direct access to the Twitch account linking page. Backend changes: - Add campaign_url property to DropsCampaign model - Include both campaign_url and link_url in inventory API response Frontend changes: - Add LINKED/NOT LINKED badges positioned at top right of campaign cards - Add "Link Account" button for unlinked campaigns - Style badges with subtle green for linked and prominent orange for not linked - Make NOT LINKED badge clickable to open account linking page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>