Skip to content

Haidy's theme exploration - glass light theme - DO NOT MERGE#270

Draft
hfrancis31 wants to merge 1 commit intomainfrom
Theme2_022526
Draft

Haidy's theme exploration - glass light theme - DO NOT MERGE#270
hfrancis31 wants to merge 1 commit intomainfrom
Theme2_022526

Conversation

@hfrancis31
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (PT)
apollo-canvas 🟢 Ready Preview, Logs Feb 26, 2026, 06:59:28 AM
apollo-ui-react 🟢 Ready Preview, Logs Feb 26, 2026, 06:57:58 AM
apollo-vertex 🟢 Ready Preview, Logs Feb 26, 2026, 06:59:27 AM
apollo-wind 🟢 Ready Preview, Logs Feb 26, 2026, 06:56:48 AM

@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

// ---------------------------------------------------------------------------

/** Standard glass card — fully rounded */
const glassCard = [
// ---------------------------------------------------------------------------

/** Standard glass card — fully rounded */
const glassCard = [

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable glassCard.

Copilot Autofix

AI 3 days ago

To fix the problem, we should either use glassCard somewhere meaningful or remove it entirely. Since the warning is about an unused variable and we must avoid altering existing behavior, the safest fix is to delete the unused constant definition rather than introduce new usages that might change the UI.

Concretely, in apps/apollo-vertex/templates/HaidyThemeLoanQC.tsx, remove the definition of glassCard (lines 21–28) including its JSDoc comment and the array/join construction. No other code depends on it according to the analysis, so no additional imports or helper functions are necessary. The surrounding code (imports, glassSidebar, and the memo data objects) should remain unchanged.

Suggested changeset 1
apps/apollo-vertex/templates/HaidyThemeLoanQC.tsx

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/apps/apollo-vertex/templates/HaidyThemeLoanQC.tsx b/apps/apollo-vertex/templates/HaidyThemeLoanQC.tsx
--- a/apps/apollo-vertex/templates/HaidyThemeLoanQC.tsx
+++ b/apps/apollo-vertex/templates/HaidyThemeLoanQC.tsx
@@ -18,15 +18,6 @@
 // Shared glass styles (accessible — all text ≥ 4.5:1 on ~#eff3f7)
 // ---------------------------------------------------------------------------
 
-/** Standard glass card — fully rounded */
-const glassCard = [
-  "rounded-2xl",
-  "bg-white/50",
-  "backdrop-blur-[20px]",
-  "border border-white/70",
-  "shadow-[0_0_0_1px_rgba(255,255,255,0.7),0_0_48px_-2px_rgba(185,205,230,0.45),0_0_28px_0_rgba(220,232,245,0.30),0_0_12px_0_rgba(255,255,255,0.25),inset_0_2px_20px_0_rgba(255,255,255,0.60),inset_0_-1px_6px_0_rgba(200,215,235,0.12)]",
-].join(" ");
-
 /** Left sidebar — no rounding, flush to left edge, right border acts as divider */
 const glassSidebar = [
   "rounded-none",
EOF
@@ -18,15 +18,6 @@
// Shared glass styles (accessible — all text ≥ 4.5:1 on ~#eff3f7)
// ---------------------------------------------------------------------------

/** Standard glass card — fully rounded */
const glassCard = [
"rounded-2xl",
"bg-white/50",
"backdrop-blur-[20px]",
"border border-white/70",
"shadow-[0_0_0_1px_rgba(255,255,255,0.7),0_0_48px_-2px_rgba(185,205,230,0.45),0_0_28px_0_rgba(220,232,245,0.30),0_0_12px_0_rgba(255,255,255,0.25),inset_0_2px_20px_0_rgba(255,255,255,0.60),inset_0_-1px_6px_0_rgba(200,215,235,0.12)]",
].join(" ");

/** Left sidebar — no rounding, flush to left edge, right border acts as divider */
const glassSidebar = [
"rounded-none",
Copilot is powered by AI and may make mistakes. Always verify output.
@ruudandriessen ruudandriessen marked this pull request as draft February 27, 2026 09:03
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.

1 participant