Skip to content

improvement(frontend): rename 'Overview' tab to 'Secrets' in secrets management sidebar#7094

Merged
varonix0 merged 1 commit into
mainfrom
claude/rename-overview-tab-to-secrets
Jun 30, 2026
Merged

improvement(frontend): rename 'Overview' tab to 'Secrets' in secrets management sidebar#7094
varonix0 merged 1 commit into
mainfrom
claude/rename-overview-tab-to-secrets

Conversation

@claude

@claude claude Bot commented Jun 30, 2026

Copy link
Copy Markdown

Requested by Daniel Hougaard · Slack thread

Context

In a Secrets Management project, the left-sidebar navigation tab (alongside Approvals, Integrations, Insights, Access Control, Audit Logs, and Settings) previously read "Overview".

  • Before: The top tab in the secrets management project sidebar was labeled "Overview".
  • After: That same tab is now labeled "Secrets".

This only changes the sidebar nav label. The route (pathSuffix: "overview") and the in-page heading ("Project Overview") are unchanged.

How

Changed the label of the first item in the generalItems nav array from "Overview" to "Secrets" in frontend/src/layouts/OrganizationLayout/components/OrgSidebar/SecretManagerNav.tsx. This component renders the Secret Management project's left sidebar, so the change is scoped to that product view only and does not touch the "Overview" labels used by other modules (KMS, Cert Management, etc.).

Screenshots

Steps to verify the change

  1. Open a Secrets Management project.
  2. Observe the top item in the left sidebar now reads "Secrets" instead of "Overview".
  3. Clicking it still navigates to the same secrets dashboard route.

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

  • Title follows the conventional commit format: type(scope): short description (scope is optional, e.g., fix: prevent crash on sync or fix(api): handle null response).
  • Tested locally
  • Updated docs (if needed)
  • Updated CLAUDE.md files (if needed)
  • Read the contributing guide

Generated by Claude Code

@claude claude Bot changed the title Rename 'Overview' tab to 'Secrets' in secrets management view improvement(frontend): rename 'Overview' tab to 'Secrets' in secrets management sidebar Jun 30, 2026
@varonix0 varonix0 marked this pull request as ready for review June 30, 2026 14:31
@greptile-apps

greptile-apps Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR renames the top sidebar navigation label in the Secret Management project from "Overview" to "Secrets". The underlying route (pathSuffix: "overview") and the in-page heading remain untouched, so no routing or functional behavior changes.

  • The change is isolated to a single label string in SecretManagerNav.tsx and has no effect on other product views (KMS, Cert Management, etc.) that also have "Overview" labels.
  • No logic, permissions, or data flow is altered.

Confidence Score: 5/5

This is a safe, cosmetic text-only change with no behavioral impact.

The change touches a single string literal in one file. The route, active-match regex, icon, and all other nav item properties are unchanged, so navigation behavior is identical after the rename.

No files require special attention.

Important Files Changed

Filename Overview
frontend/src/layouts/OrganizationLayout/components/OrgSidebar/SecretManagerNav.tsx Single-line label change renaming the sidebar nav entry from "Overview" to "Secrets"; no logic, routing, or other behavior is affected.

Reviews (1): Last reviewed commit: "fix(frontend): rename 'Overview' tab to ..." | Re-trigger Greptile

@varonix0 varonix0 merged commit da31365 into main Jun 30, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants