Skip to content

Commit a47600d

Browse files
committed
Added “Q” shortcut key
1 parent 1df05b0 commit a47600d

File tree

1 file changed

+2
-0
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam

1 file changed

+2
-0
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam/route.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ function TasksTreeView({
567567
label="Queue time"
568568
checked={showQueueTime}
569569
onCheckedChange={(e) => setShowQueueTime(e.valueOf())}
570+
shortcut={{ key: "Q" }}
570571
/>
571572
<Switch
572573
variant="small"
@@ -1357,6 +1358,7 @@ function KeyboardShortcuts({
13571358
title="Collapse all"
13581359
/>
13591360
<NumberShortcuts toggleLevel={(number) => toggleExpandLevel(number)} />
1361+
<ShortcutWithAction shortcut={{ key: "Q" }} title="Queue time" action={() => {}} />
13601362
</>
13611363
);
13621364
}

0 commit comments

Comments
 (0)