From 77436c747e9f53db8866d6bee0f0be83c0112adb Mon Sep 17 00:00:00 2001 From: Ryan Koch <6863534+ryguyk@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:48:37 -0600 Subject: [PATCH 1/6] Removes registry entry for form-renderer app. (#2345) --- src/applications/registry.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index a5e13ded3d..b101db950a 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1702,16 +1702,6 @@ "layout": "page-react.html" } }, - { - "appName": "Form Renderer", - "entryName": "form-renderer", - "rootUrl": "/digital-form", - "productId": "8e41524c-d835-476c-ba0f-040037380911", - "template": { - "vagovprod": false, - "layout": "page-react.html" - } - }, { "appName": "22-10215 Statement of Assurance of Compliance with 85 Percent Enrollment Ratios", "entryName": "10215-edu-benefits", From cbb5a2c37b60edf6c6d4c6a306e693f9afce900c Mon Sep 17 00:00:00 2001 From: Adam Whitlock <8332986+adamwhitlock1@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:25:12 -0700 Subject: [PATCH 2/6] Update appName to correct title for Authenticated Experience Design Patterns (#2353) * update appName to correct title * cleanup from merge main --- src/applications/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index b101db950a..07033e5ce6 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1055,7 +1055,7 @@ } }, { - "appName": "Mock Form AE Design Patterns", + "appName": "Authenticated Experience Design Patterns", "entryFile": "./app-entry.jsx", "entryName": "mock-form-ae-design-patterns", "rootUrl": "/mock-form-ae-design-patterns", From 528bb8f91833e6f193bf5e58502a20ede4c38279 Mon Sep 17 00:00:00 2001 From: Liz Wendling <170662489+GovCIOLiz@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:17:53 -0800 Subject: [PATCH 3/6] VEBT-729 Removing 22-0993 (#2352) * Update SCO registry.json route * vagovprod to true for sco page * Fix to breadcrumb padding on certain drupal pages. (#2241) * Fix to breadcrumb padding on certain drupal pages. * Adding row back * Removing another un-needed class * Adding padding to containing div * Turn on production flag for rollout (#2246) * update web-components (#2249) * update web-components Signed-off-by: Micah Chiang * bump version Signed-off-by: Micah Chiang --------- Signed-off-by: Micah Chiang * Medallia - Add feedback button to checklist page layout (#2247) * added feedback button to checklist drupal template * moved element to under back-to-top element * VACMS 18909 KISS autosuggest data for services from taxonomies (#2248) * creates va-healthcare-services.json * remove spaces from JSONs * process the processed HTML to text * simplify * bump web components (#2250) Signed-off-by: Micah Chiang * VEBT-423 Update SCO registry.json route to match prod (#2245) * Update SCO registry.json route * Update registry.json for sco url * Making separate PR * Fix to breadcrumb padding on certain drupal pages. (#2241) * Fix to breadcrumb padding on certain drupal pages. * Adding row back * Removing another un-needed class * Adding padding to containing div * Turn on production flag for rollout (#2246) * update web-components (#2249) * update web-components Signed-off-by: Micah Chiang * bump version Signed-off-by: Micah Chiang --------- Signed-off-by: Micah Chiang * Medallia - Add feedback button to checklist page layout (#2247) * added feedback button to checklist drupal template * moved element to under back-to-top element * VACMS 18909 KISS autosuggest data for services from taxonomies (#2248) * creates va-healthcare-services.json * remove spaces from JSONs * process the processed HTML to text * simplify * bump web components (#2250) Signed-off-by: Micah Chiang --------- Signed-off-by: Micah Chiang Co-authored-by: Andrew Steele Co-authored-by: Kevin Duensing Co-authored-by: Micah Chiang Co-authored-by: Aubrey Arcangel Co-authored-by: Eli Selkin * Remove 0993-edu-benefits --------- Signed-off-by: Micah Chiang Co-authored-by: Andrew Steele Co-authored-by: Kevin Duensing Co-authored-by: Micah Chiang Co-authored-by: Aubrey Arcangel Co-authored-by: Eli Selkin --- src/applications/registry.json | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index 07033e5ce6..d800fdafcf 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -506,32 +506,6 @@ ] } }, - { - "appName": "Opt Out of Sharing VA Education Benefits Information", - "entryName": "0993-edu-benefits", - "rootUrl": "/education/opt-out-information-sharing/opt-out-form-0993", - "template": { - "title": "Opt Out Of Sharing VA Education Benefits Information", - "heading": "Opt out of sharing VA education benefits information", - "layout": "page-react.html", - "description": "Use your VA education benefits to pay for college or training programs. Find out which documents you’ll need to apply for benefits, and start your online application today.", - "includeBreadcrumbs": true, - "breadcrumbs_override": [ - { - "path": "education/", - "name": "Education and training" - }, - { - "path": "education/opt-out-information-sharing/", - "name": "Opt out of information sharing" - }, - { - "path": "education/opt-out-information-sharing/opt-out-form-0993", - "name": "Opt out of sharing your information with schools" - } - ] - } - }, { "appName": "GI Bill School Feedback Tool", "entryName": "feedback-tool", From 63025b71b2550f35b290d75048fea96ddc765592 Mon Sep 17 00:00:00 2001 From: Nick Sayre Date: Tue, 19 Nov 2024 10:28:03 -0600 Subject: [PATCH 4/6] 1217 - Add breadcrumbs (#2356) --- src/applications/registry.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/applications/registry.json b/src/applications/registry.json index d800fdafcf..027b54164b 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -1758,7 +1758,22 @@ "productId": "c1a00d88-ead0-46d4-94ab-e72baba100c6", "template": { "vagovprod": false, - "layout": "page-react.html" + "layout": "page-react.html", + "includeBreadcrumbs": true, + "breadcrumbs_override": [ + { + "path": "", + "name": "Va.gov home" + }, + { + "path": "my-va", + "name": "My VA" + }, + { + "path": "welcome-va-setup/review-information/contact-information", + "name": "Add your contact information" + } + ] } } ] From 3eb2057a511c787fcf320cb2eb30a6c3992fd9c5 Mon Sep 17 00:00:00 2001 From: Peri-Ann McLaren <141954992+pmclaren19@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:38:10 -0700 Subject: [PATCH 5/6] CST - Added useLocalStylesAndComponents to the claims-status app (#2360) * add useLocalStylesAndComponents to the claims-status app * update flag placement and registry schema Signed-off-by: Micah Chiang --------- Signed-off-by: Micah Chiang Co-authored-by: Micah Chiang --- src/applications/registry-schema.json | 3 +++ src/applications/registry.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/applications/registry-schema.json b/src/applications/registry-schema.json index f266b1c0eb..e1989878c1 100644 --- a/src/applications/registry-schema.json +++ b/src/applications/registry-schema.json @@ -20,6 +20,9 @@ "rootUrl": { "type": "string" }, + "useLocalStylesAndComponents": { + "type": "boolean" + }, "template": { "type": "object", "properties": { diff --git a/src/applications/registry.json b/src/applications/registry.json index 027b54164b..0f05260b99 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -356,7 +356,8 @@ "title": "Track Claims", "layout": "page-react.html", "description": "Track the status of your VA claims and appeals." - } + }, + "useLocalStylesAndComponents": true }, { "appName": "Letters", From daa51fda315eb924752c6532ede43563b83b8c49 Mon Sep 17 00:00:00 2001 From: Micah Chiang Date: Tue, 19 Nov 2024 21:24:12 -0800 Subject: [PATCH 6/6] remove conditional style.css (#2361) Signed-off-by: Micah Chiang --- src/site/includes/header.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/site/includes/header.html b/src/site/includes/header.html index 54d0bc0f60..c2be000bf6 100644 --- a/src/site/includes/header.html +++ b/src/site/includes/header.html @@ -72,13 +72,7 @@ - {% comment %} - Apps that opt out of the site-wide stylesheet must include a smaller subset of styles - in their application bundle - {% endcomment %} - {% unless useLocalStylesAndComponents %} - - {% endunless %} +