Block a user
feat(logs): live HTTP stream + append-only render (#2)
Ребейзнул — влил свежий develop (отставание 18 коммитов после мержа #5/#7). Снова mergeable.
Конфликт был один — `containerLo…
feat(comment): hover tooltip with comment text over comment marks (#268)
F1: fixed — гейт карточки теперь по рядам-с-текстом: const hasContent = thread.some(row => row.text.length > 0) (убрал дизъюнкт `thread.length >…
docs: how to bring up a local dev stand (+ gotchas), referenced from AGENTS.md
feat(comment): hover tooltip with comment text over comment marks (#268)
Переделал по твоему замечанию:
- всплывашка теперь показывает **автора + все комменты треда простыми строкам…
feat(comment): hover tooltip with comment text over comment marks (#268)
F1: fixed — заассертил центральный инвариант в тесте «shows after delay»: expect(card.style.pointerEvents).toBe("none"). Это единственное…
feat(comment): hover tooltip with comment text over comment marks (#268)
feat(editor): restore reading scroll position on reload (#266)
F1: fixed — добавил два теста на тончайшие инварианты хука:
- (a2) анти-clobber синхронного захвата: сохранил 500,…
feat(editor): restore reading scroll position on reload (#266)