Commit graph

4,997 commits

Author SHA1 Message Date
cristhianzl
c3967b6e92 (cardComponent/index.tsx): add a minimum height to the card component to ensure consistent layout and prevent content from overlapping when the card is empty or has minimal content 2024-04-04 00:24:52 -03:00
Gabriel Luiz Freitas Almeida
781e7b90c4 Update Basic Prompting flow name to "Ahoy World!" 2024-04-03 22:57:44 -03:00
Gabriel Luiz Freitas Almeida
9de5e42cec Update flow name to "Basic Prompting (Hello, world!)" in relevant files 2024-04-03 22:48:22 -03:00
Gabriel Luiz Freitas Almeida
0513b035af Update flow names in NewFlowModal and documentation 2024-04-03 16:29:18 -03:00
cristhianzl
ebea3d9649 Merge branch 'zustand/io/migration' into cz/new-tests 2024-04-03 16:23:24 -03:00
Gabriel Luiz Freitas Almeida
43607488b2 Refactor reactflowUtils and styleUtils 2024-04-02 19:49:11 -03:00
Gabriel Luiz Freitas Almeida
7610fa2657 Remove unused imports and fix formatting issues 2024-04-02 19:49:06 -03:00
anovazzi1
258c31a5e4 fix bug on egdes after creating group component 2024-04-02 19:19:48 -03:00
anovazzi1
dbe067ec86 Add error handling on streaming and fix streaming bug on error 2024-04-02 13:19:14 -03:00
Gabriel Luiz Freitas Almeida
4643f283eb Update package versions in package-lock.json 2024-04-02 00:25:24 -03:00
Gabriel Luiz Freitas Almeida
eb6844ae03 Fix Ace not having type="module" and breaking build 2024-04-02 00:25:10 -03:00
cristhianzl
aa2c148614 (GenericNode/index.tsx): add unique id to input element for accessibility and testing purposes
🐛 (input.tsx): add missing data-testid attribute to input element
🐛 (group.spec.ts): fix test case to correctly group and ungroup nodes, update selectors to match changes in UI
2024-04-01 22:56:50 -03:00
cristhianzl
6216337ed9 📝 (index.tsx): remove unused import of cn function from utils/utils file
🐛 (index.tsx): fix condition for checking if event.shiftKey is true in NodeToolbarComponent
🐛 (index.tsx): fix button data-testid attribute value for duplicate button in NodeToolbarComponent
🐛 (intComponent.spec.ts): fix data-testid attribute value for model_specsChatOpenAI element in IntComponent test
🐛 (intComponent.spec.ts): fix data-testid attribute value for title-ChatOpenAI element in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
🐛 (intComponent.spec.ts): remove unnecessary code for checking checkbox state in IntComponent test
2024-04-01 22:25:11 -03:00
cristhianzl
2468bd44c8 (NewFlowModal/index.tsx): update the name of the example from "Blog Writter" to "Blog Writer" for better consistency and clarity 2024-04-01 21:50:38 -03:00
cristhianzl
5e9410cd89 fix test 2024-04-01 21:33:17 -03:00
cristhianzl
fe743fd0fa Merge branch 'zustand/io/migration' into cz/new-tests 2024-04-01 21:29:38 -03:00
cristhianzl
120c4687ee (playwright.config.ts): decrease the number of workers from 3 to 2 to improve test performance
🐛 (chat_io.spec.ts): remove unnecessary wait and fix typo in test name
🐛 (codeAreaModalComponent.spec.ts): remove unnecessary click action
🐛 (curl_api_generation.spec.ts): fix the URL in page.goto() to include the protocol
🐛 (dropdownComponent.spec.ts): remove unnecessary click actions
🐛 (inputListComponent.spec.ts): remove duplicate click action
🐛 (python_api_generation.spec.ts): fix the test name in getByRole() function
🐛 (tweaks_test.spec.ts): fix the test name in getByRole() function
2024-04-01 21:28:06 -03:00
Lucas Oliveira
4f0a7fa599 Fixed overflow at CodeTabsComponent tweaks page 2024-04-02 02:27:13 +02:00
Lucas Oliveira
9952d16071 Remove dead code at API Modal 2024-04-02 02:27:13 +02:00
Lucas Oliveira
42ea5c8e8e Fixed IO Modal updates 2024-04-02 02:27:13 +02:00
anovazzi1
7079c24262 Update embedded chat script URL 2024-04-01 21:03:56 -03:00
cristhianzl
833b6a3265 Merge branch 'zustand/io/migration' into cz/new-tests 2024-04-01 21:01:36 -03:00
cristhianzl
efb2b249a1 (undrawCards/index.tsx): update the SVG used for BasicPrompt component to undraw_short_bio_re_fmx0.svg to match the desired design
♻️ (undrawCards/index.tsx): adjust the width and height of the BasicPrompt SVG to 65% to improve the visual appearance
2024-04-01 20:56:09 -03:00
cristhianzl
2adb0e5309 add padding to modal 2024-04-01 20:53:33 -03:00
cristhianzl
d3bb6a78cb general fixes 2024-04-01 20:51:23 -03:00
cristhianzl
c6b04d20b3 add new test to store 2024-04-01 20:28:05 -03:00
anovazzi1
1b96910623 Update styling for chat message component 2024-04-01 19:12:30 -03:00
anovazzi1
aba03088a4 Update max-width of chat message sender name 2024-04-01 19:09:54 -03:00
anovazzi1
7d72254ac8 fix modal returning to input 2024-04-01 19:00:21 -03:00
anovazzi1
07852a1532 Remove global variables from components 2024-04-01 18:44:21 -03:00
anovazzi1
5519515853 Update project names and flow examples 2024-04-01 18:22:23 -03:00
anovazzi1
41a7587fd3 Remove unused import and add new component 2024-04-01 17:22:17 -03:00
anovazzi1
ec14be3e00 Add new SVG file for short bio section 2024-04-01 17:22:07 -03:00
anovazzi1
28011566af Refactor example rendering in NewFlowModal 2024-04-01 17:15:25 -03:00
anovazzi1
49770622ab Add new SVG assets for blog post, chat bot, and cloud docs 2024-04-01 17:12:18 -03:00
anovazzi1
fdc583fc50 set examples order 2024-04-01 16:52:46 -03:00
cristhianzl
6a8ca8db47 merge fix zustand 2024-04-01 16:38:01 -03:00
Gabriel Luiz Freitas Almeida
fd2200af69 Refactor getChatInputField function and update API code 2024-04-01 16:18:10 -03:00
Lucas Oliveira
f69235b2fc Fixed debouncing 2024-04-01 14:50:44 +02:00
Lucas Oliveira
3d7b8f08ed Fixed saving 2024-04-01 14:36:41 +02:00
Gabriel Luiz Freitas Almeida
239fb230c6 Update parameterUtils to use debounce instead of throttle 2024-03-31 23:11:53 -03:00
Gabriel Luiz Freitas Almeida
4ac1b4f1b0 Fix Save debounce 2024-03-31 23:09:43 -03:00
anovazzi1
be2bc7c38c Update keyboard shortcuts for advanced editing 2024-03-31 18:17:57 -03:00
anovazzi1
7a439e8966 Fix ParentDisclosureComponent and commented frozen option 2024-03-31 18:10:54 -03:00
anovazzi1
e0b85f0872 Update node colors in styleUtils.ts 2024-03-31 17:49:27 -03:00
anovazzi1
c476db5dd4 Update nodeColors in styleUtils.ts 2024-03-31 17:40:24 -03:00
anovazzi1
be6b1b119f return base modal before bug on size 2024-03-31 17:32:31 -03:00
anovazzi1
2b8770f3c2 Update tooltip delay duration and icon name 2024-03-31 17:21:09 -03:00
anovazzi1
33d54a196e Fix rangeSpec and isChild prop usage in code 2024-03-31 17:13:51 -03:00
anovazzi1
239842ded9 Add className to div in parameterComponent 2024-03-31 16:48:30 -03:00