Context menu, logs in DevTools, export, tweaks

This commit is contained in:
Gregory Schier
2023-11-09 09:28:01 -08:00
parent d0c08fc8ef
commit 95b428dcd6
20 changed files with 593 additions and 157 deletions

View File

@@ -20,7 +20,7 @@ export function useCreateEnvironment() {
mutationFn: async () => {
const name = await prompt({
name: 'name',
title: 'Create Environment',
title: 'New Environment',
label: 'Name',
defaultValue: 'My Environment',
});