You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We, devs, want to notify users of any significant changes made to a website. Ideally, we want to also notify about coming i18n.
Suggested solution:
Create a cookie for homepage which is set only within a certain time frame for a limited time.
Insert some javascript which looks for a cookie on load, and if found, shows a modal.
To make the functionality generic, the data about the cookie, its duration and the announcement title/description, could be written and read from an .env variable as a json string. This way, we could always announce new stuff by modifying Azure config, instead of changing the codebase.
The text was updated successfully, but these errors were encountered:
Problem description:
We, devs, want to notify users of any significant changes made to a website. Ideally, we want to also notify about coming i18n.
Suggested solution:
The text was updated successfully, but these errors were encountered: