[PR #1840] [MERGED] fix: remove rounded styles from command primitive #3381

Closed
opened 2026-02-26 13:33:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1840
Author: @steveiliop56
Created: 1/29/2025
Status: Merged
Merged: 1/30/2025
Merged by: @BramSuurdje

Base: mainHead: main


📝 Commits (1)

  • 87a81c9 fix: remove rounded styles from command primitive

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 frontend/src/components/ui/command.tsx (+1 -1)

📄 Description

✍️ Description

Fix an issue in the search command component that makes the palette blurry. The current command palette (search) looks like this:

image

While the search is sharp the rest is blurry. By removing the rounded-md style (see https://github.com/shadcn-ui/ui/issues/711), it immediately becomes sharp:

image
  • Related Issue: none
  • Related PR: none
  • Related Discussion: none

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.

This was also an issue in Beszel, here https://github.com/henrygd/beszel/issues/137, the change is tested with it too :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/1840 **Author:** [@steveiliop56](https://github.com/steveiliop56) **Created:** 1/29/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@BramSuurdje](https://github.com/BramSuurdje) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`87a81c9`](https://github.com/community-scripts/ProxmoxVE/commit/87a81c9fcf39b3d91e2960762f13ca46af50b61e) fix: remove rounded styles from command primitive ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/ui/command.tsx` (+1 -1) </details> ### 📄 Description ## ✍️ Description Fix an issue in the search command component that makes the palette blurry. The current command palette (search) looks like this: <img width="395" alt="image" src="https://github.com/user-attachments/assets/3a405835-7543-4a1b-b441-1184c5115206" /> While the search is sharp the rest is blurry. By removing the `rounded-md` style (see https://github.com/shadcn-ui/ui/issues/711), it immediately becomes sharp: <img width="395" alt="image" src="https://github.com/user-attachments/assets/b3d6d42a-1f25-4c8c-80bb-f1c3e8496971" /> - - - - Related Issue: none - Related PR: none - Related Discussion: none - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. This was also an issue in Beszel, here https://github.com/henrygd/beszel/issues/137, the change is tested with it too :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:33:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3381
No description provided.