Expose all data storage conversions

This commit is contained in:
Codex
2026-03-08 00:27:17 +00:00
parent 2594f0e7ff
commit 9949d1248f
2 changed files with 26 additions and 24 deletions

View File

@@ -278,6 +278,8 @@ def process():
for e in calculators_ts_entries:
# Check if inverse exists. We hide the one with the smaller factor (usually < 1) or hide alphabetical later one.
# But a better heuristic: reverse of split(' to ')
if e.get('category') == 'data':
continue
parsed = split_conversion_name(e['name'])
if parsed:
rev_name = f"{parsed[1]} to {parsed[0]}"