feat: consolidate data dashboard and redesign conversations - #9846
Merged
Conversation
This was referenced Aug 28, 2026
BegoniaHe
pushed a commit
to Xero-Team/AstrBot
that referenced
this pull request
Aug 28, 2026
…evs#9846) Mount the statistics, conversations, logs, and trace tabs under /dashboard so /data can stay the runtime file manager. Drop the legacy conversation page, keep pip-install and export step-up, and reuse MDI icons instead of Lucide. Upstream-Commit: 6903085 Upstream-Author: Soulter <37870767+Soulter@users.noreply.github.com> Upstream-PR: AstrBotDevs#9846 Sync-Disposition: adapt Fork-Adaptation: Keep DataFilesPage at /data, omit LegacyConversationPage and ru-RU, preserve Console/export step-up and the Playwright T2I card, and implement filters on ConversationStore instead of BaseDatabase. Tested: uv run pytest tests/unit/db/test_conversation_store.py tests/unit/test_stat_service.py tests/unit/dashboard -q; cd dashboard && pnpm exec vue-tsc --noEmit && pnpm exec vitest run --config vitest.config.ts tests/statsPage.vitest.ts tests/tracePage.vitest.ts tests/traceDisplayer.vitest.ts tests/dataFilesPage.vitest.ts tests/viewDialogLayouts.vitest.ts
BegoniaHe
added a commit
to Xero-Team/AstrBot
that referenced
this pull request
Aug 28, 2026
Record adapted AstrBotDevs#9846 and AstrBotDevs#9847 through d2d7e5a.
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.
Summary
Testing
uv run pytest tests/test_conversation_list.py tests/test_fastapi_v1_dashboard.py tests/unit/test_stat_service.py(96 passed)cd dashboard && pnpm buildcd docs && pnpm docs:builduv run ruff format .uv run ruff check .Summary by Sourcery
Consolidate dashboard data tools into a unified Data workspace and enhance conversation discovery and management.
New Features:
Enhancements:
Documentation:
Tests: