Conversation
…on, improve Raw YAML editor Co-authored-by: BlueSkyXN <63384277+BlueSkyXN@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review and address issues with Web UI configuration functionality
Web UI: Rename Logs→Monitor, extract Token Estimation section, improve Raw YAML editor
Feb 5, 2026
There was a problem hiding this comment.
Pull request overview
This pull request addresses multiple Web UI improvements based on review feedback, focusing on better navigation, clearer section hierarchy, and improved editor usability.
Changes:
- Renamed the "Logs" tab to "Monitor" in both English and Chinese translations for better clarity
- Extracted Token Estimation configuration from nested position under Prompt section to a standalone second-level sidebar section
- Enhanced Raw YAML editor with border styling and minimum height for better visual definition and space utilization
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| web/src/types.ts | Updated TabType to replace 'logs' with 'monitor' |
| web/src/i18n.ts | Updated translations for tab renaming (EN/ZH) |
| web/src/App.tsx | Updated tab references to use 'monitor' instead of 'logs' |
| web/src/components/config/sections/TokenSection.tsx | New standalone section component for Token Estimation configuration |
| web/src/components/config/sections/PromptSection.tsx | Removed Token Estimation subsection and unused imports |
| web/src/components/config/SectionRenderer.tsx | Added routing for new TokenSection |
| web/src/components/config/RawYamlEditor.tsx | Added border and minimum height styling improvements |
| web/src/components/config/ConfigSidebar.tsx | Added token section to sidebar with icon and ordering |
| .github/workflows/build-pyinstaller.yml | Added cleanup of web/dist directory for CLI-only builds to ensure no frontend assets are included |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Addresses multiple Web UI review findings: tab naming, section hierarchy, and styling issues.
Changes
UI Structure
border-gray-100) and minimum height (500px) for better vertical space utilizationAlignment Fix
PyInstaller Workflow
web/distbefore packaging to ensure frontend assets are excludedScreenshots
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.