-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix nav z-fighting * Clean up remaining old colors * Add one-click example prompts * Find and replace "kittycad.io" with "zoo.dev" * Fix rendering issue after submit (#65) * make tsc happy * lol tsc behaves differently in our CI setup for some reason
- Loading branch information
1 parent
7f67042
commit 571c231
Showing
11 changed files
with
63 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VITE_API_BASE_URL=https://api.dev.kittycad.io | ||
VITE_SITE_BASE_URL=https://dev.kittycad.io | ||
VITE_API_BASE_URL=https://api.dev.zoo.dev | ||
VITE_SITE_BASE_URL=https://dev.zoo.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VITE_API_BASE_URL=https://api.kittycad.io | ||
VITE_SITE_BASE_URL=https://kittycad.io | ||
VITE_API_BASE_URL=https://api.zoo.dev | ||
VITE_SITE_BASE_URL=https://zoo.dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const EXAMPLE_PROMPTS = [ | ||
'Draw me a 1/2 inch gear with 12 teeth', | ||
'a 9 pointed star', | ||
'a 3x6 lego', | ||
'21-tooth involute helical gear', | ||
'5-sided star', | ||
'a plate with 4 holes near each corner and rounded corners', | ||
'Make me a golf tee', | ||
'create a plate with 3 holes in it', | ||
'a brick: 8 in. long 4 in. deep 2 in. tall—with chamfered edges', | ||
'a coaster for a drink' | ||
] as const |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters