This really helps your app look professional and a benefit for the people using the app. This appears everywhere in your app and you can change the text in the JS and the color in the css
var newDiv = document.createElement("div");
newDiv.id = "appUsersMessage";
newDiv.textContent = "Site Maintanance Planned on the 12/05/2023 at 3:00am - 6:00am";
var bodyElement = document.getElementsByTagName("body")[0];
bodyElement.insertBefore(newDiv, bodyElement.firstChild);
@Ally I think this is a great idea perhaps if knack yourselves are doing maintenance we could have a option to allow for knack to update our users on performance updates with this type of messages. It might also help save time on responding to tickets your end.
I was thinking the feature could also have set messages for set times.
Just found the below message, I had obviously forgotten to send this reply:
Good thinking! I have logged the feature request, and linked to this forum so when it is being looked at, I am sure this thread will be opened up for questions and comments.
Hey everyone, I hope you’ve been enjoying these code snippets. I wanted to let you know that all of my code is now available on my new platform, Appknowledged. Appknowledged has taken over from KnackMods. I encourage all of you to sign up—it’s completely free—and you’ll have access to all of my free content.