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:
2025-03-10 17:35:58 +00:00
parent 3ff0a50553
commit b8818a9bec
2 changed files with 56 additions and 8 deletions
+1 -1
View File
@@ -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>