Skip to content

Conversation

raclim
Copy link
Collaborator

@raclim raclim commented Sep 10, 2025

Changes:

  • Banner is not visibled in Fullscreen and Embed Mode

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

@raclim raclim merged commit a497525 into develop Sep 10, 2025
3 of 4 checks passed
@raclim raclim deleted the fix-banner-embed branch September 10, 2025 12:56
Copy link

release-com bot commented Sep 10, 2025

Release Environments

This Environment is provided by Release, learn more!
To see the status of the Environment click on Environment Status below.

🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-ee0c643e26

document.body.appendChild(banner);
if (
window.location.href.indexOf('full') === -1 &&
window.location.href.indexOf('embed') === -1
Copy link
Contributor

Choose a reason for hiding this comment

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

Small issue with this is it will also hide the banner if the username includes full or embed

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