From e59c82d21928bde541827a248040142150107513 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:45:39 -0300 Subject: [PATCH] Update details_panel.dart --- lib/components/details_panel.dart | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/lib/components/details_panel.dart b/lib/components/details_panel.dart index 60979fea4e..4ffbf2bd93 100644 --- a/lib/components/details_panel.dart +++ b/lib/components/details_panel.dart @@ -745,17 +745,6 @@ class _DetailsPanelState extends State { .buttonNormalRegular() .copyWith(decoration: TextDecoration.underline), ), - // const SizedBox(width: 4), - // ArDriveIconButton( - // tooltip: appLocalizationsOf(context).viewOnViewBlock, - // icon: ArDriveIcons.newWindow(size: 20), - // onPressed: () { - // openUrl( - // url: - // 'https://viewblock.io/arweave/tx/${state.metadataTxId}', - // ); - // }, - // ), const SizedBox(width: 12), CopyButton( text: state.metadataTxId, @@ -789,16 +778,6 @@ class _DetailsPanelState extends State { ), ), ), - // const SizedBox(width: 4), - // ArDriveIconButton( - // tooltip: appLocalizationsOf(context).viewOnViewBlock, - // icon: ArDriveIcons.newWindow(size: 20), - // onPressed: () { - // openUrl( - // url: 'https://viewblock.io/arweave/tx/${item.dataTxId}', - // ); - // }, - // ), const SizedBox(width: 12), CopyButton( text: item.dataTxId,