feat: Implement initial frontend for admin and instructor roles, including dashboards, course management, authentication, and core services.

This commit is contained in:
Missez 2026-02-06 14:58:41 +07:00
parent 832a8f5067
commit 127b63de49
16 changed files with 1505 additions and 102 deletions

View file

@ -29,7 +29,7 @@
Chapter {{ chapter.sort_order }}: {{ chapter.title.th }}
</div>
<div class="text-sm text-gray-500 mt-1">
{{ chapter.lessons.length }} บทเรยน · {{ getChapterDuration(chapter) }} นาท
{{ chapter.lessons.length }} บทเรยน
</div>
</div>
</div>
@ -53,9 +53,6 @@
Lesson {{ chapter.sort_order }}.{{ lesson.sort_order }}: {{ lesson.title.th }}
</q-item-label>
</q-item-section>
<q-item-section side>
<span class="text-sm text-gray-500">{{ lesson.duration_minutes }} นาท</span>
</q-item-section>
</q-item>
</q-list>
</q-card>