project serialization

This commit is contained in:
2026-01-14 09:11:09 +11:00
parent 2355520366
commit da25803519
4 changed files with 140 additions and 5 deletions

View File

@@ -7,9 +7,11 @@ from ui.widgets.project_settings import ProjectSettings
class AppUI(App):
def __init__(self):
def __init__(self, project):
super().__init__()
self.zoom_level = 0.05
self.project = project
def compose(self) -> ComposeResult:
yield Sidebar()