feat: enhance parser feedback mechanism for improved user guidance

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 22:55:16 -04:00
parent c2d12ffcc9
commit 2f6af46c79
5 changed files with 174 additions and 16 deletions

View File

@@ -166,6 +166,16 @@ pre {
color: #ffd2b8;
}
.parser-hint {
margin: 6px 0;
padding: 8px 10px;
border-radius: 10px;
border: 1px solid rgba(220, 191, 141, 0.3);
background: rgba(220, 191, 141, 0.1);
color: #f0d8aa;
font-size: 0.9rem;
}
@media (max-width: 900px) {
.inspector-grid {
grid-template-columns: 1fr;