Skip to content

Commit

Permalink
Ccfri 4274 closure data lost (#606)
Browse files Browse the repository at this point in the history
* fixed bug where date removal was not obeying the index key. Also fixed ccfri summary dec to work better while checking errors

* remove unused import

* add default font family
  • Loading branch information
jenbeckett authored Jan 2, 2025
1 parent b80160c commit e69a140
Show file tree
Hide file tree
Showing 8 changed files with 328 additions and 380 deletions.
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

0 comments on commit e69a140

Please sign in to comment.