cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Fix janky 404 page #1907

Closed MetRonnie closed 3 months ago

MetRonnie commented 3 months ago

Fixes the 404 page which got a bit ugly, possibly during the Vue 3 upgrade.

Uses newish VEmptyState component for ease, and applied the same to the no-auth page.

Before

image

After

image

Check List