Fix browser compatibility and update button persistence
- Replaced AbortSignal.timeout() with AbortController for broader browser support - Fixed promise chaining for proper cleanup of timeout handlers - Added localStorage persistence for update information - Made update button display more reliable with forced display styles - Added ID to version elements for easier targeting - Improved version number synchronization across UI elements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -658,7 +658,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-4">
|
||||
<p><strong>Transmission RSS Manager v2.0.10</strong></p>
|
||||
<p><strong id="about-version">Transmission RSS Manager v2.0.10</strong></p>
|
||||
<p>© 2025 PowerData.dk - All Rights Reserved</p>
|
||||
<p><a href="https://powerdata.dk" target="_blank">Visit PowerData.dk</a></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user