feat: add More Projects section to help dialog

- Add HTML over JS and Web Engineering Mandala projects
- Include i18n translations for EN and DE
- Add userCode to lesson cache for faster reload
This commit is contained in:
2025-12-30 21:21:47 +01:00
parent 1185d452dc
commit a4787731dc
4 changed files with 32 additions and 2 deletions

View File

@@ -496,7 +496,6 @@ code, kbd {
display: flex;
flex-direction: column;
min-height: 0;
box-shadow: inset 0 -40px 30px -30px rgba(0, 0, 0, 0.08);
}
.preview-header {
@@ -608,6 +607,7 @@ code, kbd {
padding: var(--spacing-md);
background: var(--panel-bg);
border-bottom: 1px solid var(--border-color);
box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.08);
}
/* ================= SIDEBAR ================= */