Skip to content

Updated color of kapa.ai header#881

Merged
gardener-prow[bot] merged 2 commits intogardener:masterfrom
n-boshnakov:update-kapa.ai-header
Mar 4, 2026
Merged

Updated color of kapa.ai header#881
gardener-prow[bot] merged 2 commits intogardener:masterfrom
n-boshnakov:update-kapa.ai-header

Conversation

@n-boshnakov
Copy link
Copy Markdown
Contributor

@n-boshnakov n-boshnakov commented Mar 4, 2026

How to categorize this PR?

/kind enhancement

What this PR does / why we need it:

This PR updates the color of the kapa.ai header:
image

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Summary by CodeRabbit

  • Style
    • Updated Kapa widget modal header background to a teal shade (#009f76).
    • Updated Kapa widget modal title color to white (#FFFFFF).

@n-boshnakov n-boshnakov requested a review from a team as a code owner March 4, 2026 09:58
@gardener-prow gardener-prow Bot added the kind/enhancement Enhancement, improvement, extension label Mar 4, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 4, 2026

Deploy Preview for soon-to-be-gardenercloud ready!

Name Link
🔨 Latest commit 444e0ef
🔍 Latest deploy log https://app.netlify.com/projects/soon-to-be-gardenercloud/deploys/69a8068bb6abb7000822a95b
😎 Deploy Preview https://deploy-preview-881--soon-to-be-gardenercloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 70 (🟢 up 7 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 97 (no change from production)
PWA: 90 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@gardener-prow gardener-prow Bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 4, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 4, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5848ed6e-02f7-4f72-8686-aaf8a057b53f

📥 Commits

Reviewing files that changed from the base of the PR and between 6039a8c and 444e0ef.

📒 Files selected for processing (1)
  • .vitepress/config.mts
🚧 Files skipped from review as they are similar to previous changes (1)
  • .vitepress/config.mts

📝 Walkthrough

Walkthrough

Two new data attributes were added to the Kapa widget initialization in the VitePress config: data-modal-header-bg-color set to #009f76 and data-modal-title-color set to #FFFFFF.

Changes

Cohort / File(s) Summary
Kapa Widget Configuration
.vitepress/config.mts
Added two styling attributes to the Kapa widget head script: data-modal-header-bg-color: '#009f76' and data-modal-title-color: '#FFFFFF' (no logic or control-flow changes).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

size/S, lgtm, approved

Suggested reviewers

  • klocke-io
  • BoHristova

Poem

🐰 A tiny tweak, two colors bright,
I hopped in code and painted light.
Header green and title white,
Docs now gleam in springtime sight. ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Updated color of kapa.ai header' directly and specifically describes the main change in the PR, which updates two color attributes for the kapa.ai widget header.
Description check ✅ Passed The PR description includes the required sections with appropriate content: categorized as 'enhancement', explains what the PR does with a visual reference, and addresses the template structure, though the issue reference is left blank.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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 and usage tips.

Copy link
Copy Markdown
Member

@marc1404 marc1404 left a comment

Choose a reason for hiding this comment

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

Could we change the header text color to white in that case?

@n-boshnakov
Copy link
Copy Markdown
Contributor Author

Could we change the header text color to white in that case?

Done.

@marc1404
Copy link
Copy Markdown
Member

marc1404 commented Mar 4, 2026

Could we change the header text color to white in that case?

Done.

In the preview, it looks like this:
image

@n-boshnakov
Copy link
Copy Markdown
Contributor Author

Could we change the header text color to white in that case?

Done.

In the preview, it looks like this: image

My bad, forgot to push the changes. Should be good now.

Copy link
Copy Markdown
Member

@marc1404 marc1404 left a comment

Choose a reason for hiding this comment

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

Thanks!

/lgtm

@gardener-prow gardener-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Mar 4, 2026
@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Mar 4, 2026

LGTM label has been added.

DetailsGit tree hash: 60ff3e44e8349ce503ec2b3b35d5aafae6396aa5

@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Mar 4, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marc1404

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 4, 2026
@gardener-prow gardener-prow Bot merged commit 4580979 into gardener:master Mar 4, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants