refactor: restructure api module and implement articles pagination with dynamic routing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import flet as ft
|
||||
|
||||
def progress_page():
|
||||
def progress_page(page: ft.Page):
|
||||
return ft.Column([
|
||||
ft.Text('ความก้าวหน้าของฉัน', size=22),
|
||||
ft.Text('รายละเอียดความก้าวหน้าของฉัน')
|
||||
|
||||
Reference in New Issue
Block a user