feat: initial LMS frontend with adaptive navigation and routing

This commit is contained in:
Flook
2026-05-04 17:44:35 +07:00
commit b4725b184b
17 changed files with 395 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import flet as ft
def progress_page():
return ft.Column([
ft.Text('ความก้าวหน้าของฉัน', size=22),
ft.Text('รายละเอียดความก้าวหน้าของฉัน')
])