nav-menu: rename navtools -> toolsnav - #6138
Open
wesrupert wants to merge 1 commit into
Open
Conversation
wesrupert
force-pushed
the
feat/wr/nav/pr/5
branch
from
August 27, 2026 20:24
c4b0531 to
8cf2f68
Compare
wesrupert
force-pushed
the
feat/wr/nav/pr/4
branch
from
August 27, 2026 20:24
137031d to
40d5701
Compare
BundleMonUnchanged files (4)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the nav menu “tools” hook/component identifier from NavTools to ToolsNav to align naming with existing FeaturesNav conventions in the React nav menu.
Changes:
- Updated the custom nav item target union to use
'ToolsNav'instead of'NavTools'. - Renamed the React nav-menu hook export/import from
useNavToolstouseToolsNavand updated related tracking strings and inline references. - Renamed/added the corresponding CSS module file from
NavTools.m.lesstoToolsNav.m.lessand updated references/comments.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| app/services/nav-menu/menu-data.ts | Renames the custom nav item type from NavTools to ToolsNav. |
| app/components-react/root/NotificationsArea.tsx | Updates documentation references from NavTools to ToolsNav and reflows comment formatting. |
| app/components-react/nav-menu/ToolsNav.tsx | Renames the exported hook to useToolsNav, updates tracking string usage, and switches CSS import to ToolsNav.m.less. |
| app/components-react/nav-menu/ToolsNav.m.less | Adds the renamed CSS module used by ToolsNav.tsx. |
| app/components-react/nav-menu/PlatformIndicator.m.less | Updates TODO comment reference to the renamed stylesheet. |
| app/components-react/nav-menu/NavMenu.tsx | Updates imports/calls to use useToolsNav from ToolsNav. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
michelinewu
approved these changes
Aug 28, 2026
wesrupert
force-pushed
the
feat/wr/nav/pr/4
branch
from
August 31, 2026 22:32
40d5701 to
9a429d7
Compare
wesrupert
force-pushed
the
feat/wr/nav/pr/5
branch
from
August 31, 2026 22:32
8cf2f68 to
b976e92
Compare
This was referenced Sep 2, 2026
Rename `NavTools` to `ToolsNav` to match the `FeaturesNav` naming convention.
wesrupert
force-pushed
the
feat/wr/nav/pr/4
branch
from
September 11, 2026 17:11
9a429d7 to
26a4dd2
Compare
wesrupert
force-pushed
the
feat/wr/nav/pr/5
branch
from
September 11, 2026 17:11
b976e92 to
042c7e9
Compare
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.
Stack:
master<-../1<-../2<-../3<-../4<-../5Can merge separate from children? No
Figma: link
Rename
NavToolstoToolsNavto match theFeaturesNavnaming convention.Screenshots
More Screenshots (click to expand)