ui: drop the clipboard/paste JSON buttons from Cards and custom files (v2.5.1)

- Cards and Custom files now expose only Export to file (JSON download) and
  Import from file; the Export-as-JSON / Paste & import / Import-JSON-from-
  clipboard buttons and their paste textareas are gone
- import feedback moves to a transient status line (new ioStatus helper);
  cardsImport/pysimCustomImport no longer read the clipboard
- Network simulation parameters: note under the operator form listing the
  scenarios that use the MCC/MNC (EPS/2G attach and SMS received write real
  LAI/RAI/TAI; cold boot, service lost, limited service and roaming denied
  write dummy files keeping the PLMN; churn/CB/AUTHENTICATE do not use it)
- i18n: removed-button entries dropped, note added EN/RU; help EN/RU updated
- guard tests for the button set and the note; SW cache simple-v196
This commit is contained in:
2026-09-19 23:26:21 +03:00
parent 8848df1c1e
commit 163a859658
7 changed files with 44 additions and 63 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'simple-v195';
const CACHE = 'simple-v196';
const URLS = [
'index.html',
'help.html',