Skip to content

fix: rename brand text split across markup - #687

Merged
kartikeya-27 merged 1 commit into
masterfrom
fix/brand-text-split-markup
Aug 17, 2026
Merged

fix: rename brand text split across markup#687
kartikeya-27 merged 1 commit into
masterfrom
fix/brand-text-split-markup

Conversation

@kartikeya-27

@kartikeya-27 kartikeya-27 commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Two brand strings still read "taskito" because the name was split across an element boundary, so no search for taskito matched them:

  • dashboard/src/components/layout/sidebar.tsxtask<span>ito</span>
  • docs/app/components/ui/site-nav.tsxtask<span class="bto">ito</span>

Both now render Flexi<span>Q</span>, keeping the accent on the final glyph exactly as before and matching the wordmark treatment from #686 and the site.name default, which is already FlexiQ.

Same class of miss as the wordmark SVG in #686. A repo-wide grep for the split pattern turns up no further instances.

Biome and typecheck clean on both packages.

Summary by CodeRabbit

  • Updates
    • Updated the default dashboard sidebar branding to “FlexiQ”.
    • Updated the site navigation branding to “FlexiQ”.
    • Custom branding options remain unchanged.

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 32d36e0b-0299-46f2-ab05-04a4d4e17ada

📥 Commits

Reviewing files that changed from the base of the PR and between 0b778b2 and 0d2232d.

📒 Files selected for processing (2)
  • dashboard/src/components/layout/sidebar.tsx
  • docs/app/components/ui/site-nav.tsx
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The default “taskito” brand label changes to “FlexiQ” in the dashboard sidebar and documentation site navigation. Custom sidebar branding remains unchanged, and existing accent styling is preserved.

Changes

Branding update

Layer / File(s) Summary
Default brand labels
dashboard/src/components/layout/sidebar.tsx, docs/app/components/ui/site-nav.tsx
The default brand label changes from “taskito” to “FlexiQ”. The styled final letter remains in both locations.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 0d223

This localized brand-text update changes only the displayed wordmark in two files, with no actionable merge-blocking risk remaining after normal checks and review.

Suggested reviewers: pratyush618

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the brand text rename across the affected markup files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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 docstrings
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@pratyush618
pratyush618 force-pushed the fix/brand-text-split-markup branch from 0d2232d to 4dd0feb Compare August 17, 2026 19:20
@kartikeya-27
kartikeya-27 merged commit 2bd6737 into master Aug 17, 2026
26 checks passed
@kartikeya-27
kartikeya-27 deleted the fix/brand-text-split-markup branch August 17, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants