You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Split shared netcheck into types.ts / api.ts (Api only) / utils.ts, trim the
exported surface, and document provenance.
- Add a compile-time drift guard: the parser fails to build if the coder SDK
renames or removes a field it reads.
- Extract shared base styles into @repo/webview-shared/base.css, consumed by
both vanilla webviews; each index.css keeps only page-specific rules.
- Simplify connectivity (keyed cases, no nested ternary) and regions
(map -> toSorted pipeline); render missing IPv4 as a warning, not an error.
- Move the large parser payloads into golden fixtures/ JSON files.
0 commit comments