Cards table renders at startup and on pill entry; v1.9.11

cardsRender() was mutation-only (add/import/remove/counter-sync), so
after a reload the SCP80 -> Cards table showed 'No cards defined.'
even while localStorage held presets and the SP dropdown listed them
correctly. Now:

- cardsLoad() renders the table right after rebuilding the select
- entering the Cards pill re-renders (mirrors pysim-pill pattern)

Version 1.9.10 -> 1.9.11 everywhere; SW cache otaman-v21 -> otaman-v22
This commit is contained in:
2026-08-25 20:04:55 +03:00
parent 7e1916628e
commit 4f8dae041d
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from osmocom.construct import GsmOrUcs2Adapter
from osmocom.tlv import BER_TLV_IE
VERSION = '1.9.10'
VERSION = '1.9.11'
# Static file serving (the PWA lives in <repo>/frontend, served by this server