Add deprecation notice to Electron settings panel (#403)

- Add warning banner to settings window HTML
- Add CSS styling for deprecation notice (light/dark mode)
- Direct users to use AI Model Configuration button in chat panel
This commit is contained in:
Dayuan Jiang
2025-12-25 13:56:07 +09:00
committed by GitHub
parent 3047d19238
commit 51858dbf5d
2 changed files with 39 additions and 0 deletions

View File

@@ -9,6 +9,12 @@
</head>
<body>
<div class="container">
<div class="deprecation-notice">
<strong>⚠️ Deprecation Notice</strong>
<p>This settings panel will be removed in a future update.</p>
<p>Please use the <strong>AI Model Configuration</strong> button (left of the Send button in the chat panel) to configure your AI providers. Your settings there will persist across updates.</p>
</div>
<h1>Configuration Presets</h1>
<div class="section">