From f2c31bdcd6c9db9da13d70d599846203b9623ee3 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 12 Dec 2022 12:05:05 +0100 Subject: [PATCH] use placeholder list --- .../building/data-containers/planning.tsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index 3d2e8b3a..aa0e7957 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -68,10 +68,23 @@ const PlanningView: React.FunctionComponent = (props) => { allEntryCount={props.building.planning_data ? props.building.planning_data.length : 0} /> - + + {/* will be titled "Other active application info (crowdsourced data)" once active" */} This category is not yet activated. + {/* that is placeholder display, will be replaced by actual code */} +
+
+
    +
  • Year of completion if known
  • +
  • If you know of a planning application that has been recently submitted for this site, and is not listed in the blue box above, please enter its planning application ID below:
  • +
  • If any of the active planning applications are not mapped onto the correct site, please tick here
  • +
+
+
+ { + /* = (props) => { copy={props.copy} disabled={true} /> - { /* on enabling switch it to UserOpinionEntry, remove value and restore userValue*/ } + on enabling switch it to UserOpinionEntry, remove value and restore userValue + */ + }