feat(sidebar): show Business Name next to the branding logo - #77
Merged
Conversation
Closes #73. When a logo is set the sidebar showed only the image; now the Business Name (from Settings) sits next to it. The logo shrinks to make room when a name is present, and falls back to the original larger, name- less rendering when no business name is set (so a logo-only setup is unchanged). No name still shows the Helm mark + name. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying helm with
|
| Latest commit: |
154a6f7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f87c31a9.helm-d5s.pages.dev |
| Branch Preview URL: | https://feat-sidebar-business-name.helm-d5s.pages.dev |
|
| Rule | Findings | Severity |
|---|---|---|
tests_required |
1 |
View findings
tests_required
- Source files were changed but no test files were added or modified
💡 Add or update tests to cover the changed source code.
Generated by AgentGate
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.
What & why
Closes #73. You noticed the sidebar showed your logo but no Business Name beside it — when a logo was set,
Sidebar.tsxrendered only the image. Now the Business Name (from Settings) appears next to the logo.h-8, max ~100px) so the name fits and truncates in the remaining space.Verification
npm run build✓ ·npm run check:cycles✓ ·npm run test:run239 pass (presentational change, no new logic). Visual is for your eyes — with a logo + business name set, both should now show top-left.🤖 Generated with Claude Code