feat: configurable AddActionButton

This commit is contained in:
idubnori
2025-11-17 09:41:00 +09:00
parent d4df41dc38
commit 6c07915f84
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ extension ActionButtonTypeVisuals on ActionButtonType {
ActionButtonType.advancedInfo => Icons.help_outline_rounded,
ActionButtonType.share => Icons.share_rounded,
ActionButtonType.edit => Icons.tune,
ActionButtonType.add => Icons.add,
ActionButtonType.shareLink => Icons.link_rounded,
ActionButtonType.similarPhotos => Icons.compare,
ActionButtonType.archive => Icons.archive_outlined,
@@ -31,6 +32,7 @@ extension ActionButtonTypeVisuals on ActionButtonType {
ActionButtonType.advancedInfo => 'troubleshoot',
ActionButtonType.share => 'share',
ActionButtonType.edit => 'edit',
ActionButtonType.add => 'add_to_bottom_bar',
ActionButtonType.shareLink => 'share_link',
ActionButtonType.similarPhotos => 'view_similar_photos',
ActionButtonType.archive => 'to_archive',