Skip to content

[Fix] Minor UI Tweaks#1165

Merged
RichardAnderson merged 1 commit into
vitodeploy:4.xfrom
RichardAnderson:fix/ui-adjustments
Jun 16, 2026
Merged

[Fix] Minor UI Tweaks#1165
RichardAnderson merged 1 commit into
vitodeploy:4.xfrom
RichardAnderson:fix/ui-adjustments

Conversation

@RichardAnderson

@RichardAnderson RichardAnderson commented Jun 16, 2026

Copy link
Copy Markdown
Member
  • increase the opacity on the security progress bar
  • removes the glow from the vito splash for nginx/caddy

Summary by CodeRabbit

  • Style
    • Improved dark and light mode styling support for the security score card interface
    • Refined visual effects on the splash page template

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 825fb89c-07f5-4bf3-811f-e7889960ae81

📥 Commits

Reviewing files that changed from the base of the PR and between 70fb437 and 956cee7.

📒 Files selected for processing (2)
  • resources/js/pages/security/index.tsx
  • resources/views/ssh/services/webserver/vito-splash.blade.php
💤 Files with no reviewable changes (1)
  • resources/views/ssh/services/webserver/vito-splash.blade.php

📝 Walkthrough

Walkthrough

Two unrelated UI styling edits: the security page's ScoreCard imports the cn helper and composes it with barColor to apply light/dark mode background classes to the Progress component; separately, the vito-splash Blade template removes a drop-shadow filter from the .logo CSS rule.

Changes

UI Styling Fixes

Layer / File(s) Summary
Security ScoreCard Progress bar light/dark mode classes
resources/js/pages/security/index.tsx
Adds cn import and updates the Progress component's className to compose barColor with additional bg-primary classes for light and dark modes.
Remove logo drop-shadow from vito-splash template
resources/views/ssh/services/webserver/vito-splash.blade.php
Removes the filter: drop-shadow(0 8px 20px rgba(99, 102, 241, 0.45)) declaration from the .logo CSS block.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title '[Fix] Minor UI Tweaks' is vague and generic, using non-descriptive terms that don't convey meaningful information about the specific UI adjustments made. Consider a more specific title such as '[Fix] Improve security progress bar opacity and remove splash screen glow effect' to better reflect the actual changes.
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@RichardAnderson RichardAnderson merged commit 09867c8 into vitodeploy:4.x Jun 16, 2026
4 checks passed
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.

2 participants