Skip to content

Commit

Permalink
24953 - Update NoW Filing Page (#708)
Browse files Browse the repository at this point in the history
* update dependency - filing codes

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* change filingId of withdrawn to number

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* add 2 checkboxes to section 1

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* change the court order section

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* add the 2 check box properties to json

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* update version no

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* update spaces

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

* fix the resume issue

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>

---------

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
  • Loading branch information
ArwenQin authored Dec 19, 2024
1 parent bc2da58 commit cfdf222
Show file tree
Hide file tree
Showing 11 changed files with 254 additions and 282 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "7.4.9",
"version": "7.4.10",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand All @@ -25,7 +25,7 @@
"@bcrs-shared-components/court-order-poa": "2.1.4",
"@bcrs-shared-components/date-picker": "1.2.39",
"@bcrs-shared-components/document-delivery": "1.2.1",
"@bcrs-shared-components/enums": "1.1.17",
"@bcrs-shared-components/enums": "1.1.18",
"@bcrs-shared-components/expandable-help": "1.0.1",
"@bcrs-shared-components/folio-number-input": "1.1.18",
"@bcrs-shared-components/interfaces": "1.1.13",
Expand Down
3 changes: 2 additions & 1 deletion src/assets/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ $app-almost-black: #000014;
$app-bg-lt-blue: #e2e8ee;
$app-blue: #1669bb;
$app-dk-blue: #38598a; // same as the Vuetify theme appDkBlue
$app-lt-red: #fae9e9;
$app-red: #d3272c;
$app-green: #1a9031;
$app-alert: #F8661A;
Expand All @@ -84,4 +85,4 @@ $px-24: 1.5000rem;
$px-28: 1.7500rem;
$px-32: 2.0000rem;
$px-34: 2.1250rem;
$px-36: 2.2500rem;
$px-36: 2.2500rem;
212 changes: 0 additions & 212 deletions src/components/NoticeOfWithdrawal/PlanOfArrangement.vue

This file was deleted.

Loading

0 comments on commit cfdf222

Please sign in to comment.