All checks were successful
check / check (push) Successful in 22s
Previously loadCalldata was only called from show(), meaning when the popup was closed and reopened (triggering render() directly via restoreView), the calldata decoding section was hidden and never re-fetched. Now render() triggers loadCalldata for contract calls, so decoded data always appears. Closes #60