Substantial refinement/polish on content of webpage (not just structural/coding elements)
This commit is contained in:
@@ -4,7 +4,6 @@ import Sidebar from './Sidebar'
|
||||
import { CommandPalette } from './CommandPalette'
|
||||
import { DetailPanel } from './DetailPanel'
|
||||
import { PatientSummaryTile } from './tiles/PatientSummaryTile'
|
||||
import { ProjectsTile } from './tiles/ProjectsTile'
|
||||
import { ParentSection } from './ParentSection'
|
||||
import CareerConstellation from './constellation/CareerConstellation'
|
||||
import { TimelineInterventionsSubsection } from './TimelineInterventionsSubsection'
|
||||
@@ -210,7 +209,7 @@ export function DashboardLayout() {
|
||||
initial="hidden"
|
||||
animate="visible"
|
||||
variants={sidebarVariants}
|
||||
style={{ flexShrink: 0 }}
|
||||
style={{ flexShrink: 0, height: '100%' }}
|
||||
>
|
||||
<Sidebar
|
||||
activeSection={activeSection}
|
||||
@@ -237,9 +236,6 @@ export function DashboardLayout() {
|
||||
<PatientSummaryTile />
|
||||
</div>
|
||||
|
||||
{/* ProjectsTile — full width */}
|
||||
<ProjectsTile />
|
||||
|
||||
{/* Patient Pathway — parent section with constellation graph + subsections */}
|
||||
<ParentSection title="Patient Pathway" tileId="patient-pathway">
|
||||
<div className="pathway-columns">
|
||||
|
||||
Reference in New Issue
Block a user