Fix navigation menu, hide unsupported settings tabs, and restore config backgrounds - #144
Merged
Conversation
… backgrounds
Nav panel footer menu:
- Fix duplicate "关于" button: the feedback button was mislabeled as
t('header.about') instead of t('header.feedback'); switch its icon to
MessageSquare to distinguish from the About button.
- Remove the hidden Floating Mode button and its extra divider that
caused two separator lines between Remote Control and Insights.
Settings tabs hidden (OHOS unsupported):
- Hide session-personalization, external-sources, and voice-input tabs
from the config center (ConfigTab type, categories, content loaders,
scene switch, search content). Redirect legacy deep-links and external
callers to the closest available tab.
- In SessionPermissionsConfig, disable Computer Use, Browser Control
(CDP), and Debug Mode sections via {false && (...)} wrappers.
Config box backgrounds:
- Remove the .bitfun-config-page-section__body override (background:
transparent; border: 0) from McpToolsConfig.scss and
ExternalSourcesConfig.scss so the default ConfigPageLayout box
background and border are visible, matching other config pages.
Remove the .bitfun-config-page-row padding override (was -gap-3 0) so MCP config rows use the default var(--size-gap-4) padding matching other config pages. Change __json-actions justify-content from flex-end to center.
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.
… backgrounds
Nav panel footer menu:
Settings tabs hidden (OHOS unsupported):
Config box backgrounds:
Summary
Fixes #
Type and Areas
Type:
Areas:
Motivation / Impact
Verification
Reviewer Notes
Checklist