profiler editor: decoded FCP panel beside the raw FCI field

The exact-FCI row is now a two-column flex layout: the editable raw FCI
textarea on the left, the decoded FCP list on the right (50/50, textarea
4 rows). Preview rendering split into profilerFciPreviewItems; a new
profilerFciInput hook updates the rule and re-decodes the panel on every
keystroke (no editor re-render, no focus loss), showing an empty body
while the hex is incomplete/invalid. Docs wording updated. SW cache
v72 -> v73.
This commit is contained in:
2026-09-11 21:22:18 +03:00
parent 944fccf67b
commit 6bfbb00994
5 changed files with 37 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v72';
const CACHE = 'otaman-v73';
const URLS = [
'index.html',
'help.html',