From 85c5c036fee9396063b65e2ec67dcf880a635a4e Mon Sep 17 00:00:00 2001 From: 0xMosas Date: Wed, 25 Mar 2026 23:32:56 +0100 Subject: [PATCH] fix(comments): clarify local-only storage with visible disclaimer - Rename section from 'Public Discourse' to 'Personal Notes' to accurately reflect behavior - Add visible amber disclaimer explaining localStorage limitation - Update placeholder text and button label to match functionality - Mention future Gaia storage integration as planned feature --- frontend/components/Comments.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/components/Comments.tsx b/frontend/components/Comments.tsx index 6cf69b49..4e289ded 100644 --- a/frontend/components/Comments.tsx +++ b/frontend/components/Comments.tsx @@ -81,19 +81,24 @@ export default function Comments({ proposalId, userAddress }: CommentsProps) {
-

Public Discourse

-

{comments.length} Registered Opinions

+

Personal Notes

+

{comments.length} Local Notes

{/* Comment Form */} +
+

+ Note: Comments are stored locally in your browser and are only visible to you. Shared commenting via Gaia storage is planned for a future update. +

+
{userAddress ? (