feat(web): add Repo command to command palette (#117)

Adds a new "Repo" command that opens the GitHub repository in a new tab,
similar to the existing "Docs" command.
This commit is contained in:
Bas Nijholt
2025-12-21 15:25:04 -08:00
committed by GitHub
parent df683a223f
commit dd16becad1

View File

@@ -610,6 +610,7 @@ function playFabIntro() {
cmd('app', 'Console', 'Go to console', nav('/console'), icons.terminal),
cmd('app', 'Edit Config', 'Edit compose-farm.yaml', nav('/console#editor'), icons.file_code),
cmd('app', 'Docs', 'Open documentation', openExternal('https://compose-farm.nijho.lt/'), icons.book_open),
cmd('app', 'Repo', 'Open GitHub repository', openExternal('https://github.com/basnijholt/compose-farm'), icons.external_link),
];
// Add stack-specific actions if on a stack page