Text-to-CAD UX revamp phase 1#7542
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c0c5e7b to
4a46a24
Compare
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/two-factor-authentication |
0be05b8 to
08f4afd
Compare
08f4afd to
ed4a048
Compare
CodSpeed Instrumentation Performance ReportMerging #7542 will not alter performanceComparing Summary
|
ed4a048 to
31329a1
Compare
31329a1 to
856c03b
Compare
255a3e8 to
f42527b
Compare
pierremtb
left a comment
There was a problem hiding this comment.
Not gonna pretend that this is a thorough review & bulletproof approval considering how huge of a PR this is. Spent the last two days in the branch trying to bring various parts of CI to green, and therefore doing a lot of manual testing which is a silverlining.
The thought here is we'll opt to merge early and fix forward (incl. the few unresolved threads).
Awesome work Lee!
This reverts commit c699bb0.
* Revert "Update onboarding with new conversational ttc ui (#8147)" This reverts commit e7626e9. * Revert "CSS tweaks follow to TTC UI (#8137)" This reverts commit 199d5a3. * Revert "Don't include the current file prompt if there is no current file (#8135)" This reverts commit 5c1a417. * Revert "Add a source range prompt containing the current file content range (#8129)" This reverts commit 49d40f2. * Revert "Move clearing of TTC project-specific state to SystemIO (#8130)" This reverts commit e42e5f8. * Revert "Rename "Text-to-CAD Create" command to "Create project using Text-to-CAD" (#8127)" This reverts commit f7fc3b2. * Revert "Text-to-CAD UX revamp phase 1 (#7542)" This reverts commit c699bb0. * Update snapshots * Update snapshots * Fix tsc --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This is the first phase of the Text-to-CAD revamp.
Preceding this we had to add project identifiers so we could associate projects to conversations.
We introduce a new conversational UX for users to interact with ML-Ephant.
Demo on Slack: https://kittycadworkspace.slack.com/archives/C07A80B83FS/p1755376704518619
Note
In order to ease E2E test migration there is a divergence between E2E test panes and runtime panes. TTC is shown in a right-side pane under normal use, but is included within the normal left-side panes within the test environment. This is further evidence that we need to cut down on our reliance on stream dimensions for our test suite.
—Frank