From a49ed5a29db7124e5d1ce8197a98edaa8ed90353 Mon Sep 17 00:00:00 2001 From: 0xMosas Date: Thu, 26 Mar 2026 05:32:21 +0100 Subject: [PATCH] fix(delegation): add disclaimer for local-only storage - Add visible amber warning explaining localStorage limitation - Clarify that on-chain delegation requires contract upgrade - Mention future implementation as planned feature - Helps users understand current behavior --- frontend/components/VoteDelegation.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/components/VoteDelegation.tsx b/frontend/components/VoteDelegation.tsx index e8ccb1a2..9948d802 100644 --- a/frontend/components/VoteDelegation.tsx +++ b/frontend/components/VoteDelegation.tsx @@ -210,6 +210,13 @@ export default function VoteDelegation({ userAddress }: VoteDelegationProps) { +
+

⚠️ Preview Feature

+

+ Delegation is stored locally in your browser only. On-chain delegation requires a contract upgrade and is planned for a future version. +

+
+

ℹ️ About Delegation