Merge pull request 'Feat(UI/modules): display more module informations' (#3585) from hsjobeki/clan-core:ui-modules into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3585
This commit is contained in:
hsjobeki
2025-05-12 16:21:10 +00:00
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]