[refactor](trx-frontend-http): extract satellite scheduling UI into dedicated module
Move ~230 lines of satellite pass scheduling code from scheduler.js into a new sat-scheduler.js plugin with cached DOM refs, createElement- based rendering, and a clean bridge API. Refactor sat.js predictions view to deduplicate row builders, extract countdown timer lifecycle management, and cache all DOM references. https://claude.ai/code/session_0144nUfHAKs7yRnYTsozNagw Signed-off-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1393,6 +1393,7 @@
|
||||
<script src="/sat.js"></script>
|
||||
<script src="/bookmarks.js"></script>
|
||||
<script src="/scheduler.js"></script>
|
||||
<script src="/sat-scheduler.js"></script>
|
||||
<script src="/background-decode.js"></script>
|
||||
<script src="/vchan.js"></script>
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user