Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heading adjustments to AE Design Patterns app Pattern 2 - Orange task #33000

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{

Check warning on line 1 in src/applications/_mock-form-ae-design-patterns/manifest.json

View workflow job for this annotation

GitHub Actions / App Isolation Annotations

Staged Continuous Deployment App Isolation Conflict

*WARNING* This PR contains changes related to an application that is currently not isolated. As of Feb 3, 2025 deployment may no longer be possible for apps that are not isolated. Please isolate this app from other directories in 'src/applications' to prevent future deployment issues. More information on your app's status can be seen here: https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/frontend-support-dashboard/cross-app-import-report Please reach out to Frontend Platform Support with any questions.
"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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PropTypes from 'prop-types';

Check warning on line 1 in src/applications/_mock-form-ae-design-patterns/patterns/pattern2/TaskOrange/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / App Isolation Annotations

Staged Continuous Deployment App Isolation Conflict

*WARNING* This PR contains changes related to an application that is currently not isolated. As of Feb 3, 2025 deployment may no longer be possible for apps that are not isolated. Please isolate this app from other directories in 'src/applications' to prevent future deployment issues. More information on your app's status can be seen here: https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/frontend-support-dashboard/cross-app-import-report Please reach out to Frontend Platform Support with any questions.
import React from 'react';
import { focusElement } from 'platform/utilities/ui';
import FormTitle from 'platform/forms-system/src/js/components/FormTitle';
Expand All @@ -24,15 +24,17 @@
<p>Equal to VA Form 22-1990 (Application for VA Education Benefits).</p>
<div className="subway-map">
<SaveInProgressInfo {...sipProps} route={route} />
<h3>Follow the steps below to apply for education benefits.</h3>
<h2 className="vads-u-font-size--h3">
Follow the steps below to apply for education benefits.
</h2>
<div className="process schemaform-process">
<ol>
<li className="process-step list-one">
<div>
<h4>Prepare</h4>
<h3>Prepare</h3>
</div>
<div>
<h5>To fill out this application, you’ll need your:</h5>
<h4>To fill out this application, you’ll need your:</h4>
</div>
<ul>
<li>Social Security number (required)</li>
Expand All @@ -55,7 +57,7 @@
</a>
.
</p>
<h5>Learn about educational programs</h5>
<h4>Learn about educational programs</h4>
<p>
See what benefits you’ll get at the school you want to attend.{' '}
<a href="/education/gi-bill-comparison-tool/">
Expand All @@ -76,7 +78,7 @@
</li>
<li className="process-step list-three">
<div>
<h4>VA review</h4>
<h3>VA review</h3>
</div>
<p>
We usually process claims within 30 days. We’ll let you know
Expand All @@ -92,7 +94,7 @@
</li>
<li className="process-step list-four">
<div>
<h4>Decision</h4>
<h3>Decision</h3>
</div>
<p>
You’ll get a Certificate of Eligibility (COE), or award
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VA_FORM_IDS } from 'platform/forms/constants';

Check warning on line 1 in src/applications/_mock-form-ae-design-patterns/shared/config/fallbackForm.js

View workflow job for this annotation

GitHub Actions / App Isolation Annotations

Staged Continuous Deployment App Isolation Conflict

*WARNING* This PR contains changes related to an application that is currently not isolated. As of Feb 3, 2025 deployment may no longer be possible for apps that are not isolated. Please isolate this app from other directories in 'src/applications' to prevent future deployment issues. More information on your app's status can be seen here: https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/frontend-support-dashboard/cross-app-import-report Please reach out to Frontend Platform Support with any questions.
import manifest from '../../manifest.json';

import IntroductionPage from '../components/pages/IntroductionPage1010ezr';
Expand Down Expand Up @@ -42,7 +42,7 @@
noAuth:
'Please sign in again to continue your application for mock form ae design patterns benefits.',
},
title: 'Mock Form AE Design Patterns',
title: 'Authenticated Experience Design Patterns',
defaultDefinitions: {},
chapters: {
veteranInformation: {
Expand Down
Loading