We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df40ca commit 4c3e073Copy full SHA for 4c3e073
1 file changed
apps/webapp/app/components/Shortcuts.tsx
@@ -193,6 +193,12 @@ function ShortcutContent() {
193
<ShortcutKey shortcut={{ key: "v" }} variant="medium/bright" />
194
</Shortcut>
195
</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>
202
<div className="space-y-3">
203
<Header3>Schedules page</Header3>
204
<Shortcut name="New schedule">
0 commit comments