set window titles
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
from typing import * # type: ignore
|
||||
|
||||
import rio
|
||||
@@ -9,6 +10,10 @@ from .. import components as comps
|
||||
|
||||
|
||||
class Join(rio.Component):
|
||||
@rio.event.on_populate
|
||||
async def on_populate(self) -> None:
|
||||
await self.session.set_title("EZ GG e.V. - Mitglied werden")
|
||||
|
||||
def build(self) -> rio.Component:
|
||||
return build_page(rio.Column(
|
||||
comps.NewsPost(
|
||||
|
||||
Reference in New Issue
Block a user