mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 05:12:38 +02:00
feat: remove plugin version references from Obsidian plugin routes, schemas, and UI components for cleaner integration
This commit is contained in:
parent
87150a6d7f
commit
54e66e131a
5 changed files with 0 additions and 16 deletions
|
|
@ -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() : "—",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue