MCP/Skills бейджи, календарь, Settings, skeleton-прелоадер, SVG спрайт#10
Closed
izzzzzi wants to merge 29 commits into
Closed
MCP/Skills бейджи, календарь, Settings, skeleton-прелоадер, SVG спрайт#10izzzzzi wants to merge 29 commits into
izzzzzi wants to merge 29 commits into
Conversation
…e reads for analytics
Owner
|
Closing — this PR is too large (touches 6 files, adds multiple unrelated features). Please split into smaller PRs: MCP badges, calendar, skeleton loader, SVG sprite as separate PRs. Happy to review individually. |
8 tasks
apstenku123
added a commit
to apstenku123/codedash
that referenced
this pull request
Apr 9, 2026
…lskii#5, vakovalskii#10) - vakovalskii#10: Move `-json` flag BEFORE DB_FILE in both `_exec()` and `_execAsync()`. sqlite3 CLI stops option parsing at the database filename, so `-json` after it was silently ignored (fell back to default text output on strict-POSIX systems). - vakovalskii#3: Add synchronous placeholder job in the leaderboard endpoint before the async cache lookup, same pattern as the analytics endpoint fix from earlier commits. Prevents concurrent requests from each starting their own `_runLeaderboardJob()`. - vakovalskii#5: Guard `_ensureSqliteBackfillRunning()` with a completed-phase check (`_sqliteBackfillStatus.phase === 'done'`). Without this, every `loadSessions()` call after the initial backfill finished would trigger another full directory scan.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Что сделано
MCP & Skills бейджи
tool_useблоков из JSONL-файлов сессий — извлечение MCP серверов и Skillsfunction_callблоковРедизайн карточки сессии
card-tools) сborder-topDetail panel
border-top)Кастомный календарь
input[type=date]на попап-календарь с сеткой днейSettings view
Skeleton-прелоадер
SVG спрайт
<svg class="icon"><use href="#i-name"/></svg>Оптимизация производительности
loadSessions()на 30 секунд — повторные загрузки мгновенныеLayout toggle для всех вкладок
Баг-фиксы
\tвместо|— исправлен парсинг сессий с|в названииUI polish
.smallиз sidebar itemsФайлы
src/data.js— MCP/Skills извлечение, кеш сессий/analytics, SQLite fixsrc/server.js— поддержка?refresh=1src/frontend/app.js— календарь, Settings, skeleton, layout toggle, search clearsrc/frontend/styles.css— бейджи, календарь, Settings, skeleton, SVG sprite stylessrc/frontend/index.html— SVG спрайт, Settings item, search wrap, calendar popupТест-план