From d2e3de098fa7528814461845fd14f8db1039a595 Mon Sep 17 00:00:00 2001 From: Alexis Colin Date: Wed, 18 Dec 2024 20:23:35 +0900 Subject: [PATCH] feat(gnoweb): improve help page (#3362) Adds JavaScript features listed #3355 regarding Help section in gnoweb. - Adds localStorage feature for address - Fixes txlink - Minor UI styles --- gno.land/pkg/gnoweb/components/help.gohtml | 2 +- gno.land/pkg/gnoweb/components/index.gohtml | 4 +- gno.land/pkg/gnoweb/frontend/js/realmhelp.ts | 56 +++++++++++++++++--- gno.land/pkg/gnoweb/frontend/js/utils.ts | 12 +++++ gno.land/pkg/gnoweb/public/js/realmhelp.js | 2 +- gno.land/pkg/gnoweb/public/js/utils.js | 1 + gno.land/pkg/gnoweb/public/styles.css | 2 +- 7 files changed, 68 insertions(+), 11 deletions(-) create mode 100644 gno.land/pkg/gnoweb/frontend/js/utils.ts create mode 100644 gno.land/pkg/gnoweb/public/js/utils.js diff --git a/gno.land/pkg/gnoweb/components/help.gohtml b/gno.land/pkg/gnoweb/components/help.gohtml index d3ca9dea81f..1ea8ba1927a 100644 --- a/gno.land/pkg/gnoweb/components/help.gohtml +++ b/gno.land/pkg/gnoweb/components/help.gohtml @@ -69,7 +69,7 @@ {{ range .Params }}
- + +