Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the title parameter to the page decorator. #5

Closed
Daxexs opened this issue Mar 15, 2024 · 0 comments
Closed

Add the title parameter to the page decorator. #5

Daxexs opened this issue Mar 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Daxexs
Copy link
Owner

Daxexs commented Mar 15, 2024

To put the title of each page in a simpler and more visually understandable way.

Example:

@app.page(route="/", title='Flet-Easy')
def index_page(data: fs.Datasy):
    return ft.View(
        route="/",
        controls=[
            ft.Text("Home page"),
        ],
        vertical_alignment=ft.MainAxisAlignment.CENTER,
        horizontal_alignment=ft.CrossAxisAlignment.CENTER,
    )
@Daxexs Daxexs added the enhancement New feature or request label Mar 15, 2024
@Daxexs Daxexs self-assigned this Mar 15, 2024
@Daxexs Daxexs moved this to Backlog in Flet-Easy Development Mar 15, 2024
@Daxexs Daxexs moved this from Backlog to In progress in Flet-Easy Development Mar 15, 2024
Daxexs added a commit that referenced this issue Mar 15, 2024
@Daxexs Daxexs moved this from In progress to In review in Flet-Easy Development Mar 25, 2024
@Daxexs Daxexs moved this from In review to Done in Flet-Easy Development Apr 19, 2024
@Daxexs Daxexs mentioned this issue Apr 20, 2024
@Daxexs Daxexs closed this as completed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant