From 7b5a5fcbc1ebd4f94d891e8b4c51db34f091e97a Mon Sep 17 00:00:00 2001
From: Kevin Hawkins
Date: Thu, 12 Oct 2023 11:39:45 -0700
Subject: [PATCH 1/7] Change to a two-way async messaging between webviews and
controller pages
---
resources/instructions/briefcase.html | 8 ++-
resources/instructions/landingpage.html | 44 +++++++++------
.../projectBootstrapAcknowledgment.html | 8 ++-
.../instructions/projectBootstrapChoice.html | 10 +++-
.../instructions/salesforcemobileapp.html | 8 ++-
resources/instructions/webviewMessaging.js | 54 ++++++++++++-------
src/commands/wizard/authorizeCommand.ts | 2 +-
.../wizard/configureProjectCommand.ts | 6 +--
src/webviews.ts | 54 +++++++++++++++----
9 files changed, 139 insertions(+), 55 deletions(-)
diff --git a/resources/instructions/briefcase.html b/resources/instructions/briefcase.html
index 05e1e9fa..59e480c7 100644
--- a/resources/instructions/briefcase.html
+++ b/resources/instructions/briefcase.html
@@ -1,4 +1,4 @@
-
+
@@ -20,6 +20,12 @@
If you've already configured a briefcase, move on to the next step.
OK
+
diff --git a/resources/instructions/landingpage.html b/resources/instructions/landingpage.html
index 49b6cc80..fdf87cc0 100644
--- a/resources/instructions/landingpage.html
+++ b/resources/instructions/landingpage.html
@@ -1,19 +1,29 @@
-
+
+
+
+
+ Landing Page Customization
+
-
-
-
- Landing Page Customization
-
-
-
- A default landing page file (landing_page.json) has been created in the staticresources directory.
- See Customize The Landing Page
- for more information on how to modify the landing page file.
-
- OK
-
-
-
-
\ No newline at end of file
+
+
+ A default landing page file (landing_page.json) has been created in
+ the staticresources directory. See
+
+ Customize The Landing Page
+
+ for more information on how to modify the landing page file.
+
+ OK
+
+
+
+