Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 27, 2025

The OTP modal backdrop was rendering as solid black instead of semi-transparent after the Tailwind v4 migration. The bg-opacity-* utility classes were removed in v4.

Changes

  • Updated otp-modal.jte to use v4 color opacity syntax
- <div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
+ <div class="fixed inset-0 bg-black/50 flex items-center justify-center z-50">

💡 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.

Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 27, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

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:

  • maven.vaadin.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java -classpath /home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/boot/plexus-classworlds-2.8.0.jar -Dclassworlds.conf=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/bin/m2.conf -Dmaven.home=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1 -Dlibrary.jansi.path=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/vms/vms/web-backend org.codehaus.plexus.classworlds.launcher.Launcher compile -DskipTests (dns block)
  • www.webjars.org
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java -classpath /home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/boot/plexus-classworlds-2.8.0.jar -Dclassworlds.conf=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/bin/m2.conf -Dmaven.home=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1 -Dlibrary.jansi.path=/home/REDACTED/.m2/wrapper/dists/apache-maven-3.9.9/3477a4f1/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/vms/vms/web-backend org.codehaus.plexus.classworlds.launcher.Launcher compile -DskipTests (dns block)

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

Copilot AI changed the title [WIP] Remove glob package from npm_and_yarn group Fix OTP modal backdrop opacity for Tailwind v4 Nov 27, 2025
Copilot AI requested a review from axymthr November 27, 2025 10:01
@axymthr axymthr marked this pull request as ready for review November 27, 2025 12:09
@axymthr
Copy link
Contributor

axymthr commented Nov 27, 2025

@dependabot squash and merge

@axymthr axymthr merged commit f85fe47 into dependabot/npm_and_yarn/web-backend/src/main/frontend/npm_and_yarn-289f08b78c Nov 27, 2025
@axymthr axymthr deleted the copilot/sub-pr-92 branch November 27, 2025 12:11
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