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

Ccfri 4274 closure data lost #606

Merged
merged 12 commits into from
Jan 2, 2025
279 changes: 133 additions & 146 deletions backend/src/components/facility.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions frontend/public/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ input[type="number"] {
background-color: #e5e4e4;
}

.span-label {
color: grey;
font-style: normal;
font-family: "BCSans", Verdana, Arial, sans-serif;
font-size: 14px;
}

div.text-h4,
h4.text-h4,
p.text-h4,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
cols="12"
md="6"
>
<v-card class="blueBorder rounded-lg elevation-4" min-height="230">
<v-card class="blueBorder rounded-lg elevation-4 pb-2" min-height="230">
<v-card-text>
<p v-if="facility?.facilityAccountNumber" class="text-h5 text--primary text-center">
Facility ID: {{ facility?.facilityAccountNumber }}
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/SummaryDeclaration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
:facility-id="facility.facilityId"
:change-rec-guid="facility?.changeRequestId"
:program-year-id="summaryModel?.application?.programYearId"
:is-processing="isProcessing"
@is-summary-valid="isFormComplete"
/>
</v-expansion-panel>
Expand Down Expand Up @@ -443,6 +444,7 @@
</v-row>
</v-card>
</v-row>

<NavButton
v-if="!printableVersion"
:is-submit-displayed="true"
Expand Down
Loading