You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unified visual language from the PEEL page: border-left accent panels,
uppercase panel headers, compact typography, and consistent colour
palette (#2c3e6b primary, category accents) across the main portal,
study skills hub, and all five skill pages.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
html+='We have assessed your essay and here is feedback on your current performance and how you can improve on future assignments. Each section below covers a different aspect of your work. Please read each comment carefully and use the tips to guide your development.';
451
+
// Intro (PEEL panel style)
452
+
html+='<div class="intro-panel">';
453
+
html+='<div class="panel-hdr">About This Feedback</div>';
454
+
html+='<div class="panel-body">We have assessed your essay and here is feedback on your current performance and how you can improve on future assignments. Each section below covers a different aspect of your work. Please read each comment carefully and use the tips to guide your development.</div>';
454
455
html+='</div>';
455
456
456
457
// Feedback sections
@@ -459,10 +460,7 @@ function renderDetail(assignmentId) {
html+='<div class="action-plan-header">\ud83c\udfaf Your Action Plan</div>';
507
+
html+='<div class="action-plan-hdr">\ud83c\udfaf Your Action Plan</div>';
510
508
html+='<div class="action-plan-body">';
511
509
html+='<div class="action-plan-intro">Based on your feedback, here are your priority actions for your next assignment. Tick them off as you work through them.</div>';
0 commit comments