chore: консолидация незакоммиченной работы (биохимия + System Health + lab/textbooks)
Зафиксирована накопленная незакоммиченная работа рабочего дерева, КРОМЕ файлов учебника «Химия 7» (migration 046, chemistry_7_*.html, chem7_svg.js, тест — оставлены незакоммиченными по запросу). Включает: модуль биохимии (ядро BIO, 3D VSEPR, химдвижок, баланс, challenges, пути из БД), System Health Level 1 (вердикт/мониторинг), а также frontend- страницы и lab/textbooks-правки параллельной сессии. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3481,8 +3481,7 @@
|
||||
}
|
||||
|
||||
// setup nav
|
||||
const initials = (_me.name || 'LS').split(' ').slice(0,2).map(w=>w[0]?.toUpperCase()||'').join('') || 'LS';
|
||||
document.getElementById('nav-avatar').textContent = initials;
|
||||
LS.renderNavAvatar(document.getElementById('nav-avatar'), _me);
|
||||
document.getElementById('nav-user').textContent = _me.name || _me.email;
|
||||
if (_me.role === 'admin') document.getElementById('btn-admin').style.display = '';
|
||||
if (['teacher', 'admin'].includes(_me.role)) {
|
||||
|
||||
Reference in New Issue
Block a user