add contact info to member cards, implement broken mailto link workaround

This commit is contained in:
David Rodenkirchen
2024-05-27 12:23:06 +02:00
parent 833e3ef250
commit e5c71c049e
5 changed files with 50 additions and 12 deletions
+6
View File
@@ -3,6 +3,7 @@ from __future__ import annotations
from pathlib import Path
import rio
from from_root import from_root
from . import pages
from . import components as comps
@@ -99,6 +100,11 @@ themes = [
async def on_session_start(s: rio.Session) -> None:
await s.set_title("EZ GG e.V.")
rio.Icon.register_single_icon(
set_name="custom",
icon_name="steam",
icon_source=from_root("ezgg_website/assets/icons/steam.svg")
)
# Create the Rio app
app = rio.App(