Skip to content

Fix: analytics single video page missing white background and wrong upgrade overlay image#1685

Draft
Copilot wants to merge 10 commits intodevelopfrom
copilot/fix-dashboard-background-issue
Draft

Fix: analytics single video page missing white background and wrong upgrade overlay image#1685
Copilot wants to merge 10 commits intodevelopfrom
copilot/fix-dashboard-background-issue

Conversation

Copy link
Contributor

Copilot AI commented Mar 2, 2026

The single video analytics page was missing the same background fix already applied to the dashboard — the WordPress admin gray background bled through, and the upgrade overlay showed a different background image than the dashboard.

Changes

  • pages/analytics/index.scss
    • Added .godam-analytics-container rule with background-color: #fff; overflow-x: hidden; width: 100%; max-width: 100vw; — mirrors the existing .godam-dashboard-container rule in the dashboard stylesheet, preventing the WP admin gray background from showing through the position: fixed admin root container
    • Changed .api-key-overlay--upgrade to reference upgrade-plan-dashboard-bg.png instead of upgrade-plan-analytics-bg.png, making the upgrade overlay consistent between both pages
// Added — mirrors .godam-dashboard-container in pages/dashboard/index.scss
.godam-analytics-container {
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

// Changed
.api-key-overlay--upgrade {
-   background-image: url(../../assets/src/images/upgrade-plan-analytics-bg.png);
+   background-image: url(../../assets/src/images/upgrade-plan-dashboard-bg.png);
}

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…shboard Page

Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix dashboard background not appearing for free users Fix: Dashboard background not visible for free users on Analytics Dashboard page Mar 2, 2026
@kishan-gondaliya-7270 kishan-gondaliya-7270 changed the base branch from main to develop March 2, 2026 13:08
Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
Copilot AI changed the title Fix: Dashboard background not visible for free users on Analytics Dashboard page Fix: GoDAM Dashboard background hidden for free users Mar 2, 2026
Copilot AI and others added 4 commits March 2, 2026 13:28
…artifact

Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
… run

Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
…void approval gate

Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
Copilot stopped work on behalf of kishan-gondaliya-7270 due to an error March 2, 2026 13:35
Copilot AI changed the title Fix: GoDAM Dashboard background hidden for free users Add workflow_dispatch workflow to build and upload distributable plugin ZIP Mar 2, 2026
Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
Copilot AI changed the title Add workflow_dispatch workflow to build and upload distributable plugin ZIP Fix missing white background on single video analytics page Mar 2, 2026
…grade overlay

Co-authored-by: kishan-gondaliya-7270 <168963248+kishan-gondaliya-7270@users.noreply.github.com>
Copilot AI changed the title Fix missing white background on single video analytics page Fix: analytics single video page missing white background and wrong upgrade overlay image Mar 2, 2026
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