Skip to content

Add option to rename a saved badge #1781

Description

@bhavjsh

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions