From b8fbab8a180d754757b6df022d2fdf4f268c7a03 Mon Sep 17 00:00:00 2001 From: Djeex Date: Fri, 4 Sep 2026 14:36:00 +0200 Subject: [PATCH] Remove a stale comment in FileTreeNode and update the arr diagram --- app/components/content/FileTreeNode.vue | 3 --- public/img/serveex/arr.svg | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/components/content/FileTreeNode.vue b/app/components/content/FileTreeNode.vue index 9f5bcf7..310b69c 100644 --- a/app/components/content/FileTreeNode.vue +++ b/app/components/content/FileTreeNode.vue @@ -14,9 +14,6 @@ const props = withDefaults(defineProps<{ isLast: false, }) -// Splits a trailing " # comment" off a raw label (space-prefixed, like a -// real code comment), so authors can annotate a tree entry the same way -// they'd annotate a line of code. function splitComment(raw: string) { const index = raw.indexOf(' #') if (index === -1) return { text: raw, comment: undefined as string | undefined } diff --git a/public/img/serveex/arr.svg b/public/img/serveex/arr.svg index 07fc8d5..2ae3678 100644 --- a/public/img/serveex/arr.svg +++ b/public/img/serveex/arr.svg @@ -1,4 +1,4 @@ -Homelab ServeexDebian 12Plex Appor BrowserDockerOverseerrProwlarrSeedboxRadarrSonarrPlex serverStorageTorrentDatabaseThe MovieDatabaseSeed storagePlex storageFetchAskInfoTorrentFileI browse the catalog (web UI) and choose a film or seriesIndexer managerMedia catalogMediadpwnloaderit's available on Plexshortly afterBazarrMovies botTV series botSubtitles botSubtitlesProviders \ No newline at end of file +Homelab ServeexDebian 12Jellyfin Appor BrowserDockerOverseerrProwlarrSeedboxRadarrSonarrJellyfin serverStorageTorrentTrackerThe MovieDatabaseSeed storageJellyfinstorageFetchAskInfoTorrentFileI browse the catalog (web UI) and choose a film or seriesIndexer managerMedia catalogMediadpwnloaderit's available on Jellyfinshortly afterBazarrMovies botTV series botSubtitles botSubtitlesProviders \ No newline at end of file