collections: Add initial UI

This commit is contained in:
Jamie Gravendeel
2025-12-19 17:25:11 +01:00
parent e645ade8d6
commit d0b6d6457d
9 changed files with 343 additions and 162 deletions

View File

@@ -22,6 +22,7 @@ reportUnknownLambdaType = "none"
reportUnknownMemberType = "none"
reportUnknownParameterType = "none"
reportUnknownVariableType = "none"
reportUntypedBaseClass = "none"
reportUntypedFunctionDecorator = "none"
reportUnusedImport = "none"
reportUnusedVariable = "none"