From 43f1cf9fe5801db0b49088f017ae86da05c508d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Fri, 29 Aug 2025 21:22:44 +0300 Subject: [PATCH] Classroom Responsive hale getirildi. --- .../classroom/planning/QuickActions.tsx | 4 +- ui/src/views/classroom/PlanningPage.tsx | 50 ++++++++----------- 2 files changed, 23 insertions(+), 31 deletions(-) diff --git a/ui/src/components/classroom/planning/QuickActions.tsx b/ui/src/components/classroom/planning/QuickActions.tsx index 1c7a4c8c..5a41066b 100644 --- a/ui/src/components/classroom/planning/QuickActions.tsx +++ b/ui/src/components/classroom/planning/QuickActions.tsx @@ -122,7 +122,7 @@ export const QuickActions: React.FC = ({ {/* Selected Students */} {selectedStudents.length > 0 && ( - +
{selectedStudents.map((student) => (
= ({
))} - +
)} diff --git a/ui/src/views/classroom/PlanningPage.tsx b/ui/src/views/classroom/PlanningPage.tsx index b6623b9e..eca3903c 100644 --- a/ui/src/views/classroom/PlanningPage.tsx +++ b/ui/src/views/classroom/PlanningPage.tsx @@ -166,27 +166,24 @@ const ClassroomPlannerPage: React.FC = () => { titleTemplate="%s | Kurs Platform" title={translate('::' + 'App.Classroom.Planning')} defaultTitle="Kurs Platform" - > + /> {/* Header */} -
-
-
-
- -

Sınıf Planlama

-
+
+
+
+ +

Sınıf Planlama

- -
+
- -
-
+
{/* Left Sidebar - Student List */} -
+
-

+

Öğrenciler ({unassignedStudents.length})

- -
+
{ placeholder="Öğrenci ara..." value={searchQuery} onChange={(e) => setSearchQuery(e.target.value)} - className="w-full p-1 pl-8 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary" + className="w-full p-1 pl-8 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary text-sm" />
- {
-

+

Sınıflar

- -
+
{
- {/* Seat Grid */} -
+
{selectedClassroom && ( {
{/* Right Sidebar - Quick Actions */} -
+