From f08a64f7ae0e280ee3218645d9e8cedbca1fe82d Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 2 Jul 2026 17:56:38 -0400 Subject: [PATCH] =?UTF-8?q?style(ia):=20wave=204=20=E2=80=94=20one=20secti?= =?UTF-8?q?on-header=20language=20across=20every=20admin=20surface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Subscriptions Settings tab's bare text-h6 headers adopt the same uppercase accent section-title + hint convention Maintenance/Cleanup use, with a one-line hint per section (extension / credentials / downloader / external file-hosts / schedule defaults). Every settings-ish surface now reads identically. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01CDgx8bQS5YrGRK76v8HUnM --- .../components/subscriptions/SettingsTab.vue | 30 +++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/subscriptions/SettingsTab.vue b/frontend/src/components/subscriptions/SettingsTab.vue index ed07fc2..16bb78b 100644 --- a/frontend/src/components/subscriptions/SettingsTab.vue +++ b/frontend/src/components/subscriptions/SettingsTab.vue @@ -4,7 +4,8 @@ from Settings → Overview) + the API key bar it authenticates with. The extension feeds THIS view — cookies + one-click sources — so its setup lives with the rest of the ingestion config. --> -

Browser extension

+

Browser extension

+

Install, session cookies and the API key it authenticates with.

@@ -12,7 +13,8 @@ {{ String(credentialsStore.error) }} -

Platform credentials

+

Platform credentials

+

Per-platform cookies/tokens the downloader uses.

-

Downloader

+

Downloader

+

Rate limits and gallery-dl behavior for source checks.

@@ -58,7 +61,8 @@ -

External file-host downloads

+

External file-host downloads

+

Post-linked mega/gdrive/file-host fetches.

@@ -104,7 +108,8 @@ -

Schedule defaults

+

Schedule defaults

+

Check cadence and failure-badge thresholds for new sources.

@@ -247,6 +252,21 @@ async function saveDownloader() {