awa-ui 0.6.1

Web UI and JSON API for the Awa job queue
Documentation
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>AWA</title>
    <meta name="theme-color" content="#ffffff" />
    <script>
      // Apply theme before first paint to prevent flash
      (function() {
        var t = localStorage.getItem('theme') || 'system';
        var d = t === 'dark' || (t === 'system' && window.matchMedia('(prefers-color-scheme: dark)').matches);
        if (d) document.documentElement.classList.add('dark');
      })();
    </script>
    <script type="module" crossorigin src="/assets/index-CgQBzNrO.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-R4N3JGJv.css">
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>