Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 28, 2025

Adds a progress bar to backend-changes.html to inform users about the .NET 8 backend rollout progression.

Changes

  • Progress bar component with animated shimmer effect, percentage indicator, and status text
  • Light/dark mode support using existing CSS variables
  • Single configuration object for easy updates:
const ROLLOUT_PROGRESS = {
  percentage: 75,  // 0-100
  status: 'Rollout in progress'
};

Screenshots

Light Mode:
Light Mode

Dark Mode:
Dark Mode

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • scarf.sh
    • Triggering command: /usr/local/bin/node node ./report.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

add a progress bar to the backend upgrade page of the go api documentation where we can inform the users about the rollout progression of our new backend


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

kridah and others added 6 commits November 26, 2025 09:26
…ntation

Co-authored-by: kridah <10164781+kridah@users.noreply.github.com>
…ing workflow

Co-authored-by: kridah <10164781+kridah@users.noreply.github.com>
Expand README with repository description and GitHub Actions workflow documentation
Co-authored-by: kridah <10164781+kridah@users.noreply.github.com>
Copilot AI changed the title [WIP] Add progress bar to backend upgrade page Add progress bar to backend upgrade page Nov 28, 2025
Copilot AI requested a review from kridah November 28, 2025 13:59
Copilot finished work on behalf of kridah November 28, 2025 13:59
@kridah kridah changed the base branch from main to dev November 28, 2025 16:55
Copy link
Collaborator

@kridah kridah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@kridah kridah marked this pull request as ready for review November 28, 2025 16:56
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://gray-stone-017611203-7.westeurope.3.azurestaticapps.net

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