mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
fix: clarify update settings to indicate manual installation required (addresses #404)
The "Auto-Update" setting was misleading users into thinking Pulse would automatically install updates. Changed the UI text to clarify that: - The setting only controls automatic checking for updates - Installation is always manual based on deployment type (ProxmoxVE users type 'update', Docker users pull new image, etc.) - This is by design for security reasons as documented in CLAUDE.md
This commit is contained in:
@@ -1542,9 +1542,9 @@ const Settings: Component = () => {
|
||||
|
||||
<div class="flex items-center justify-between">
|
||||
<div>
|
||||
<label class="text-sm font-medium text-gray-900 dark:text-gray-100">Auto-Update</label>
|
||||
<label class="text-sm font-medium text-gray-900 dark:text-gray-100">Update Checks</label>
|
||||
<p class="text-xs text-gray-600 dark:text-gray-400">
|
||||
Automatically install updates when available
|
||||
Automatically check for updates (installation is manual)
|
||||
</p>
|
||||
</div>
|
||||
<label class="relative inline-flex items-center cursor-pointer">
|
||||
@@ -1588,9 +1588,9 @@ const Settings: Component = () => {
|
||||
|
||||
<div class="flex items-center justify-between">
|
||||
<div>
|
||||
<label class="text-sm font-medium text-gray-900 dark:text-gray-100">Update Time</label>
|
||||
<label class="text-sm font-medium text-gray-900 dark:text-gray-100">Check Time</label>
|
||||
<p class="text-xs text-gray-600 dark:text-gray-400">
|
||||
Preferred time for automatic updates
|
||||
Preferred time to check for updates
|
||||
</p>
|
||||
</div>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user