Commit Graph

182 Commits

Author SHA1 Message Date
Abi Raja
637f75b93e clean up history rendering 2024-08-22 15:20:20 -04:00
Abi Raja
13f93e259d clean up HistoryDisplay a little bit 2024-08-22 13:59:25 -04:00
Abi Raja
c900201417 support import from code 2024-08-22 13:51:40 -04:00
Abi Raja
8e8f0b4b64 intermediate changes towards multiple generations 2024-08-22 13:26:42 -04:00
Abi Raja
823bd2e249 hide execution console 2024-07-31 14:44:33 -04:00
Abi Raja
46c480931a make execution console show logs from both variants 2024-07-30 16:23:53 -04:00
Abi Raja
aff9352dc0 set up multiple generations 2024-07-30 15:44:48 -04:00
Abi Raja
59b031e395 add comments and rename some code 2024-07-25 15:03:43 -04:00
Abi Raja
40c0f52075 abstract out takeScreenshot 2024-07-25 14:58:18 -04:00
Abi Raja
7eac0741e0 hide execution console 2024-07-25 14:51:19 -04:00
Abi Raja
9b8ec5b67c abstract into GenerationSettings 2024-07-25 14:50:37 -04:00
Abi Raja
c72484a72c move files into folders 2024-07-25 14:43:20 -04:00
Abi Raja
0d639b4920 move files around and abstract to DeprecationMessage 2024-07-25 14:40:48 -04:00
Abi Raja
1a3086cc9a move download code to separate file 2024-07-25 14:36:22 -04:00
Abi Raja
993ff88e2b abstract into more components 2024-07-25 14:35:04 -04:00
Abi Raja
deb2375146 isolate history component by using projectStore directly 2024-07-25 12:45:03 -04:00
Abi Raja
6c2bd1eb64 rename to KeyboardShortcutBadge 2024-07-11 14:20:50 -04:00
Abi Raja
f6da5eb0d4 add keyboard shortcut badge for update buttons 2024-07-11 14:18:31 -04:00
Abi Raja
9f034f7dcc improve dark mode of select and edit popup 2024-07-11 13:58:17 -04:00
Abi Raja
392b9849a2
Merge pull request #355 from abi/select-and-edit
Add "Select and Edit" functionality for easier edits
2024-06-05 20:59:57 -04:00
Abi Raja
f7c9209d18 remove unused code 2024-06-05 20:49:31 -04:00
Abi Raja
9fe32ba6e8 move inSelectAndEditMode to inside EditPopup 2024-05-31 21:39:12 -04:00
Abi Raja
e1265b2b75 make enter submit the change 2024-05-31 18:45:45 -04:00
Abi Raja
5f3868f3c9 fix bug with focusing textarea 2024-05-31 18:36:11 -04:00
Abi Raja
423c74bdc9 focus the textarea when the popup is visible 2024-05-31 18:33:42 -04:00
Abi Raja
a7c905a301 update icon and text 2024-05-31 18:22:30 -04:00
Abi Raja
0959441834 Merge branch 'main' into add-anthropic-key 2024-05-31 14:07:50 -04:00
Abi Raja
8e579e425e clean up settings dialog look 2024-05-31 13:51:43 -04:00
Abi Raja
9cfcf928d0 isolate functionality
use zustand to share state rather than prop drilling

isolate more functionality away into a separate component
2024-05-30 10:43:12 -04:00
Abi Raja
43ae003c83 clean up code even further 2024-05-29 17:28:09 -04:00
Abi Raja
2709312943 move more of the code into EditPopup 2024-05-29 16:53:36 -04:00
Abi Raja
b0e7ae35af clean up more of the code 2024-05-29 16:36:20 -04:00
Abi Raja
82132d57aa improve look of popup 2024-05-29 14:54:50 -04:00
Abi Raja
608ba5cc6f improve x and y position 2024-05-29 14:48:01 -04:00
Abi Raja
97cdb093a5 basic UI for selecting and editing 2024-05-29 14:40:46 -04:00
Abi Raja
f01403d480 Merge branch 'main' into qa-testing 2024-05-20 16:11:55 -04:00
Abi Raja
df38041e77 attempt to test import from code 2024-05-20 16:08:33 -04:00
Abi Raja
72d412fa52 set up a basic puppeteer test 2024-05-17 16:22:45 -04:00
Abi Raja
ac8198e5ba Add field for Anthropic API key in settings 2024-05-17 12:30:26 -04:00
Abi Raja
a5fe0960d8 support best of n evals 2024-04-24 14:54:03 -04:00
Abi Raja
e3a4cfa7ab add class names for UI testing 2024-04-12 19:57:01 -04:00
Abi Raja
9e1bcae545 remove access code/token functionality 2024-04-10 14:51:15 -04:00
Abi Raja
64cdc74186 add a regenerate button to retry an iteration 2024-04-04 15:50:33 -04:00
Abi Raja
58a929731f update wording to make it more obvious 2024-04-04 15:38:25 -04:00
Abi Raja
dc52ff4cce store intermediate artifacts for video for easier debugging 2024-03-25 14:09:13 -04:00
Abi Raja
7024057c03 show user a preview of the video and allow them to re-record 2024-03-22 11:15:33 -04:00
Abi Raja
87a44cfb77 show user a preview of the video and allow them to re-record 2024-03-22 11:14:44 -04:00
Abi Raja
4e30b207c1 stop the screen sharing stream after it's recording is done 2024-03-15 13:41:35 -04:00
Abi Raja
c08cf0ae57 support screen recording 2024-03-14 15:57:44 -04:00
Abi Raja
f09b4c7808 improve preview for videos by showing the streaming response as it comes in 2024-03-08 12:37:37 -05:00