Skip to content

cState v5.5 + HTML Embed v2

Compare
Choose a tag to compare
@mistermantas mistermantas released this 28 Oct 15:37
236f908

cstate turns 5 years old this year! happy hacktoberfest!

cState HTML embed lets you add a dot indicator or show an alert if your cState status page has active issues

HTML Embed upgrades to version 2! See the status without even opening a new tab

🚨 Show a dialog when the status changes in the corner of the screen OR 🟢 / 🔴 show a status indicator dot in the HTML markup (like in the footer)

⏰ Checks only on page load OR can be configured to do so every x seconds with setTimeout / programatically

And there's still an option to provide your own UI like in version 1!

Check it out here!


cstate v5.5 doesn't include much but does:

  • #243 – replace icons to be better supported across operating systems
  • #246 - translation bugfix (disrupted label did not show)
  • #248 - Respect timezone even in last modified date when timeZone was set
  • Better out of the box support for Cloudflare Pages:

To allow for the reading of API output by default on CF Pages, a _headers file is now added to /static/ from this version on. Netlify still has netlify.toml from the root. https://developers.cloudflare.com/pages/platform/headers/ – if you use CF Pages and the API does not work, make sure you have this file in the static folder.