feat: add interface, plugin list loading, search, keyboard navigation

This commit is contained in:
h
2026-01-26 02:11:31 +01:00
commit 5696b056cf
25 changed files with 2571 additions and 0 deletions

11
ty.toml Normal file
View File

@@ -0,0 +1,11 @@
[environment]
python = ".venv"
[rules]
invalid-method-override = "ignore"
[[overrides]]
include = ["src/illogical/modules/sf_symbols.py", "src/illogical/ui/sidebar.py"]
[overrides.rules]
unresolved-import = "ignore"
unresolved-attribute = "ignore"