Skip to content

Remove rebrand announcement from auth header - #615

Merged
AnthonyRonning merged 1 commit into
masterfrom
codex-remove-maple-research-announcement-maple
Jul 11, 2026
Merged

AnthonyRonning merged 1 commit into
masterfrom
codex-remove-maple-research-announcement-maple

Conversation

@AnthonyRonning

@AnthonyRonning AnthonyRonning commented Jul 11, 2026 •

Copy link
Copy Markdown
Contributor

Summary

  • remove the Maple AI to Maple Research announcement from the auth header
  • simplify the header layout to retain the Maple logo and marketing home link

Validation

  • git diff --check
  • Tests not run (not requested)
  • Pre-commit formatting check was unavailable because frontend dependencies are not installed in the fresh worktree (prettier: command not found)

Open in Devin Review

Summary by CodeRabbit

  • UI Changes
    • Simplified the authenticated header by removing the rebrand announcement link.
    • Updated the header layout for a cleaner responsive presentation.
    • Retained the link to the marketing home page with a home icon.

@coderabbitai

coderabbitai Bot commented Jul 11, 2026 •

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

AuthHeader removes the rebrand announcement link, cleans up unused imports and constants, updates its responsive grid configuration, and renders only the marketing home link.

Changes

Auth header update

Layer / File(s) Summary
Marketing home link rendering
frontend/src/components/AuthHeader.tsx
Removes the rebrand announcement URL and link, updates icon imports, changes the header grid configuration, and simplifies the marketing home link positioning.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Poem

A bunny hops where home links gleam,
The header now is sleek and clean.
No rebrand note shall crowd the way,
Just one homeward hop today.
Thump-thump—simpler code!

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: removing the announcement link from the auth header.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex-remove-maple-research-announcement-maple

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying maple with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4260726
Status: ✅  Deploy successful!
Preview URL: https://5fde7168.maple-ca8.pages.dev
Branch Preview URL: https://codex-remove-maple-research.maple-ca8.pages.dev

View logs

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
frontend/src/components/AuthHeader.tsx (1)

45-45: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Line exceeds 100-character limit.

The MarketingHomeLink className string on this line is well over the repository's 100-character line limit for TypeScript/React code. Consider extracting the class list into a constant or using template literals/cn() split across lines.

As per coding guidelines, "Use 2-space indentation, double quotes, and enforce 100-character line limit for TypeScript/React code" for frontend/src/**/*.{ts,tsx}.

♻️ Suggested formatting
-      <MarketingHomeLink className="col-start-2 row-start-1 inline-flex items-center gap-2 justify-self-end rounded-md px-3 py-2 text-sm font-semibold text-[`#747474`] transition hover:bg-black/5 hover:text-[`#221a18`] dark:text-muted-foreground dark:hover:bg-white/5 dark:hover:text-foreground" />
+      <MarketingHomeLink
+        className={cn(
+          "col-start-2 row-start-1 inline-flex items-center gap-2 justify-self-end rounded-md px-3 py-2",
+          "text-sm font-semibold text-[`#747474`] transition hover:bg-black/5 hover:text-[`#221a18`]",
+          "dark:text-muted-foreground dark:hover:bg-white/5 dark:hover:text-foreground",
+        )}
+      />
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@frontend/src/components/AuthHeader.tsx` at line 45, Reformat the
MarketingHomeLink usage in AuthHeader so no TypeScript/React line exceeds 100
characters. Split the className across lines using the existing styling
approach, or extract the class list into a local constant while preserving all
classes and behavior.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@frontend/src/components/AuthHeader.tsx`:
- Line 45: Reformat the MarketingHomeLink usage in AuthHeader so no
TypeScript/React line exceeds 100 characters. Split the className across lines
using the existing styling approach, or extract the class list into a local
constant while preserving all classes and behavior.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ac5b1b26-aa8d-4e90-bd9b-5ebd3ce4d8b2

📥 Commits

Reviewing files that changed from the base of the PR and between e892ddb and 4260726.

📒 Files selected for processing (1)
  • frontend/src/components/AuthHeader.tsx

@AnthonyRonning
AnthonyRonning merged commit ad47cec into master Jul 11, 2026
17 checks passed
@AnthonyRonning
AnthonyRonning deleted the codex-remove-maple-research-announcement-maple branch July 11, 2026 08:03
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.

1 participant