Substantial refinement/polish on content of webpage (not just structural/coding elements)

This commit is contained in:
2026-02-17 14:05:32 +00:00
parent 38e40d36c0
commit 82db5fda54
98 changed files with 19572 additions and 22192 deletions
+1 -5
View File
@@ -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">