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:
@@ -301,7 +301,7 @@ async function init() {
|
||||
const user = LS.getUser?.();
|
||||
if (user) {
|
||||
document.getElementById('nav-user').textContent = user.name?.split(' ')[0] || '—';
|
||||
document.getElementById('nav-avatar').textContent = (user.name||'LS').split(' ').slice(0,2).map(w=>w[0]?.toUpperCase()||'').join('')||'LS';
|
||||
LS.renderNavAvatar(document.getElementById('nav-avatar'), user);
|
||||
}
|
||||
const data = await LS.get('/api/red-book/species?limit=100').catch(() => ({ species: [] }));
|
||||
allSpecies = data.species || [];
|
||||
|
||||
Reference in New Issue
Block a user