From 21d38012f020ebccbf70232ad6ff56d259c6b9ca Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Mon, 9 Jan 2023 15:26:29 +0000 Subject: [PATCH 1/5] Fix Historical Maps not working on certain buildings --- app/src/frontend/building/data-containers/age.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/building/data-containers/age.tsx b/app/src/frontend/building/data-containers/age.tsx index a5026502..49869775 100644 --- a/app/src/frontend/building/data-containers/age.tsx +++ b/app/src/frontend/building/data-containers/age.tsx @@ -245,8 +245,8 @@ const AgeView: React.FunctionComponent = (props) => { This section is under development. - Date: Tue, 10 Jan 2023 11:53:10 +0000 Subject: [PATCH 2/5] Colouring Core Issue 10 --- app/src/frontend/header.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/header.tsx b/app/src/frontend/header.tsx index fdc7ef63..53c4323e 100644 --- a/app/src/frontend/header.tsx +++ b/app/src/frontend/header.tsx @@ -58,11 +58,17 @@ function getCurrentMenuLinks(username: string): MenuLink[][] { text: "Access open code", external: true }, + { + to: "https://github.com/colouring-cities/manual/wiki", + text: "Colouring Cities Open Manual/Wiki", + disabled: false, + external: true + }, { to: "/showcase.html", - text: "View Data Showcase", + text: "Case Study Showcase", disabled: true, - note: "Coming soon" + note: "Not Yet Activated" }, ], [ From 023e708db5681c8f5820eaa2d01d75bbb4c4a996 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Tue, 17 Jan 2023 10:49:28 +0000 Subject: [PATCH 3/5] Add pink button to lifespan section As requested in #1050 --- app/src/frontend/building/data-containers/age.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/src/frontend/building/data-containers/age.tsx b/app/src/frontend/building/data-containers/age.tsx index 49869775..d171e32d 100644 --- a/app/src/frontend/building/data-containers/age.tsx +++ b/app/src/frontend/building/data-containers/age.tsx @@ -135,6 +135,9 @@ const AgeView: React.FunctionComponent = (props) => { /> + @@ -415,6 +418,9 @@ const AgeView: React.FunctionComponent = (props) => { /> + From cd1184cefab974c4d0365c042c46358aa0055c58 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Tue, 17 Jan 2023 11:01:48 +0000 Subject: [PATCH 4/5] Fixes #1042 --- .../frontend/building/data-containers/age.tsx | 52 +++++-------------- 1 file changed, 12 insertions(+), 40 deletions(-) diff --git a/app/src/frontend/building/data-containers/age.tsx b/app/src/frontend/building/data-containers/age.tsx index d171e32d..16fc09c5 100644 --- a/app/src/frontend/building/data-containers/age.tsx +++ b/app/src/frontend/building/data-containers/age.tsx @@ -219,26 +219,6 @@ const AgeView: React.FunctionComponent = (props) => { } - - - - - This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) @@ -261,6 +241,12 @@ const AgeView: React.FunctionComponent = (props) => { copy={props.copy} onChange={props.onChange} /> + ); @@ -502,26 +488,6 @@ const AgeView: React.FunctionComponent = (props) => { } - - - - - This section is under development in collaboration with the historic environment sector. Please let us know your suggestions on the discussion forum! (external link - save your edits first) @@ -544,6 +510,12 @@ const AgeView: React.FunctionComponent = (props) => { copy={props.copy} onChange={props.onChange} /> + ); From 3aa2bd5510eeca8c2737ad4b1edb0ccc6eed59b5 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Tue, 17 Jan 2023 11:37:07 +0000 Subject: [PATCH 5/5] Link to Planning Section Discussions #1048 --- app/src/frontend/building/data-containers/planning.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index ed7c33b9..3b7688dc 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -399,7 +399,7 @@ const PlanningView: React.FunctionComponent = (props) => { {/* will be titled "Other active application info (crowdsourced data)" once active" */} - This category is not yet activated. + This category is not yet activated - Until this section is activated please report inaccuracies or problems on the Discussion Forum. {/* that is placeholder display, will be replaced by actual code */}