ref(nav): rename Nav to Navigation in navigation directory#110359
Merged
ref(nav): rename Nav to Navigation in navigation directory#110359
Conversation
Renames all abbreviated Nav identifiers and file names inside static/app/views/navigation to use the full Navigation spelling, respecting original casing: - PascalCase: NavGroup to NavigationGroup, SecondaryNav to SecondaryNavigation - camelCase: navGroup to navigationGroup, useCollapsedNav to useCollapsedNavigation - SCREAMING_SNAKE_CASE: NAV_HEIGHT to NAVIGATION_HEIGHT Also renames 22 files and updates all import paths in files both inside and outside the navigation directory. Co-Authored-By: Claude <noreply@anthropic.com>
Update all consumer files to use renamed navigation exports: - NAV_SIDEBAR_SECONDARY_WIDTH_LOCAL_STORAGE_KEY → NAVIGATION_SIDEBAR_SECONDARY_WIDTH_LOCAL_STORAGE_KEY - NAV_MOBILE_TOPBAR_HEIGHT → NAVIGATION_MOBILE_TOPBAR_HEIGHT - PrimaryNavGroup → PrimaryNavigationGroup - NavLayout → NavigationLayout - SecondaryNav → SecondaryNavigation - PRIMARY_NAV_GROUP_CONFIG → PRIMARY_NAVIGATION_GROUP_CONFIG - navParentRef → navigationParentRef - useIsNavTourActive → useIsNavigationTourActive - Fix useNavigationigate typo → useNavigate Co-Authored-By: Claude Sonnet 4.6 <noreply@example.com>
static/app/views/navigation/secondary/sections/issues/issueViews/issueViewItem.tsx
Outdated
Show resolved
Hide resolved
e8ca854 to
c9eb3bf
Compare
malwilley
approved these changes
Mar 10, 2026
Address the todo comment in admin nav and move the nav definition inside the nav file
Moves ProjectIcon inside Secondary Nav components, moves prop definitions next to component implementations and moves isLinkActive inside the primary nav component.
Reducing the nav footprint and inlining `useCommandPalette` inside the nav
Remove stacked nav wording, rename tour to navigationTour and move the two primary nav components inside the primary folder --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Jonas <JonasBa@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
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.
The nav was using a mix of abbreviated
NavandNavigationterminology - this PR renames all instances toNavigationwording.