feat: add PageMeta, animation classes, and layout fixes to remaining pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-09 15:59:51 -04:00
parent d916531af0
commit 742c166738
15 changed files with 28 additions and 22 deletions

View File

@@ -340,7 +340,7 @@ export function SessionDetailPage() {
const outcomeConfig = session.outcome ? OUTCOME_CONFIG[session.outcome] : null
return (
<div className="container mx-auto px-4 py-6 sm:px-6 sm:py-8">
<div className="overflow-y-auto h-full container mx-auto px-4 py-6 sm:px-6 sm:py-8">
{/* Back nav */}
<button
onClick={() => navigate('/sessions')}