Problem
There's no way to rename an already-saved badge. Users must re-save under a new name and delete the old one.
Current state
- Saved badge cards (save_badge_card.dart) only support play, edit (content only), transfer, share, and delete. FileHelper has no rename method.
Related bug found: Multi-select via long-press doesn't actually work. In saved_badge_listview.dart, SaveBadgeCard is passed onLongPress/onTap correctly, but in save_badge_card.dart those fields are never wired to a GestureDetector/InkWell, so the callbacks never fire. The isSelected field is also unused (no visual highlight).
Problem
There's no way to rename an already-saved badge. Users must re-save under a new name and delete the old one.
Current state
Related bug found: Multi-select via long-press doesn't actually work. In saved_badge_listview.dart, SaveBadgeCard is passed onLongPress/onTap correctly, but in save_badge_card.dart those fields are never wired to a GestureDetector/InkWell, so the callbacks never fire. The isSelected field is also unused (no visual highlight).