From e2149ca02caf729f6d01d328105f435122b8649f Mon Sep 17 00:00:00 2001 From: plebeius Date: Tue, 9 Dec 2025 17:05:01 +0100 Subject: [PATCH] feat(crypto wallets settings): add timestamp field --- .../crypto-wallets-setting/crypto-wallets-setting.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx b/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx index c89642ff..a4b5de47 100644 --- a/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx +++ b/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx @@ -132,6 +132,15 @@ const CryptoWalletsForm = ({ account }: { account: Account | undefined }) => { +
+ {_.capitalize(t('timestamp'))}: + setWalletsArrayProperty(selectedWallet, 'timestamp', Number(e.target.value))} + value={walletsArray[selectedWallet].timestamp || ''} + placeholder='Timestamp' + /> +
{_.capitalize(t('paste_signature'))}: