Added error handling and handle async component failing

This commit is contained in:
Henry Jameson 2026-06-26 17:43:57 +03:00
commit 670edf3006
9 changed files with 254 additions and 2 deletions

View file

@ -144,6 +144,19 @@ h4 {
margin: 0;
}
code {
background: var(--bg);
border: 1px solid var(--fg);
border-radius: var(--roundness);
margin: 0.2em;
padding: 0 0.2em;
&.pre {
white-space: pre;
display: block;
}
}
.iconLetter {
display: inline-block;
text-align: center;