feat(inspector): add local network access support for HTTPS to HTTP connections

This commit is contained in:
Nathan Flurry 2026-01-28 01:37:56 -08:00
parent e984d07c28
commit d1cbd20b83
4 changed files with 83 additions and 2 deletions

View file

@ -341,6 +341,20 @@
color: var(--success);
}
.banner.warning {
display: flex;
align-items: flex-start;
gap: 8px;
background: rgba(255, 159, 10, 0.1);
border-left: 3px solid var(--warning);
color: var(--warning);
}
.banner.warning svg {
flex-shrink: 0;
margin-top: 1px;
}
.spinner {
width: 14px;
height: 14px;