Frontend: unified /runs URL (#3912)

This commit is contained in:
Jonathan Dobson
2025-11-05 09:48:55 -05:00
committed by GitHub
parent 2fa4d933cc
commit fcc3f30ba4
27 changed files with 388 additions and 66 deletions

View File

@@ -33,8 +33,8 @@ function SideNav() {
icon: <LightningBoltIcon className="size-6" />,
},
{
label: "History",
to: "/history",
label: "Runs",
to: "/runs",
icon: <CounterClockwiseClockIcon className="size-6" />,
},
{