feat: remove plugin version references from Obsidian plugin routes, schemas, and UI components for cleaner integration

This commit is contained in:
Anish Sarkar 2026-04-20 19:49:58 +05:30
parent 87150a6d7f
commit 54e66e131a
5 changed files with 0 additions and 16 deletions

View file

@ -107,10 +107,6 @@ const PluginStats: FC<{ config: Record<string, unknown> }> = ({ config }) => {
: null;
return [
{ label: "Vault", value: (config.vault_name as string) || "—" },
{
label: "Plugin version",
value: (config.plugin_version as string) || "—",
},
{
label: "Devices",
value: deviceCount !== null ? deviceCount.toLocaleString() : "—",