Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Comments

Present universal login announcement banner#387

Merged
dividehex merged 2 commits intomasterfrom
universal-lock-announcement
May 9, 2025
Merged

Present universal login announcement banner#387
dividehex merged 2 commits intomasterfrom
universal-lock-announcement

Conversation

@dividehex
Copy link
Contributor

Copy link
Contributor

@bheesham bheesham left a comment

Choose a reason for hiding this comment

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

Minor nitpicks, but looks solid. 🎉

"iam_api_lookup": "true",
"maintenance_mode": "false"
"maintenance_mode": "false",
"header_banner_pre": "true"
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: JSON supports bools natively.

module.exports = function headerBannerPre ( element ) {
var banner = document.getElementById("header-banner-pre");
banner.style.display = "none";
window.localStorage.setItem('header-banner-pre', 1)
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: mixing quote styles.

@dividehex
Copy link
Contributor Author

Excellent points in the nitpicks, but since we are about to archive this entire repo it will be a won't fix

@dividehex dividehex merged commit fe7a789 into master May 9, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants