Skip to content

fix(bluebird): prefix channel name with # in CONTEXT.md empty state#3320

Merged
adboio merged 1 commit into
mainfrom
posthog-code/bluebird-context-empty-state-hashtag
Jul 9, 2026
Merged

fix(bluebird): prefix channel name with # in CONTEXT.md empty state#3320
adboio merged 1 commit into
mainfrom
posthog-code/bluebird-context-empty-state-hashtag

Conversation

@adboio

@adboio adboio commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Problem

Why: In the Project Bluebird (Channels/Website space) UI, the "No CONTEXT.md yet" empty state showed the channel name in bold but without the # prefix, unlike every other place a channel is referenced.

Changes

Added the # prefix (inside the existing bold) to the channel name in the CONTEXT.md empty state, so it reads #channel — matching the convention used in breadcrumbs, the channel welcome heading, and the context tabs.

-          working in <strong>{channelName}</strong> — conventions, gotchas, key
+          working in <strong>#{channelName}</strong> — conventions, gotchas, key

How did you test this?

No automated tests were run — this is a one-character copy change to JSX prose in the empty state (no test asserts this string). Verified by inspection and against the #${channelName} convention used elsewhere in packages/ui.

Automatic notifications

  • Publish to changelog?
  • Alert Sales and Marketing teams?

Created with PostHog Code

The "No CONTEXT.md yet" empty state referred to the channel by its bare
name in bold. Everywhere else in the Channels/Website space a channel is
written as #channel (breadcrumbs, welcome heading, context tabs), so add
the missing # prefix to match.

Generated-By: PostHog Code
Task-Id: 73205374-7414-44fb-9815-52d8bab1ebab
@trunk-io

trunk-io Bot commented Jul 9, 2026

Copy link
Copy Markdown

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

React Doctor found no issues in the changed files. 🎉

Reviewed by React Doctor for commit 6f8cf6f.

@adboio adboio added the Stamphog This will request an autostamp by stamphog on small changes label Jul 9, 2026
@adboio adboio marked this pull request as ready for review July 9, 2026 20:56

@github-actions github-actions 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.

Single-character cosmetic fix adding a '#' prefix to a channel name in an empty state description. No logic, no risk.

@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "fix(bluebird): prefix channel name with ..." | Re-trigger Greptile

@adboio adboio enabled auto-merge (squash) July 9, 2026 20:58
@adboio adboio merged commit 78ef004 into main Jul 9, 2026
31 of 32 checks passed
@adboio adboio deleted the posthog-code/bluebird-context-empty-state-hashtag branch July 9, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Stamphog This will request an autostamp by stamphog on small changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant