orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

Standardise padding #140

Closed AllanEngland closed 1 month ago

AllanEngland commented 2 months ago

From what Darren said "Some of the pages have padding e.g., Justifications, but others do not e.g., Targets. " all of these panels/pages should follow the same layout.

AllanEngland commented 1 month ago

I've created a wrapper element for panels and refactored some of the existing ones as the names weren't great.

So now a basic panel layout looks like this

<PanelFrame>
      <EditorPanelHeader proposalCode={Number(selectedProposalCode)} panelHeading={"Example panel"}/>
      //Do some stuff here...
</PanelFrame>