diff --git a/source/frontend/src/components/layout/SideNavBar/__snapshots__/SideNavbar.test.tsx.snap b/source/frontend/src/components/layout/SideNavBar/__snapshots__/SideNavbar.test.tsx.snap index 77157caded..c5a4655b0b 100644 --- a/source/frontend/src/components/layout/SideNavBar/__snapshots__/SideNavbar.test.tsx.snap +++ b/source/frontend/src/components/layout/SideNavBar/__snapshots__/SideNavbar.test.tsx.snap @@ -281,503 +281,6 @@ exports[`SideNavbar display and logic > renders 1`] = ` text-decoration: none; } -.c0 { - z-index: 1000; - position: relative; -} - -.c7 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - height: 100%; -} - -.c7 a { - font-size: 1.7rem; -} - -.c6 { - height: 100%; - overflow-y: auto; - position: absolute; - top: 0; - right: 0; - background-color: white; - z-index: -1; - width: 64rem; - padding: 0.8rem 1.6rem; - text-align: left; - -webkit-transition: -webkit-transform 0.3s ease-in-out; - -webkit-transition: transform 0.3s ease-in-out; - transition: transform 0.3s ease-in-out; - box-shadow: 0.3rem 0 0.4rem rgba(0,0,0,0.2); -} - -.c6.show { - -webkit-transform: translateX(64rem); - -ms-transform: translateX(64rem); - transform: translateX(64rem); -} - -.c2 { - width: 100%; - margin-bottom: 2rem; - fill: #f2f2f2; -} - -.c2:hover label { - color: #8ec6ff; -} - -.c2:hover svg { - fill: #8ec6ff; -} - -.c3 { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.c3 svg { - fill: white; - min-width: -webkit-max-content; - min-width: -moz-max-content; - min-width: max-content; -} - -.c3.active svg, -.c3.active svg g, -.c3.active svg g path { - fill: #fdb913; -} - -@media (max-width:1225px) { - .c6 { - width: 32rem; - } - - .c6.show { - -webkit-transform: translateX(32rem); - -ms-transform: translateX(32rem); - transform: translateX(32rem); - } -} - -
-
-
-
-
- - - - - -
-
-
-
-
-
-`; - -exports[`SideNavbar display and logic > renders 2`] = ` -.c4.btn { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - padding: 0.4rem 1.2rem; - border: 0.2rem solid transparent; - border-radius: 0.4rem; - text-align: center; - -webkit-text-decoration: none; - text-decoration: none; - font-size: 1.8rem; - font-family: 'BCSans','Noto Sans',Verdana,Arial,sans-serif; - font-weight: 700; - -webkit-letter-spacing: 0.1rem; - -moz-letter-spacing: 0.1rem; - -ms-letter-spacing: 0.1rem; - letter-spacing: 0.1rem; - cursor: pointer; -} - -.c4.btn .Button__value { - width: auto; -} - -.c4.btn:hover { - -webkit-text-decoration: underline; - text-decoration: underline; - opacity: 0.8; -} - -.c4.btn:focus { - outline-width: 2px; - outline-style: solid; - outline-color: #2E5DD7; - outline-offset: 2px; - box-shadow: none; -} - -.c4.btn.btn-primary { - color: #FFFFFF; - background-color: #013366; -} - -.c4.btn.btn-primary:hover, -.c4.btn.btn-primary:active, -.c4.btn.btn-primary:focus { - background-color: #1E5189; -} - -.c4.btn.btn-secondary { - color: #013366; - background: none; - border-color: #013366; -} - -.c4.btn.btn-secondary:hover, -.c4.btn.btn-secondary:active, -.c4.btn.btn-secondary:focus { - color: #FFFFFF; - background-color: #013366; -} - -.c4.btn.btn-info { - color: #9F9D9C; - border: none; - background: none; - padding-left: 0.6rem; - padding-right: 0.6rem; -} - -.c4.btn.btn-info:hover, -.c4.btn.btn-info:active, -.c4.btn.btn-info:focus { - color: var(--surface-color-primary-button-hover); - background: none; -} - -.c4.btn.btn-light { - color: #FFFFFF; - background-color: #606060; - border: none; -} - -.c4.btn.btn-light:hover, -.c4.btn.btn-light:active, -.c4.btn.btn-light:focus { - color: #FFFFFF; - background-color: #606060; -} - -.c4.btn.btn-dark { - color: #FFFFFF; - background-color: #474543; - border: none; -} - -.c4.btn.btn-dark:hover, -.c4.btn.btn-dark:active, -.c4.btn.btn-dark:focus { - color: #FFFFFF; - background-color: #474543; -} - -.c4.btn.btn-danger { - color: #FFFFFF; - background-color: #CE3E39; -} - -.c4.btn.btn-danger:hover, -.c4.btn.btn-danger:active, -.c4.btn.btn-danger:focus { - color: #FFFFFF; - background-color: #CE3E39; -} - -.c4.btn.btn-warning { - color: #FFFFFF; - background-color: #FCBA19; - border-color: #FCBA19; -} - -.c4.btn.btn-warning:hover, -.c4.btn.btn-warning:active, -.c4.btn.btn-warning:focus { - color: #FFFFFF; - border-color: #FCBA19; - background-color: #FCBA19; -} - -.c4.btn.btn-link { - font-size: 1.6rem; - font-weight: 400; - color: var(--surface-color-primary-button-default); - background: none; - border: none; - -webkit-text-decoration: none; - text-decoration: none; - min-height: 2.5rem; - line-height: 3rem; - -webkit-box-pack: left; - -webkit-justify-content: left; - -ms-flex-pack: left; - justify-content: left; - -webkit-letter-spacing: unset; - -moz-letter-spacing: unset; - -ms-letter-spacing: unset; - letter-spacing: unset; - text-align: left; - padding: 0; - -webkit-text-decoration: underline; - text-decoration: underline; -} - -.c4.btn.btn-link:hover, -.c4.btn.btn-link:active, -.c4.btn.btn-link:focus { - color: var(--surface-color-primary-button-hover); - -webkit-text-decoration: underline; - text-decoration: underline; - border: none; - background: none; - box-shadow: none; - outline: none; -} - -.c4.btn.btn-link:disabled, -.c4.btn.btn-link.disabled { - color: #9F9D9C; - background: none; - pointer-events: none; -} - -.c4.btn:disabled, -.c4.btn:disabled:hover { - color: #9F9D9C; - background-color: #EDEBE9; - box-shadow: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - pointer-events: none; - cursor: not-allowed; -} - -.c4.Button .Button__icon { - margin-right: 1.6rem; -} - -.c4.Button--icon-only:focus { - outline: none; -} - -.c4.Button--icon-only .Button__icon { - margin-right: 0; -} - -.c5.btn.btn-light.Button { - padding: 0; - border: 0.1rem solid #9F9D9C; - background-color: white; - color: #474543; -} - -.c5.btn.btn-light.Button:focus, -.c5.btn.btn-light.Button:active { - background-color: white; - color: #474543; -} - -.c5.btn, -.c5 .Button__icon, -.c5 svg { - max-width: 2.4rem; - min-width: 2.4rem; - max-height: 2.4rem; - min-height: 2.4rem; - font-size: 1.4rem; -} - -.c1 { - height: 100%; - overflow-y: auto; - overflow-x: hidden; - padding-top: 1.5rem; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - -webkit-align-items: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - grid-area: iconbar; - background-color: #003366; - -webkit-transition: 0.5s width; - transition: 0.5s width; - width: 6rem; -} - -.c1 label { - color: white; - min-width: 8rem; -} - -.c1.expanded { - width: 16rem; -} - -.c1 .nav-item svg { - min-width: 2.4rem; -} - -.c1 .to-bottom { - margin-top: auto; - margin-bottom: 1.6rem; -} - -.c1 .nav-link { - padding: 0.8rem 1.6rem; -} - -.c1 .nav-link:hover { - -webkit-text-decoration: none; - text-decoration: none; -} - .c0 { z-index: 1000; position: relative; diff --git a/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/AcquisitionSearchResults.test.tsx b/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/AcquisitionSearchResults.test.tsx index ad291eb68d..b4e36fffca 100644 --- a/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/AcquisitionSearchResults.test.tsx +++ b/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/AcquisitionSearchResults.test.tsx @@ -65,7 +65,7 @@ describe('Acquisition Search Results Table', () => { const { getByText, findAllByText } = setup({ results: [] }); await findAllByText('No matching results can be found. Try widening your search criteria.'); - expect(getByText('Owner')).toBeVisible(); + expect(getByText('Owners')).toBeVisible(); }); it('displays alternate project', async () => { diff --git a/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/__snapshots__/AcquisitionSearchResults.test.tsx.snap b/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/__snapshots__/AcquisitionSearchResults.test.tsx.snap index 5f5eaf3be8..c6e1c0ea41 100644 --- a/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/__snapshots__/AcquisitionSearchResults.test.tsx.snap +++ b/source/frontend/src/features/acquisition/list/AcquisitionSearchResults/__snapshots__/AcquisitionSearchResults.test.tsx.snap @@ -231,7 +231,7 @@ exports[`Acquisition Search Results Table > matches snapshot 1`] = `
- Owner + Owners
matches snapshot 1`] = `
- Civic Address / PID / PIN + Civic address / PID / PIN
[] = [ }, }, { - Header: 'Owner', + Header: 'Owners', accessor: 'owners', align: 'left', clickable: true, @@ -188,7 +188,7 @@ export const columns: ColumnWithProps[] = [ }, }, { - Header: 'Civic Address / PID / PIN', + Header: 'Civic address / PID / PIN', accessor: 'fileProperties', align: 'left', maxWidth: 40, diff --git a/source/frontend/src/features/admin/users/__snapshots__/ManageUsersPage.test.tsx.snap b/source/frontend/src/features/admin/users/__snapshots__/ManageUsersPage.test.tsx.snap index 7c4db221c4..613384b209 100644 --- a/source/frontend/src/features/admin/users/__snapshots__/ManageUsersPage.test.tsx.snap +++ b/source/frontend/src/features/admin/users/__snapshots__/ManageUsersPage.test.tsx.snap @@ -1031,7 +1031,7 @@ exports[`Manage Users Component > Snapshot matches 1`] = `
- Email + E-mail
Snapshot matches 1`] = `
- MOTT region(s) + MOTT region
void): ColumnWithProps[] sortable: true, }, { - Header: 'Email', + Header: 'E-mail', accessor: 'email', align: 'left', clickable: true, @@ -83,7 +83,7 @@ export const getUserColumns = (refresh: () => void): ColumnWithProps[] }, }, { - Header: 'MOTT region(s)', + Header: 'MOTT region', accessor: 'regions', align: 'left', clickable: true, diff --git a/source/frontend/src/features/disposition/list/DispositionSearchResults/__snapshots__/DispositionSearchResults.test.tsx.snap b/source/frontend/src/features/disposition/list/DispositionSearchResults/__snapshots__/DispositionSearchResults.test.tsx.snap index e8d1bcf947..cb0b62cc9f 100644 --- a/source/frontend/src/features/disposition/list/DispositionSearchResults/__snapshots__/DispositionSearchResults.test.tsx.snap +++ b/source/frontend/src/features/disposition/list/DispositionSearchResults/__snapshots__/DispositionSearchResults.test.tsx.snap @@ -72,7 +72,7 @@ exports[`Disposition search results table > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 25 0 auto; min-width: 30px; width: 25px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 25 0 auto; min-width: 30px; width: 25px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = `
- Team member + Team members
matches snapshot 1`] = `
- Civic Address / PID / PIN + Civic address / PID / PIN
matches snapshot 1`] = `
matches snapshot 1`] = `
FILE_REFERENCE 8128827 3EAD56A @@ -480,7 +480,7 @@ exports[`Disposition search results table > matches snapshot 1`] = `
[] = [ clickable: true, sortable: true, width: 10, - maxWidth: 20, + maxWidth: 25, Cell: (props: CellProps) => { const { hasClaim } = useKeycloakWrapper(); if (hasClaim(Claims.DISPOSITION_VIEW)) { @@ -50,7 +50,7 @@ export const columns: ColumnWithProps[] = [ clickable: true, sortable: true, width: 10, - maxWidth: 20, + maxWidth: 25, }, { Header: 'Disposition file name', @@ -77,7 +77,7 @@ export const columns: ColumnWithProps[] = [ maxWidth: 20, }, { - Header: 'Team member', + Header: 'Team members', accessor: 'dispositionTeam', align: 'left', clickable: true, @@ -138,7 +138,7 @@ export const columns: ColumnWithProps[] = [ }, }, { - Header: 'Civic Address / PID / PIN', + Header: 'Civic address / PID / PIN', accessor: 'fileProperties', align: 'left', Cell: (props: CellProps) => { @@ -159,7 +159,7 @@ export const columns: ColumnWithProps[] = [ clickable: true, sortable: true, width: 10, - maxWidth: 20, + maxWidth: 25, }, { Header: 'Status', diff --git a/source/frontend/src/features/disposition/list/__snapshots__/DispositionListView.test.tsx.snap b/source/frontend/src/features/disposition/list/__snapshots__/DispositionListView.test.tsx.snap index f2159ed3d2..dc4f1e03c8 100644 --- a/source/frontend/src/features/disposition/list/__snapshots__/DispositionListView.test.tsx.snap +++ b/source/frontend/src/features/disposition/list/__snapshots__/DispositionListView.test.tsx.snap @@ -929,7 +929,7 @@ exports[`Disposition List View > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 25 0 auto; min-width: 30px; width: 25px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 25 0 auto; min-width: 30px; width: 25px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = `
- Team member + Team members
matches snapshot 1`] = `
- Civic Address / PID / PIN + Civic address / PID / PIN
matches snapshot 1`] = `
matches snapshot 1`] = `
FILE_REFERENCE 8128827 3EAD56A @@ -1337,7 +1337,7 @@ exports[`Disposition List View > matches snapshot 1`] = `
[] = [ { - Header: 'L-File Number', + Header: 'L-File number', accessor: 'lFileNo', align: 'right', clickable: true, @@ -36,7 +36,7 @@ const columns: ColumnWithProps[] = [ ), }, { - Header: 'Expiry Date', + Header: 'Expiry date', accessor: 'expiryDate', align: 'left', sortable: true, @@ -75,7 +75,7 @@ const columns: ColumnWithProps[] = [ }, }, { - Header: 'Program Name', + Header: 'Program name', accessor: 'programName', align: 'left', sortable: true, @@ -83,7 +83,7 @@ const columns: ColumnWithProps[] = [ maxWidth: 60, }, { - Header: 'Tenant Names', + Header: 'Tenant names', align: 'left', width: 40, maxWidth: 100, @@ -101,7 +101,7 @@ const columns: ColumnWithProps[] = [ }, }, { - Header: 'Account Type', + Header: 'Account type', align: 'left', sortable: false, width: 25, @@ -110,7 +110,7 @@ const columns: ColumnWithProps[] = [ Cell: renderTypeCode, }, { - Header: 'Properties', + Header: 'Civic address / PID / PIN', align: 'left', width: 75, Cell: (props: CellProps) => { @@ -125,7 +125,7 @@ const columns: ColumnWithProps[] = [ }, }, { - Header: 'Historical File #', + Header: 'Historical file #', align: 'left', clickable: false, sortable: false, diff --git a/source/frontend/src/features/leases/list/LeaseSearchResults/__snapshots__/LeaseSearchResults.test.tsx.snap b/source/frontend/src/features/leases/list/LeaseSearchResults/__snapshots__/LeaseSearchResults.test.tsx.snap index 9b74eb9e85..5c9f948d79 100644 --- a/source/frontend/src/features/leases/list/LeaseSearchResults/__snapshots__/LeaseSearchResults.test.tsx.snap +++ b/source/frontend/src/features/leases/list/LeaseSearchResults/__snapshots__/LeaseSearchResults.test.tsx.snap @@ -81,7 +81,7 @@ exports[`Lease Search Results Table > matches snapshot 1`] = `
- L-File Number + L-File number
matches snapshot 1`] = `
- Expiry Date + Expiry date
matches snapshot 1`] = `
- Program Name + Program name
matches snapshot 1`] = `
- Tenant Names + Tenant names
matches snapshot 1`] = `
- Account Type + Account type
matches snapshot 1`] = `
- Properties + Civic address / PID / PIN
matches snapshot 1`] = `
- Historical File # + Historical file #
matches snapshot 1`] = `
- L-File Number + L-File number
matches snapshot 1`] = `
- Expiry Date + Expiry date
matches snapshot 1`] = `
- Program Name + Program name
matches snapshot 1`] = `
- Tenant Names + Tenant names
matches snapshot 1`] = `
- Account Type + Account type
matches snapshot 1`] = `
- Properties + Civic address / PID / PIN
matches snapshot 1`] = `
- Historical File # + Historical file #
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 30 0 auto; min-width: 30px; width: 30px; justify-content: center; text-align: center; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 30 0 auto; min-width: 30px; width: 30px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = `
- Region(s) + MOTT region
- Historical File # + Historical file #
matches snapshot 1`] = `
- Civic Address / PID / PIN + Civic address / PID / PIN
matches snapshot 1`] = `
matches snapshot 1`] = `
[] = [ { Header: 'Description', accessor: 'description', - align: 'center', + align: 'left', clickable: true, sortable: true, width: 20, @@ -61,7 +61,7 @@ export const columns: ColumnWithProps[] = [ maxWidth: 40, }, { - Header: 'Region(s)', + Header: 'MOTT region', accessor: 'regionCodes', align: 'left', clickable: true, @@ -70,16 +70,16 @@ export const columns: ColumnWithProps[] = [ maxWidth: 40, }, { - Header: 'Historical File #', + Header: 'Historical file #', accessor: 'legacyFileNum', - align: 'left', + align: 'right', clickable: true, sortable: true, width: 10, maxWidth: 20, }, { - Header: 'Civic Address / PID / PIN', + Header: 'Civic address / PID / PIN', accessor: 'properties', align: 'left', maxWidth: 40, diff --git a/source/frontend/src/features/management/list/ManagementSearchResults/__snapshots__/ManagementSearchResults.test.tsx.snap b/source/frontend/src/features/management/list/ManagementSearchResults/__snapshots__/ManagementSearchResults.test.tsx.snap index 5590683988..69baad4977 100644 --- a/source/frontend/src/features/management/list/ManagementSearchResults/__snapshots__/ManagementSearchResults.test.tsx.snap +++ b/source/frontend/src/features/management/list/ManagementSearchResults/__snapshots__/ManagementSearchResults.test.tsx.snap @@ -56,7 +56,7 @@ exports[`Management search results table > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: center; text-align: center; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
- Historical File # + Historical file #
matches snapshot 1`] = `
- Team member + Team members
matches snapshot 1`] = `
- Civic Address / PID / PIN + Civic address / PID / PIN
matches snapshot 1`] = `
M-1 @@ -369,7 +369,7 @@ exports[`Management search results table > matches snapshot 1`] = `
legacyfile321 diff --git a/source/frontend/src/features/management/list/ManagementSearchResults/columns.tsx b/source/frontend/src/features/management/list/ManagementSearchResults/columns.tsx index bdb8ca51fc..cd9d1534ae 100644 --- a/source/frontend/src/features/management/list/ManagementSearchResults/columns.tsx +++ b/source/frontend/src/features/management/list/ManagementSearchResults/columns.tsx @@ -26,7 +26,7 @@ export const columns: ColumnWithProps[] = [ { Header: 'Management file #', accessor: 'managementFileId', - align: 'center', + align: 'right', clickable: true, sortable: true, width: 10, @@ -66,9 +66,9 @@ export const columns: ColumnWithProps[] = [ stringToFragment(props.row.original.regionCode), }, { - Header: 'Historical File #', + Header: 'Historical file #', accessor: 'legacyFileNum', - align: 'left', + align: 'right', clickable: true, sortable: true, width: 10, @@ -98,7 +98,7 @@ export const columns: ColumnWithProps[] = [ maxWidth: 40, }, { - Header: 'Team member', + Header: 'Team members', accessor: 'managementTeam', align: 'left', clickable: true, @@ -159,7 +159,7 @@ export const columns: ColumnWithProps[] = [ }, }, { - Header: 'Civic Address / PID / PIN', + Header: 'Civic address / PID / PIN', accessor: 'fileProperties', align: 'left', Cell: (props: CellProps) => { diff --git a/source/frontend/src/features/management/list/__snapshots__/ManagementListView.test.tsx.snap b/source/frontend/src/features/management/list/__snapshots__/ManagementListView.test.tsx.snap index 26970b782a..97f99c3104 100644 --- a/source/frontend/src/features/management/list/__snapshots__/ManagementListView.test.tsx.snap +++ b/source/frontend/src/features/management/list/__snapshots__/ManagementListView.test.tsx.snap @@ -914,7 +914,7 @@ exports[`Management List View > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: center; text-align: center; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
- Historical File # + Historical file #
matches snapshot 1`] = `
- Team member + Team members
matches snapshot 1`] = `
- Civic Address / PID / PIN + Civic address / PID / PIN
matches snapshot 1`] = `
matches snapshot 1`] = `
legacyfile321 diff --git a/source/frontend/src/features/projects/list/ProjectSearchResults/__snapshots__/ProjectSearchResults.test.tsx.snap b/source/frontend/src/features/projects/list/ProjectSearchResults/__snapshots__/ProjectSearchResults.test.tsx.snap index 373add66a5..ca9610e295 100644 --- a/source/frontend/src/features/projects/list/ProjectSearchResults/__snapshots__/ProjectSearchResults.test.tsx.snap +++ b/source/frontend/src/features/projects/list/ProjectSearchResults/__snapshots__/ProjectSearchResults.test.tsx.snap @@ -52,7 +52,7 @@ exports[`Project Search Results Table > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: center; text-align: center; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = `
- Region + MOTT region
[] = [ { Header: 'Project #', accessor: 'code', - align: 'center', + align: 'right', clickable: false, sortable: true, width: 5, @@ -36,7 +36,7 @@ export const columns: ColumnWithProps[] = [ ), }, { - Header: 'Region', + Header: 'MOTT region', accessor: 'region', align: 'left', clickable: false, diff --git a/source/frontend/src/features/projects/list/__snapshots__/ProjectListView.test.tsx.snap b/source/frontend/src/features/projects/list/__snapshots__/ProjectListView.test.tsx.snap index ec6cb0ce57..a14a832156 100644 --- a/source/frontend/src/features/projects/list/__snapshots__/ProjectListView.test.tsx.snap +++ b/source/frontend/src/features/projects/list/__snapshots__/ProjectListView.test.tsx.snap @@ -594,7 +594,7 @@ exports[`Project List View > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: center; text-align: center; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = `
- Region + MOTT region
matches snapshot 1`] = `
- Historical File # + Historical file #
matches snapshot 1`] = `
- Civic Address + Civic address
matches snapshot 1`] = `
- Lot Size (in ha) + Lot size (in ha)
matches snapshot 1`] = `
- Tenure Cleanup + Tenure cleanup formatSplitAddress( p.streetAddress1, @@ -119,7 +119,7 @@ export const columns = ({ }, }, { - Header: 'Lot Size (in\u00A0ha)', + Header: 'Lot size (in\u00A0ha)', Cell: (props: CellProps) => { const landArea = props.row.original.landArea ?? 0; const landUnitCode = props.row.original.propertyAreaUnitTypeCode; @@ -178,7 +178,7 @@ export const columns = ({ { Header: () => ( <> - Tenure Cleanup + Tenure cleanup [] = [ { Header: 'File name', accessor: 'name', - align: 'right', + align: 'left', clickable: true, sortable: true, width: 10, @@ -45,7 +45,7 @@ const columns: ColumnWithProps[] = [ { Header: 'MOTT region', accessor: 'fileProperties', - align: 'right', + align: 'left', clickable: true, width: 10, maxWidth: 20, @@ -57,7 +57,7 @@ const columns: ColumnWithProps[] = [ { Header: 'Created by', accessor: 'appCreateUserid', - align: 'right', + align: 'left', clickable: true, sortable: true, width: 10, @@ -66,7 +66,7 @@ const columns: ColumnWithProps[] = [ { Header: 'Created date', accessor: 'appCreateTimestamp', - align: 'right', + align: 'left', clickable: true, sortable: true, width: 10, @@ -76,7 +76,7 @@ const columns: ColumnWithProps[] = [ { Header: 'Last updated by', accessor: 'appLastUpdateUserid', - align: 'right', + align: 'left', clickable: true, sortable: true, width: 10, @@ -85,7 +85,7 @@ const columns: ColumnWithProps[] = [ { Header: 'Last updated date', accessor: 'appLastUpdateTimestamp', - align: 'right', + align: 'left', clickable: true, sortable: true, width: 10, @@ -95,7 +95,7 @@ const columns: ColumnWithProps[] = [ { Header: 'Status', accessor: 'researchFileStatusTypeCode', - align: 'right', + align: 'left', clickable: true, sortable: true, width: 10, diff --git a/source/frontend/src/features/research/list/ResearchSearchResults/__snapshots__/ResearchSearchResults.test.tsx.snap b/source/frontend/src/features/research/list/ResearchSearchResults/__snapshots__/ResearchSearchResults.test.tsx.snap index 5332742218..4ffd24e889 100644 --- a/source/frontend/src/features/research/list/ResearchSearchResults/__snapshots__/ResearchSearchResults.test.tsx.snap +++ b/source/frontend/src/features/research/list/ResearchSearchResults/__snapshots__/ResearchSearchResults.test.tsx.snap @@ -118,7 +118,7 @@ exports[`Research Search Results Table > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = `
South Coast Region @@ -460,7 +460,7 @@ exports[`Research Search Results Table > matches snapshot 1`] = `
admin @@ -468,7 +468,7 @@ exports[`Research Search Results Table > matches snapshot 1`] = `
Sep 2, 2022 @@ -476,7 +476,7 @@ exports[`Research Search Results Table > matches snapshot 1`] = `
admin @@ -484,7 +484,7 @@ exports[`Research Search Results Table > matches snapshot 1`] = `
Sep 2, 2022 @@ -492,7 +492,7 @@ exports[`Research Search Results Table > matches snapshot 1`] = `
diff --git a/source/frontend/src/features/research/list/__snapshots__/ResearchListView.test.tsx.snap b/source/frontend/src/features/research/list/__snapshots__/ResearchListView.test.tsx.snap index 439eaaec02..72c40a3ff7 100644 --- a/source/frontend/src/features/research/list/__snapshots__/ResearchListView.test.tsx.snap +++ b/source/frontend/src/features/research/list/__snapshots__/ResearchListView.test.tsx.snap @@ -1008,7 +1008,7 @@ exports[`Research List View > matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = ` class="th" colspan="1" role="columnheader" - style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: right; text-align: right; flex-wrap: wrap; align-items: center; display: flex;" + style="box-sizing: border-box; flex: 20 0 auto; min-width: 30px; width: 20px; justify-content: left; text-align: left; flex-wrap: wrap; align-items: center; display: flex;" >
matches snapshot 1`] = `
name @@ -1345,7 +1345,7 @@ exports[`Research List View > matches snapshot 1`] = `
Southern Interior Region, South Coast Region @@ -1353,7 +1353,7 @@ exports[`Research List View > matches snapshot 1`] = `
dbo @@ -1361,7 +1361,7 @@ exports[`Research List View > matches snapshot 1`] = `
Dec 31, 2019 @@ -1369,7 +1369,7 @@ exports[`Research List View > matches snapshot 1`] = `
dbo @@ -1377,7 +1377,7 @@ exports[`Research List View > matches snapshot 1`] = `
Dec 31, 2020 @@ -1385,7 +1385,7 @@ exports[`Research List View > matches snapshot 1`] = `
@@ -1429,7 +1429,7 @@ exports[`Research List View > matches snapshot 1`] = `
name @@ -1437,13 +1437,13 @@ exports[`Research List View > matches snapshot 1`] = `
dbo @@ -1451,7 +1451,7 @@ exports[`Research List View > matches snapshot 1`] = `
Feb 1, 2020 @@ -1459,7 +1459,7 @@ exports[`Research List View > matches snapshot 1`] = `
dbo @@ -1467,7 +1467,7 @@ exports[`Research List View > matches snapshot 1`] = `
Feb 1, 2021 @@ -1475,7 +1475,7 @@ exports[`Research List View > matches snapshot 1`] = `
@@ -1519,7 +1519,7 @@ exports[`Research List View > matches snapshot 1`] = `
test file name 1 @@ -1527,13 +1527,13 @@ exports[`Research List View > matches snapshot 1`] = `
dbo @@ -1541,7 +1541,7 @@ exports[`Research List View > matches snapshot 1`] = `
Mar 2, 2020 @@ -1549,7 +1549,7 @@ exports[`Research List View > matches snapshot 1`] = `
dbo @@ -1557,7 +1557,7 @@ exports[`Research List View > matches snapshot 1`] = `
Apr 3, 2020 @@ -1565,7 +1565,7 @@ exports[`Research List View > matches snapshot 1`] = `
@@ -1609,7 +1609,7 @@ exports[`Research List View > matches snapshot 1`] = `
name @@ -1617,13 +1617,13 @@ exports[`Research List View > matches snapshot 1`] = `
createUser @@ -1631,7 +1631,7 @@ exports[`Research List View > matches snapshot 1`] = `
May 4, 2020 @@ -1639,7 +1639,7 @@ exports[`Research List View > matches snapshot 1`] = `
dbo @@ -1647,7 +1647,7 @@ exports[`Research List View > matches snapshot 1`] = `
Jun 5, 2020 @@ -1655,7 +1655,7 @@ exports[`Research List View > matches snapshot 1`] = `
@@ -1699,7 +1699,7 @@ exports[`Research List View > matches snapshot 1`] = `
name @@ -1707,13 +1707,13 @@ exports[`Research List View > matches snapshot 1`] = `
a user @@ -1721,7 +1721,7 @@ exports[`Research List View > matches snapshot 1`] = `
May 4, 2020 @@ -1729,7 +1729,7 @@ exports[`Research List View > matches snapshot 1`] = `
updateUser @@ -1737,7 +1737,7 @@ exports[`Research List View > matches snapshot 1`] = `
Jun 5, 2020 @@ -1745,7 +1745,7 @@ exports[`Research List View > matches snapshot 1`] = `