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:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pysim-otaman-server"
|
||||
version = "1.9.10"
|
||||
version = "1.9.11"
|
||||
description = "HTTP REST server wrapping pysim for the OTAMan PWA"
|
||||
requires-python = ">=3.8"
|
||||
# pysim is a git-only dependency installed explicitly by setup.bat/setup.sh.
|
||||
|
||||
Reference in New Issue
Block a user