Skip to content

Commit 4c3e073

Browse files
committed
Adds new full screen shortcut to shortcuts sheet
1 parent 8df40ca commit 4c3e073

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/webapp/app/components/Shortcuts.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ function ShortcutContent() {
193193
<ShortcutKey shortcut={{ key: "v" }} variant="medium/bright" />
194194
</Shortcut>
195195
</div>
196+
<div className="space-y-3">
197+
<Header3>Metrics page</Header3>
198+
<Shortcut name="Toggle fullscreen chart">
199+
<ShortcutKey shortcut={{ key: "v" }} variant="medium/bright" />
200+
</Shortcut>
201+
</div>
196202
<div className="space-y-3">
197203
<Header3>Schedules page</Header3>
198204
<Shortcut name="New schedule">

0 commit comments

Comments
 (0)