From 24067d09bb7dc96a13dd83ddb2980e984e6e17a9 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Fri, 27 Mar 2026 17:03:16 +0000 Subject: [PATCH 1/2] [#299] Add create-page guidance and immutability notices Add helper text below "Opening Chapter" label explaining character limits and markdown support. Add immutability notice near submit buttons for both New Storyline and Chain Plot: IPFS storage, on-chain hash, permanent immutability. Styled with terminal aesthetic. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/create/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/create/page.tsx b/src/app/create/page.tsx index 3cd7513c..e66c4904 100644 --- a/src/app/create/page.tsx +++ b/src/app/create/page.tsx @@ -410,7 +410,10 @@ function CreatePage() {
- + +

+ The genesis plot sets the tone for your story. Write between 500 and 10,000 characters. Markdown is supported. +

)} +
+ Your content will be stored on IPFS with a content hash recorded on-chain. Once published, plots are permanently immutable and cannot be edited or deleted. +
+