[PR #2101] [CLOSED] Website: Prevent "Blinking" at first Call #3425

Closed
opened 2025-11-20 06:04:44 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2101
Author: @MickLesk
Created: 2/6/2025
Status: Closed

Base: mainHead: preventblinking


📝 Commits (3)

  • 2d0cd66 Website: Prevent White-Blinking at First Call
  • f4d2d4f Website: Prevent Blinking at Layout Call
  • d46f1e4 fix toggle

📊 Changes

2 files changed (+19 additions, -9 deletions)

View changed files

📝 frontend/src/app/layout.tsx (+3 -8)
📝 frontend/src/components/theme-provider.tsx (+16 -1)

📄 Description

✍️ Description

  • Prevent the white blank blinking before theme load

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)

🔄 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/2101 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `preventblinking` --- ### 📝 Commits (3) - [`2d0cd66`](https://github.com/community-scripts/ProxmoxVE/commit/2d0cd66f509287bafa61deb06bb0c6d7a5e32034) Website: Prevent White-Blinking at First Call - [`f4d2d4f`](https://github.com/community-scripts/ProxmoxVE/commit/f4d2d4f726dd28806e05c8873f2fd8aabec85cb0) Website: Prevent Blinking at Layout Call - [`d46f1e4`](https://github.com/community-scripts/ProxmoxVE/commit/d46f1e4e954c750bcfe1204f46c9c9fac221aca7) fix toggle ### 📊 Changes **2 files changed** (+19 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/layout.tsx` (+3 -8) 📝 `frontend/src/components/theme-provider.tsx` (+16 -1) </details> ### 📄 Description ## ✍️ Description - Prevent the white blank blinking before theme load ## ✅ 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:04:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3425