Feat(UI/modules): display more module informations

This commit is contained in:
Johannes Kirschbauer
2025-05-12 18:09:42 +02:00
parent f1a197ddb2
commit 96d6ae68b7
3 changed files with 35 additions and 34 deletions

View File

@@ -143,6 +143,8 @@ def get_roles(module_path: Path) -> None | list[str]:
class ModuleManifest(TypedDict):
name: str
description: str
categories: list[str]
features: dict[str, bool]