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
feat(webapp): runs title bar and layout fixes on task and agent pages
The task, scheduled task and agent pages now name their runs table with
its own title bar, with the page controls beside the table they act on
rather than in the top bar.
Also fixes two agent page layout bugs: scrolling a wide runs table
sideways dragged the charts off screen with it, and the details panel
stopped short of the bottom of the window. Reverts the global tooltip
max-width so longer tooltips are no longer squeezed into a column.
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.agents.$agentParam/route.tsx
+42-39Lines changed: 42 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -234,28 +234,10 @@ export default function Page() {
234
234
</PageAccessories>
235
235
</NavBar>
236
236
<MetricsLayout.Root>
237
-
{/* Filters — the pinned bar under the NavBar: the TimeFilter and pagination that used to
238
-
be fused with the tabs now live here, above the charts (Queues list pattern). Left and
239
-
right clusters are child divs; the slot's baked justify-between spreads them. */}
0 commit comments